
	#slideshow_box {
		margin-bottom:30px;
		position:relative;
		height:  250px;  
		width:   760px;  
	} 
	#navigation {
		position:absolute;
		bottom:15px;
		right:20px;
		z-index:100;
	} 
	.slideshow {
		width:   760px;  
		height:  250px;  
		padding: 0; 
		overflow:hidden;
		position:relative;
	} 
	 
	.slideshow div.sbox {  
		width:  760px; 
		height: 250px; 
		position:absolute;
		float:left;
		background:url(/images/easyslider/bg.jpg) repeat-x 0 0;	
		background-color:#000000;
	} 
	
	/* d styles */	

	#sh {margin-bottom:5px}	
	#sh ul, #sh .box{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#sh .box img{ 
		margin:10px 30px 0 10px;
	}	
	#sh .box img.full{ 
		margin:0px;
	}
	.stitle{font-size:25px; padding-top:20px; letter-spacing:-0.7px; line-height:26px;}
	.sdesc{font-size:13px; padding-top:15px; }
	.stitle, .sdesc{padding-right:15px;}
	.simage{float:left; width:370px; height:250px; text-align:center; margin-right:20px;}
	.sreadmore{padding-top:10px; font-size:13px; }
	.sreadmore a{color:#bbbbbb; margin-left:20px;text-decoration:underline;}
	.sreadmore a:hover{color:#d4d76e; }

	#prevBtn , #nextBtn {  
		width:28px;
		height:18px;
		margin-right:5px;
	}	
	#prevBtn a, #nextBtn a{  
		display:block;
		width:28px;
		height:18px;
	}	
	#prevBtn{ 
		background:url(/images/easyslider/btn_prev.png) no-repeat 0 0;	
		margin-left:13px;
	}
	#nextBtn{ 
		background:url(/images/easyslider/btn_next.png) no-repeat 0 0;	
	}
	#nav, #prevBtn , #nextBtn {
			float:left;
	}														
	#nav a{
			background:url(/images/easyslider/link.png) no-repeat 0 0;	
			margin-right:5px;  
			color:#555555;
			width:18px;
			height:18px;
			padding:1px 5px;
	}														
	#nav a.activeSlide { color:#ffffff;
				background:url(/images/easyslider/link_hover.png) no-repeat 0 0;	
	}														

