@charset "utf-8";
html,body,ul,li,p{margin:0px;padding:0px;}
li{list-style:none;}

/* tsShopContainer */
#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
#tsShopContainer{
	width: 50%;
	position: relative;
	font-size: 12px;
	padding-bottom: 5px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tsShopContainer #tsImgS{
	text-align: center;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;}
#tsShopContainer #tsImgS img{border:0px;}
#tsShopContainer #tsPicContainer{
	width: 100%;
	height: 83px;
	position: relative;
	background: url(../images/scrollPicbg.gif) repeat-x 0px 0px;
}
#tsShopContainer #tsPicContainer #tsImgSArrL{
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#tsShopContainer #tsPicContainer #tsImgSArrR{
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#tsShopContainer #tsPicContainer #tsImgSCon{
	position: absolute;
	top: 0px;
	left: 12px;
	width: 1px;
	height: 86px;
	overflow: hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;}
#tsShopContainer #tsPicContainer #tsImgSCon li{
	width: 85px;
	float: left;
	cursor: pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img{
	padding: 1px;
	border: 1px solid  #e4e4e4;
	display: block;
	width: 76px;
	height: 76px;
	margin-right: auto;
	margin-left: auto;
}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img{
	border: 1px solid #F00;
}

@media screen and (max-width: 900px){
#tsShopContainer #tsImgS a{width:93% !important;margin:0px}
}
