
			
   /* Easy Slider */

 #slider ul, #slider li{
 margin-left:0px;
 margin-top:0px;
 margin-bottom:0px;
 margin-right:0px;
 padding-left:0px;
 list-style:none;
 }
 #slider, #slider li{
 /*
 define width and height of container element and list item (slide)
 list items must be the same size as the slider area
 */
 width:201px;
 height:1200px;
 overflow:hidden;

 }

span a{
 position:absolute;
 padding-top:0px;
 
 width:216px;
 height:135px;
 margin-left:0px;
 
 }
 span {
  position:absolute;
  margin-top:924px;
 
 width:216px;
 height:135px;
  margin-left:0px;
 }
 span#prevBtn{background:url(../images/vert-scroll-bottom.jpg); z-index:1000; width:216px; height:135px; }
 span#nextBtn{background:url(../images/vert-scroll-bottom.jpg); z-index:1000; width:216px; height:135px;}