/* tsShopContainer */
#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
#tsShopContainer{width:365px;margin:0 auto;position:relative;font-size:12px;}
#tsShopContainer #tsImgS{text-align:center;width:100%;position:relative;border:1px solid #eee;}
#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
#tsShopContainer #tsImgS img{border:0px;}
#tsShopContainer #tsPicContainer{width:100%;height:60px;position:relative;margin-top: 15px;overflow: hidden;}
#tsShopContainer #tsPicContainer #tsImgSArrL{position:absolute;top:0px;left:0px;
	display: block;
    width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    background: #f0f0f0;
    font-size: 22px;
    font-family: '宋体';
    color: #999;
    font-weight: 100;
}
#tsShopContainer #tsPicContainer #tsImgSArrR{position:absolute;top:0px;right:0px;
	display: block;
    width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    background: #f0f0f0;
    font-size: 22px;
    font-family: '宋体';
    color: #999;
    font-weight: 100;
}
#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:0px;left:40px;height:100px;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;float: left;margin: 0;}
#tsShopContainer #tsPicContainer #tsImgSCon li{width:74px;float:left;cursor:pointer;margin: 0;}
#tsShopContainer #tsPicContainer #tsImgSCon li img{border:1px solid  #eee;display:block;width:60px;height:60px;background: #fff;}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{border:1px solid #999;margin:0px;}
/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border:1px solid #eee;
	background:#FFF;
}

.MagicZoomMain {
	text-align: center !important;
	width: 92px;
}

.MagicZoomMain div {
	padding: 0px !important;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		0px solid #aaa;
	background: 	#ffffff;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #ccc;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
