#slider_container {
	display:none; 
	background-color:#FFF;
	margin-bottom:-5px;
	}
.ss1_wrapper { position:relative; width:1200px; height:300px; margin:5px 0 6px 0; background-color:#fff;  }
.ss1_wrapper .slideshow { position:relative; width:1200px; height:300px;  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
	
	.ss1_wrapper .slideshow_item { width:1200px; height:300px; }
	.ss1_wrapper .slideshow_item .data { display:none; }
	.ss1_wrapper .slideshow_item img { margin:0px; padding:0px;}	
	
	.ss1_wrapper a.slideshow_prev { position:absolute; left:30px; bottom:165px; z-index:10; width:40px; height:46px; outline:none; background:url(trans-black-60.png); -webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px; }
		.ss1_wrapper a.slideshow_prev:hover { background:#ccc; }
		.ss1_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
		
	.ss1_wrapper a.slideshow_next { position:absolute; left:70px; bottom:165px; z-index:10; width:40px; height:46px; outline:none; background:url(trans-black-60.png); -webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;}
		.ss1_wrapper a.slideshow_next:hover { background:#ccc; }
		.ss1_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
	
	.ss1_wrapper .slideshow_paging { position:absolute; bottom:8px; left:43px; z-index:11; font-size:12px;  }
		.ss1_wrapper .slideshow_paging a { display:block; float:left; margin:0 0 0 4px; padding:6px; color:#ccc; background:#D1CFCF; color:#000; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px; }
			.ss1_wrapper .slideshow_paging a:hover { color:#000; text-decoration:none; }
			.ss1_wrapper .slideshow_paging a.activeSlide { background:#02678B; color:#222 }
	
	.ss1_wrapper .slideshow_box { position:absolute; left:30px; bottom:0; background:url(trans-black-60.png); width:800px; height:165px; z-index:10; 
	-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
	 }
		.ss1_wrapper .slideshow_box .data { padding:15px; color:#000;  }
		.ss1_wrapper .slideshow_box .data h4 { color:#036605; font:22px arial, sans-serif; padding:0; margin:0 0 10px 0;   }
		.ss1_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:135%; font-size:14px;  max-height:80px; overflow:hidden;}
		.ss1_wrapper .slideshow_box .data a {  }
		
		.ss1_wrapper .slideshow_box  .readmore2 { position:absolute; top:115px; left:620px; }
		
	


