
/* slideshow 1 */	

.ss1_wrapper { position:relative; width:980px; height:400px; margin: 20px auto 20px auto;}
.ss1_wrapper .slideshow { position:relative; width:980px; height:400px; }
	
	.ss1_wrapper .slideshow_item { width:980px; height:400px; }
	.ss1_wrapper .slideshow_item .data { display:none; }	
	
	.ss1_wrapper a.slideshow_prev { position:absolute; left:30px; /*bottom:180px;*/ bottom:0; z-index:1000; width:40px; height:46px; outline:none; /*background:url(trans-black-70.png);*/ /*background: rgba(126,197,215,.85);*/}
		.ss1_wrapper a.slideshow_prev:hover { /*background:#000;*/ /*background: #7ec5d7;*/ }
		.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:180px;*/ bottom:0; z-index:1000; width:40px; height:46px; outline:none; /*background:url(trans-black-70.png);*/ /*background: rgba(126,197,215,.85);*/}
		.ss1_wrapper a.slideshow_next:hover { /*background:#000;*/ /*background: #7ec5d7;*/ }
		.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:10px; right:545px; z-index:11; font-size:12px; }
		.ss1_wrapper .slideshow_paging a { display:block; float:left; margin:0 0 0 2px; padding:4px 7px; /*color:#ccc;*/ color:#fff; }
			.ss1_wrapper .slideshow_paging a:hover { color:#fff }
			.ss1_wrapper .slideshow_paging a.activeSlide { background:#eee; color:#222 }
	
	.ss1_wrapper .slideshow_box { position:absolute; left:30px; bottom:0; /*background:url(trans-black-70.png);*/ background: rgba(126,197,215,.85); width:420px; /*height:180px;*/ height: 45px; z-index:10; }
		.ss1_wrapper .slideshow_box .data { padding:15px; color:#ccc;  }
		.ss1_wrapper .slideshow_box .data h4 { color:#fff; font:bold 18px arial, sans-serif; padding:0; margin:0 0 10px 0; }
		.ss1_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:140%; text-align: left; font-size: 15px; color:#fff;}
		.ss1_wrapper .slideshow_box .data a { color:#fff; }

	.image > a {cursor:default;}
		
	



