#ImgPlayer{
	width:235px;
	height:350px;
	overflow:hidden;
	padding:0px;
	background-image: url(block.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#ImgPlayer2{
	width:501px;
	height:420px;
	overflow:hidden;
	padding:0px;
	background-image: url(block2.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#ImgBlk{ padding:11px;}
#ss_img_div{width:212px; height:297px; overflow:hidden;}
#ss_img_div img{border:0;}
#pp_img_div{width:212px; height:297px; overflow:hidden;}
#pp_img_div img{border:0;}
#sp_img_div{width:477px; height:360px; overflow:hidden;}
#sp_img_div img{border:0;}

#ImgNum{height:50px; width: 671px; overflow:hidden; }
#ImgNum ul{width:400px; padding:0px; margin: 0px; float:left; cursor:default; list-style: none;}

#ImgNum li, #ImgNum2 li {
	overflow:hidden;
	text-align:center;
	font-family:verdana;
	font-size:9px;
	float:left;
	margin: 12px 3px 0px 0px;
	cursor:pointer;
	padding:0px;
}

#ImgNum li.itemOff, #ImgNum2 li.itemOff {
	width:20px;
	height:22px;
	color:#ffffff;
	line-height: 24px;
	background-image: url(numOFF.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#ImgNum li.itemOff:hover, #ImgNum2 li.itemOff:hover{
	color:#000000;
	width:20px;
	height:22px;
	line-height: 24px;
	background-image: url(numON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#ImgNum li.itemOn, #ImgNum2 li.itemOn{
	width:20px;
	height:22px;
	color:#000000;
	font-weight:bold;
	line-height: 24px;
	background-image: url(numON.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#ImgNum div { float: left; width:73px; text-align:right; padding: 20px 0 0 0; margin:10px 0 0 0; height:15px; line-height:15px; cursor:pointer; font-size:12px; color:#7D98BF;}

#Play{background:url(icn_play.gif) no-repeat 30px 0px;}

#Pause{background:url(icn_pause.gif) no-repeat 35px 0px;}
