/*Slideshow*/
td.slideshow_bg{
    background:url(slideshow_bg.jpg) no-repeat scroll 0% 0%;
}




/* Easy Slider */

	#slider{width:350px; margin:0 auto; padding:0;}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0 auto;
		padding:0;
		list-style:none;
		width:312px;
		}
	#slider li{ 
		width:312px;
		height:99px;
		overflow:hidden; 
		
		}	
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:31px;
		height:35px;
		position:absolute;
		left:-5px;
		top:-68px;
	
		}	
	#nextBtn{ 
		left:340px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:31px;
		height:35px;
		background:url(btn_prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(btn_next.jpg) no-repeat 0 0;	
		width:31px;
		height:35px;
		}		
.img_padd{
  margin:0;
  padding:0 3px 0;}				