/* ÀÁÈËÍ¼¿â ËÑ¼¯ÕûÀí www.lanrentuku.com */
body
{
	background-color: ;
}
#wrapper
{   
	margin-top: 0px;
	text-align:center;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
   /*dim the background*/
  text-align:center;
  display:none;
}



.jscarousal
{
	width: 1280px;
	height: 370px;
	
	border: solid 0px #7A7677;
	margin:0 auto;
	padding: 0;
	
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 20px;
	height: 110%;
	
	color: White;
	position: relative;
	top: 15px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(http://images.e-giordano.com/materiel/GIO/CN/workpage/hkshop/js/1170/new13/swiper_button_go.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(http://images.e-giordano.com/materiel/GIO/CN/workpage/hkshop/js/1170/new13/swiper_button_back.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 1200px;
	height: 400px;
	float: left;
	left: 0px;
	position: relative;
	overflow: hidden;
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 350px;
}
.jscarousal-contents > div > div
{
	float: left;
	margin-left: 26px;
	margin-right: 0px;
}
.jscarousal-contents img
{
	width: 280px;
	height: 350px;
	border: solid 0px #7A7677;
	margin-left: -10px;
}
.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}




