
/* slideshow 1 */	

.ss1_wrapper { position:relative; width:100%; height:400px; margin:0 0 0 0; }
.ss1_wrapper .slideshow { position:relative; width:900px; height:400px;  margin: 0 auto;}
	
	.ss1_wrapper .slideshow_item { width:900px; height:400px; float: left; }
	.ss1_wrapper .slideshow_item .data { display:inline-block; float: left; }	
	
	.ss1_wrapper a.slideshow_prev { position:absolute; left:0px; padding-top: 177px; padding-bottom: 177px; bottom:0px; z-index:10; width:70px; height:46px; outline:none; background:url(../img/trans-black-70.png); }
		.ss1_wrapper a.slideshow_prev:hover { background:#000; }
		.ss1_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(../img/arrows.png) no-repeat -55px 50%; text-indent:-9999px; float: right;}
		
	.ss1_wrapper a.slideshow_next { position:absolute; right:0px; padding-top: 177px; padding-bottom: 177px; bottom:0px; z-index:10; width:70px; height:46px; outline:none; background:url(../img/trans-black-70.png);}
		.ss1_wrapper a.slideshow_next:hover { background:#000; }
		.ss1_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(../img/arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
	
	.ss1_wrapper .slideshow_paging { position:absolute; bottom:10px; right:545px; z-index:11; font-size:12px; }
		.ss1_wrapper .slideshow_paging a { display:block; float:left; margin:0 0 0 2px; padding:0px 7px; color:#ccc; border-radius: 50%; text-decoration: none;}
			.ss1_wrapper .slideshow_paging a:hover { color:#fff }
			.ss1_wrapper .slideshow_paging a.activeSlide { background:#eee; color:#0C58A5; }



