@charset "utf-8";
html,body,ul,li,p{
	margin:0px;
	padding:0px;
}
li{
	list-style:none;
}
#tsPicScrollContainer{
	overflow:hidden;
}
#tsPicScrollContainer li,#tsPicScrollContainer img{
	vertical-align:top;
}

#tsPicScrollContainer{
	margin:0px auto;
	width:755px;
	border:1px solid #CCC;
	font-size:12px;
}
#tsPicScrollContainer #tsImg{
	text-align:center;
	width:100%;
	position:relative;
	overflow:hidden;
}
#tsPicScrollContainer #tsImgTishi{
	width:100%;
	color:#fff;
	background:#000;
	filter:Alpha(Opacity=60);
	-moz-opacity:0.60;
	opacity:0.6;
	position:absolute;
	height:auto!important;
	min-height:20px;
	height:20px;
	line-height:20px;
	left:0px;
	bottom:0px;
	text-indent:25px;
	text-align:left;
}
#tsPicScrollContainer #tsImgTishi #tsImgTishiLr{
	padding:10px;
}

#tsPicScrollContainer #tsPicContainer{
	width:100%;
	height:160px;
	position:relative;
	background:url(scrollPicbg.gif) repeat-x 0px 0px;
}
#tsPicScrollContainer #tsPicContainer #tsImgArrL
{
	width:17px;
	height:100%;
	background:url(picshopArr.gif) no-repeat left center;
	position:absolute;
	top:0px;
	left:8px;
	cursor:pointer;
}
#tsPicScrollContainer #tsPicContainer #tsImgArrR
{
	width:17px;
	height:100%;
	background:url(picshopArr.gif) no-repeat right center;
	position:absolute;
	top:0px;
	right:8px;
	cursor:pointer;
}
#tsPicScrollContainer #tsPicContainer #tsImgCon{

	position:absolute;
	top:10px;
	left:38px;
	height:135px;
	overflow:hidden;
}
#tsPicScrollContainer #tsPicContainer #tsImgCon ul
{
	width:100%;
	overflow:hidden;
}
#tsPicScrollContainer #tsPicContainer #tsImgCon li{
	width:115px;
	float:left;
	cursor:pointer;
}

#tsPicScrollContainer #tsPicContainer #tsImgCon li img{
	padding:3px;
	margin:1px;
	border:1px solid  #e4e4e4;
	display:block;
	width:100px;
	height:100px;
}

#tsPicScrollContainer #tsPicContainer #tsImgCon li p{
	margin:2px 5px 0px 0px;
	text-align:center;
	background:#e4e4e4;
	line-height:22px;
}
#tsPicScrollContainer #tsPicContainer #tsImgCon li em{
	font-style:normal;
	display:none;
	
}
#tsPicScrollContainer #tsPicContainer #tsImgCon li.tsSelectImg img{
	border:2px solid #F00;
	margin:0px;
}
#tsPicScrollContainer #tsPicContainer #tsImgCon li.tsSelectImg em{
	display:inline;
}
#tsPicScrollContainer #tsPicContainer #tsImgCon li.tsSelectImg p
{
	background:#CCC;
}
#tsPicScrollContainer #tsScrollPic{
	height:13px;
	line-height:13px;
	overflow:hidden;
	background:url(scrollBgline.gif) repeat-x;
	position:relative;
	margin:20px 20px 20px 20px;
}
#tsPicScrollContainer #tsScrollPic #tsScrollBlock{
	width:142px;
	height:12px;
	position:absolute;
	top:1px;
	left:0px;
	-moz-user-select:none;
	cursor:e-resize;
}

#tsPicScrollContainer #tsScrollPic #tsScrollBlock div{
	width:100%;
	height:100%;
	background:url(scrollBg.gif) no-repeat;
	cursor:e-resize;
}

#onLoadingDiv{
	display:none;
	font-size:12px;
	background:#fff;
	position:absolute;
	width:100px;
	top:20px;
	left:50%;
	margin-left:-100px;
	text-align:center;
	filter:Alpha(Opacity=70);
	-moz-opacity:0.70;
	opacity:0.7;
	
}
