body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,p,blockquote,th,td {
	margin:0;
	padding:0;text-decoration: none;
}
a:link, a:visited, a:active { color: #3c9632; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #34742d; }
h4{
	font-size: 16px;
	font-weight: normal;
	font-family: arial, sans-serif;
	color: #333;
	padding: 15px 0 0 0;
	
}
p { line-height:1.2e; font-size:12px; }


/* float clearing for IE6 */
* html .clearfix{ height: 1%; overflow: visible;}
/* float clearing for IE7 */
*+html .clearfix{ min-height: 1%;}
/* float clearing for everyone else */
.clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}

#main {  width:500px;}
#content { padding:0px; background:#fff;  }

/* slideshow 1 */	

.ss1_wrapper { position:relative; width:500px; height:320px; margin:0 0 20px 0; }
.ss1_wrapper .slideshow { position:relative; width:500px; height:320px; }
	
	.ss1_wrapper .slideshow_item { width:500px; height:320px; }
	.ss1_wrapper .slideshow_item .data { display:none; }	
	
	.ss1_wrapper a.slideshow_prev {
	position: absolute;
	left: 1px;
	bottom: 136px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background: url(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(arrows.png) no-repeat -55px 50%; text-indent:-9999px; }
		
	.ss1_wrapper a.slideshow_next {
	position: absolute;
	left: 460px;
	bottom: 136px;
	z-index: 10;
	width: 40px;
	height: 46px;
	outline: none;
	background: url(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(arrows.png) no-repeat -5px 50%; text-indent:-9999px; }
	
	.ss1_wrapper .slideshow_paging { position:absolute; bottom:10px; right:300px; 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; }
			.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: 0px;
	bottom: -2px;
	background: url(trans-black-70.png);
	width: 501px;
	height: 30px;
	z-index: 10;
}
		.ss1_wrapper .slideshow_box .data { padding:5px; color:#ccc;  }
		.ss1_wrapper .slideshow_box .data h4 { color:#fff; font:14px arial, sans-serif; padding:0; }
		.ss1_wrapper .slideshow_box .data p { padding:0; margin:0; line-height:140%;}
		.ss1_wrapper .slideshow_box .data a { color:#fff; }


/* slideshow 3 */	

.ss3_wrapper { position:relative; width:900px; height:400px; margin:0 0 20px 0; }
.ss3_wrapper .slideshow { position:relative; width:900px; height:400px; }
	
	.ss3_wrapper .slideshow_item { width:900px; height:400px; }
	.ss3_wrapper .slideshow_item .data, .ss3_wrapper .slideshow_item .thumb { display:none; }	
	
	.ss3_wrapper a.slideshow_prev { position:absolute; left:0px; bottom:25px; z-index:12; width:50px; height:50px; outline:none;  }
		.ss3_wrapper a.slideshow_prev span { display:block; width:50px; height:50px; background:url(arrows.png) no-repeat -51px 50%; text-indent:-9999px; }
		
	.ss3_wrapper a.slideshow_next { position:absolute; right:0px; bottom:25px; z-index:12; width:50px; height:50px; outline:none;  }
		.ss3_wrapper a.slideshow_next span { display:block; width:50px; height:50px; background:url(arrows.png) no-repeat 1px 50%; text-indent:-9999px; }
	
	.ss3_wrapper .slideshow_paging { position:absolute; bottom:0; left:0; width:800px; height:85px; padding:10px 50px 0 50px; margin:0; z-index:11; background:url(trans-black-60.png); font-size:12px; list-style:none; }
		.ss3_wrapper .slideshow_paging li { display:block; float:left; margin:0; padding:0; }
		.ss3_wrapper .slideshow_paging a { display:block; float:left; margin:0 0 0 17px; padding:0; color:#ccc; }
		.ss3_wrapper .slideshow_paging a.first { margin-left:0; }
		.ss3_wrapper .slideshow_paging a img { border:3px solid #111; }
			.ss3_wrapper .slideshow_paging a:hover { color:#fff }
			.ss3_wrapper .slideshow_paging .activeSlide img { border:3px solid #ddd; }
	
	.ss3_wrapper .slideshow_box { position:absolute; left:0; bottom:95px; background:url(trans-black-60.png); width:900px;  z-index:10; }
		.ss3_wrapper .slideshow_box .data { padding:10px 50px 0 50px; color:#ccc;  }
		.ss3_wrapper .slideshow_box .data h4 { color:#fff; font:bold 18px arial, sans-serif; padding:0; margin:0; }
		.ss3_wrapper .slideshow_box .data a { color:#fff; }
