/* Easy Slider */
#slider ul{width:350px; height:120px  position:relative;margin:0 auto; display:block;list-style:none; }
#slider li{ width:350px;height:120px;overflow:hidden;  }
#slider1prev { display:block;width:15px;height:21x;position:absolute;z-index:100;text-indent:-9999px;right:25px;top:10px; }	
#slider1next{ display:block;width:15px;height:21px;position:absolute;z-index:100;text-indent:-9999px; right:5px;top:10px; }	
#slider1prev a{  display:block;width:15px;height:21px;background:url(../images/layout/leftarrow.png) no-repeat 0 0; outline:none;}
#slider1next a{  display:block;width:15x;height:21px;background:url(../images/layout/rightarrow.png) no-repeat 0 0; outline:none;}
			

#sliderAuthors{width:440px;height:90px;display: block;  float:left ;position:relative;  }
#sliderAuthors ul{width:440px;height:90px; margin:0 auto; list-style:none;}

#sliderAuthors li{ width:440px;height:90px;overflow:hidden; float:left ;}
#prevBtn{ display:block;width:15px;height:21x;position:absolute;z-index:100;text-indent:-9999px; right:70px; bottom:190px; }	
#nextBtn{ display:block;width:15px;height:21px;position:absolute;z-index:100;text-indent:-9999px; right:50px; bottom:190px  }
#prevBtn a{  display:block;width:15px;height:21px;background:url(../images/layout/leftarrowcoda.png) no-repeat 0 0; outline:none;}
#nextBtn a{  display:block;width:15x;height:21px;background:url(../images/layout/rightarrowcoda.png) no-repeat 0 0; outline:none;}
			
#nextBtn a:hover, #slider1next a:hover{  background:url(../images/layout/rightarrowcodahover.png) no-repeat 0 0;}
#prevBtn a:hover, #slider1prev a:hover{  background:url(../images/layout/leftarrowcodahover.png) no-repeat 0 0;}

