@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:440px;
	position:relative;
	font-size:12px;
	padding-bottom:5px;
}
#tsShopContainer #tsImgS {
	text-align:center;
	width:100%;
	position:relative;
	border:1px solid #CCC;
}
#tsShopContainer #tsImgS a {
	display:block;
	text-align:center;
	margin:0px auto;
}
#tsShopContainer #tsImgS img {
	border:0px;
}
#tsShopContainer #tsPicContainer {
	margin-top: 12px;
	width:100%;
	height:55px;
	position:relative;
}
#tsShopContainer #tsPicContainer #tsImgSArrL {
	width:13px;
	height:100%;
	background:url(../img/picshopArr.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	left:0;
	cursor:pointer;
}
#tsShopContainer #tsPicContainer #tsImgSArrL:hover{ background:url(../img/picshopArr.gif) no-repeat 0 -55px; }
#tsShopContainer #tsPicContainer #tsImgSArrR {
	width:13px;
	height:100%;
	background:url(../img/picshopArr.gif) no-repeat -13px 0;
	position:absolute;
	top:0px;
	right:0;
	cursor:pointer;
}
#tsShopContainer #tsPicContainer #tsImgSArrR:hover{ background:url(../img/picshopArr.gif) no-repeat -13px -55px; }
#tsShopContainer #tsPicContainer #tsImgSCon {
	position:absolute;
	top:0;
	left:16px;
	width:1px;
	height:55px;
	overflow:hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon ul {
	width:100%;
	overflow:hidden;
}
#tsShopContainer #tsPicContainer #tsImgSCon li {
	width:57px;
	float:left;
	cursor:pointer;
}
#tsShopContainer #tsPicContainer #tsImgSCon li img {
	padding:3px;
	margin:1px;
	border:1px solid #e4e4e4;
	display:block;
	width:42px;
	height:42px;
}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg img {
	border:2px solid #F00;
	margin:0px;
	object-fit: contain;
}