body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.myImagesSlideBox{
	width:850px; /*宽度原460px*/
	/*border:1px solid #bbb;*/
	height:521px;/*高度原380px*/
}
.myImages{
	text-align:center;
	position:relative;
	overflow:hidden;
	height:521px;/*高度原350px*/
	width:850px;/*宽度原450px*/
	line-height:350px;
	cursor:pointer;
	background: url(../images/loading.gif) center center no-repeat;
}
.myImages img{
	border:0;
}
.myImgs {
	display:none;
}
.myTxts{
	padding:5px;
	text-align:center;
	overflow:hidden;
	height:15px;
	line-height:15px;
	width:850px;/*宽度原450px*/
	font-size:12px;
}

.myTxts a{
	text-decoration:none;
	text-align:center;
	color:#666;
}
.myTxts a:hover{
	color:#f60;
}

/*  wrapper element  */
#scrollable {
	background-color:#efefef;
	padding-top:10px;
	width:850px;/*宽度原450px*/
	height:52px;
}

div.items {
	height:126px;	
	float:left;
	width:798px !important;/*宽度原410px*/
	visibility: visible;
	overflow: hidden; 
	position: relative;
	background:#eeeded;
}
/* item */
div.items a {
	display:inline-block;
	float:left;
	margin-left:13px;
	margin-top:10px;
	width:141px;
	height:101px;
	background:#BBB;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	border:3px solid #bbb;
}
div.items a:hover {
	border:3px solid #cb1f27;
}
div.items a.active {
	border:3px solid #cb1f27;
}
.scrollableDiv{
	position: absolute; width: 200000em; left: 0px;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../images/productprev.jpg) no-repeat 0 0;
	display:block;
	width:26px;
	height:126px;
	float:left;	
	cursor:pointer;
	margin-top:0px
}
a.next {
	background-image:url(../images/productnext.jpg)		
}

/*遮罩层*/
#BigDiv{
	filter:alpha(opacity=100); /* IE */
	-moz-opacity:1; /* Moz + FF */
	opacity: 1; /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
	background: #000; position: absolute; top: 0; left: 0; z-index: 10000;
	display:none;
}
#MyDiv{
	display:none;
	position:absolute;
	text-align:center;
	width:300px;
	z-index:10001;
}
.closeMyDiv{
	position:absolute;
	right:4px;
	top:2px;
	z-index:10002;
}
.closeMyDiv a{
	text-decoration:none;
	cursor:pointer;
	color:#000;
}
.closeMyDiv a:hover{
	color:#F60
}