/* slideshow 2 */
	
.ss2_wrapper { position:relative; width:100%; height:700px !important; margin:0 0 20px 0; overflow:hidden; }
.ss2_wrapper .slideshow { position:relative; width:100%; height:700px; }
	
	.ss2_wrapper .slideshow_item { width:100%; height:700px; }
	.ss2_wrapper .slideshow_item .data { display:none; }	
	
	.ss2_wrapper a.slideshow_prev { position:absolute; left:-40px; top:160px; z-index:10; width:40px; height:46px; outline:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 0 2px #222; -webkit-box-shadow: 0 0 2px #222; box-shadow: 0 0 2px #222;  }
		.ss2_wrapper a.slideshow_prev:hover { background:#000; }
		.ss2_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
		
	.ss2_wrapper a.slideshow_next { position:absolute; right:-40px; top:160px; z-index:10; width:40px; height:46px; outline:none; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 0 2px #222; -webkit-box-shadow: 0 0 2px #222; box-shadow: 0 0 2px #222;  }
		.ss2_wrapper a.slideshow_next:hover { background:#000; }
		.ss2_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
	
	.ss2_wrapper .slideshow_paging { position:absolute; bottom:10px; left: 48%; z-index:11; font-size:12px; padding:3px 2px;  }
		.ss2_wrapper .slideshow_paging a { display:block; float:left; margin:0 3px;  color:orange;  background-color: orange; width:10px;height:10px;border-radius: 50%; }
		
			.ss2_wrapper .slideshow_paging a:hover { color:#orange }
			.ss2_wrapper .slideshow_paging a.activeSlide { background:#fff; color:#fff }
	
	.ss2_wrapper .slideshow_box { position:absolute; left:0; bottom:0; width:100%; height:180px; z-index:10;padding-bottom:28%;  }
		.ss2_wrapper .slideshow_box .data { padding:15px 30%; color:#fff;  }
		.ss2_wrapper .slideshow_box .data h4 { color:#fff; font:bold 20px arial, sans-serif; padding:0; margin:0 0 10px 0; }
		.ss2_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:140%;}
		.ss2_wrapper .slideshow_box .data a { color:#fff; }
		