 
.gallery {
	width:100%;
 
}
.gallery .list {
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-left:0px;
	width:99%;
	border:1px solid #777;
	margin:auto;
	
}
.gallery .list ul {
	width:100%;
 
	position:relative;
	padding:0px;
	margin:0px;
}
.gallery .list ul li {
	width:100%;
 	height:100%;
	position:absolute;
	top:0;
	left:0;
	list-style:none;
}
.gallery .description {
	width:50%;
	padding:9px 18px 9px 13px;
	overflow:hidden;
	position:absolute;
	bottom:16px;
	margin-left:48%;
	color:#000;
	font:13px;
	background:url(../images/transbg.png) left top repeat;
/*	box-shadow:1px 2px 2px #717070;
	-webkit-box-shadow:1px 2px 2px #717070;
	-moz-box-shadow:1px 2px 2px #717070;
	-moz-border-radius:0 5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;*/
	border-radius:7px;
	height: 70%;
}
.gallery .description .main222 {
	overflow:hidden;
	position:absolute;
	width:100#;
	

}
.btn-green {
	float:right;
	font:12px 'DINRegular', Tahoma, Geneva, sans-serif;
	color:#fff;
/* 	background: #40a047 url(image_en-us_gradient-btn-green.gif) repeat-x;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	background: -moz-linear-gradient(top, #40a047 0%, #2d9143 50%, #1b8440 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40a047), color-stop(50%, #2d9143), color-stop(100%, #1b8440));
	background: -webkit-linear-gradient(top, #40a047 0%, #2d9143 50%, #1b8440 100%);
	background: -o-linear-gradient(top, #40a047 0%, #2d9143 50%, #1b8440 100%);
	background: -ms-linear-gradient(top, #40a047 0%, #2d9143 50%, #1b8440 100%);
	-pie-background:linear-gradient(#40a047, #1b8440);
	background: linear-gradient(top, #40a047 0%, #2d9143 50%, #1b8440 100%); */
	margin:130px 0 0 5px;
	border-radius:5px;
 	position:relative;
  	text-decoration:none;
	text-align:center;
}
.btn-green span {
	cursor:pointer;
	padding:2px;
	background:url(../images/image_en-us_arrow3.png) center center no-repeat;
}
.btn-green:hover {
	opacity: .9;
}
.btn-green:hover span {
	text-decoration:none;
}
.gallery img {
	display:block;
	vertical-align:top;
/*	border:1px solid #777;*/
	width:100%;
}
.gallery #slide-nav {
	height:1%;
	position:relative;
	z-index:5;
	width:100%;
	margin-left:0px;
	margin-top:4px;
}
.gallery #slide-nav:after {
	content:"";
	display:block;
	clear:both;
}
.slide-nav  {
/*background:url(../images/thumbs.jpg) left top no-repeat;*/
width:12px;
position:relative;
height:92px;
padding:0px;

}
.gallery #slide-nav li {
	float:left;
	width:33.3%;
	list-style:none;
	text-align:center;
}
.gallery #slide-nav a {
	margin:0 0 0 1px;
/*	padding:10px 0 0 13px;*/
	border:solid #e8e8e8;
	border-width:1px 0 0 1px;
	display:block;
	height:92px;
	font:14px;
	color:#83836c;
	text-decoration:none;
/*	background: #fff url(image_en-us_slide-nav-btn.gif) repeat-x;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f8f8f8), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%);
	-pie-background:linear-gradient(#fff, #f2f2f2);
	background: linear-gradient(top, #ffffff 0%, #f8f8f8 50%, #f2f2f2 100%);*/
	position:relative;
}
.gallery #slide-nav .first-child a {
/*	border-radius:0 0 0 6px;
	-moz-border-radius:0 0 0 6px;
	-webkit-border-bottom-left-radius:6px;
	margin:0;*/
}
.gallery #slide-nav .last-child a {
	border-radius:0 0 6px 0;
	-moz-border-radius:0 0 6px 0;
	-webkit-border-bottom-right-radius:6px;
}
.gallery #slide-nav .slide-right a {
	text-align: right;
	padding-right: 13px;
	padding-left: 0;
}
.gallery #slide-nav .arrow {
	position:absolute;
	top:8px;
	left:86px;
	margin:0 0 0 -10px;
	width:92px;
	height:78px;
	text-indent:-9999px;
	overflow:hidden;
/*	background:url(../images/arrow4.png) no-repeat;
*/	display:none;
	cursor:pointer;
}
.gallery #slide-nav a:hover, .gallery #slide-nav li.activeSlide a {
	color:#fff;
	background:url(../images/hover.png) left center no-repeat;
	text-align:center;
	background-size:99% 100%;
}
.gallery #slide-nav a:hover .arrow, .gallery #slide-nav li.activeSlide a .arrow {
	display:block;
}
.thumbtest {
	position:absolute;
	width:100%;
	height:73px;
	top:0px;
	left:0px;
	color:#000;
	text-align:center;
	line-height:1.6em;
	padding-top: 15px;
}
#rotator {
height:190px;
}
