.myImagesSlideBox{
	width:616px;
	height:655px;
	text-align:center;
}
.myImages{
	text-align:center;
	height:397px;
	width:279px;
	margin:0 auto;
	padding:20px 0 0 0;
	cursor:pointer;
	background: url(../images/loading.gif) center center no-repeat;
}
.myImages img{
	width: 279px;
	height:392px;
    margin:0 auto;
	vertical-align:bottom;
}
.myImgs {
	display:none;
}
.myTxts{
	padding:0px;
	text-align:center;
	overflow:hidden;
	height:20px;
	line-height:20px;
	font-weight:700;
	margin:10px 0 0 0;
	width:100%;
	float:left;
}

.myTxts a{
	text-decoration:none;
	text-align:center;
	color:#666;
}
.myTxts a:hover{
	color:#f60;
}

/*  wrapper element  */
#scrollable {
	/*background-color:#efefef;*/
	padding:45px 10px 10px 10px;
	width:546px;
	height:136px;
	margin:0 auto;
	clear:both;
}

div.items {
	height:131px;	
	float:left;
	width:500px;
	visibility: visible;
	overflow: hidden; 
	position: relative;
	margin:0px 10px;
}
/* item */
div.items a {
	display:inline-block;
	float:left;
	margin:0px 10px;
	width:102px;
	height:131px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	background: url(../images/bj1.jpg) center center no-repeat;
}
div.items a:hover {
	background: url(../images/bj1.jpg) center center no-repeat;
}
div.items a.active {
	background: url(../images/bj1.jpg) center center no-repeat;
}

.scrollableDiv{
	position: absolute; width: 200000em; left: 0px;
}

/* next / prev buttons */
a.prev, a.next {
	background:url(../images/an1.jpg) no-repeat 0 0;
	display:block;
	width:13px;
	height:34px;
	float:left;	
	cursor:pointer;
	margin:49px 0 0
}
a.next {
	background-image:url(../images/an2.jpg);	
}

/*遮罩层*/
#BigDiv{
	filter:alpha(opacity=30); /* IE */
	-moz-opacity:0.3; /* Moz + FF */
	opacity: 0.3; /* 支持CSS3的浏览器（FF 1.5也支持）*/ 
	background: #777; position: absolute; top: 0; left: 0; z-index: 10000;
	display:none;
}
#MyDiv{
	background:#FFF;
	display:none;
	position:absolute;
	text-align:center;
	width:260px;
	height:390px;
	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
}
