/* slideshow 2 */	
.ss_wrapper { position:relative; width:430px; height:320px; margin:0 0 20px 0; overflow:hidden; }
.ss_wrapper .slideshow { position:relative; width:900px; height:400px; }
	
	.ss_wrapper .slideshow_item { width:378px; height:280px; }
	.ss_wrapper .slideshow_item .data { display:none; }	
	
	.ss_wrapper a.slideshow_prev { position:absolute; left:-40px; top:160px; z-index:10; width:40px; height:46px; outline:none; background:url(wps/wcm/connect/5ed13d80494f9b368ff9cfba6e273bbc/trans-black-70.png?MOD=AJPERES&attachment=true&id=1439419324570); -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;  }
		.ss_wrapper a.slideshow_prev:hover { background:#000; }
		.ss_wrapper a.slideshow_prev span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
		
	.ss_wrapper a.slideshow_next { position:absolute; right:-40px; top:160px; z-index:10; width:40px; height:46px; outline:none; background:url(trans-black-70.png); -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;  }
		.ss_wrapper a.slideshow_next:hover { background:#000; }
		.ss_wrapper a.slideshow_next span { display:block; width:40px; height:46px; background:url(arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
	
	.ss_wrapper .slideshow_paging { position:absolute; bottom:5px; right:10px; z-index:11; font-size:12px; padding:3px 2px; background:url(wps/wcm/connect/5ed13d80494f9b368ff9cfba6e273bbc/trans-black-70.png?MOD=AJPERES&attachment=true&id=1439419324570); -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; }
		.ss_wrapper .slideshow_paging a { display:block; float:left; margin:0 1px; padding:3px 7px; color:#ccc; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-decoration:none}
			.ss_wrapper .slideshow_paging a:hover { color:#fff; }
			.ss_wrapper .slideshow_paging a.activeSlide { background:#eee; color:#222 }
	
	.ss_wrapper .slideshow_box { position:absolute; left:0; bottom:0; background:url(wps/wcm/connect/f6afdf80494f97628f7dcfba6e273bbc/trans-black-60.png?MOD=AJPERES&attachment=true&id=1439418758523); width:100%; height:96px; z-index:10;  }
		.ss_wrapper .slideshow_box .data { padding:15px 20px; color:#ccc; font-size: 14px;
    font-family: arial, helvetica, sans-serif; }
		.ss_wrapper .slideshow_box .data h4 { color:#fff; font:bold 0.82em arial, sans-serif; padding:0; margin:0 0 10px 0; line-height:15px}
		.ss_wrapper .slideshow_box .data h4:hover { text-decoration:underline}
		.ss_wrapper .slideshow_box .data a { color:#fff; text-decoration:none }
