a { text-decoration:none; }
a:link,a:visited{ color:#4d4d4d;}
ul, ol { list-style:none; }
img { border:none; }
/*
作用域:品啦店铺焦点图效果
创建日期:2010-12-28  
修改日期:2010-12-28 
*/
.shops-focus{ width:695px;
             height:900px;
			 margin:0 auto;
			 position:relative;
			 overflow:hidden;
			 }
.shops-focus .imgbox{position:relative;padding:0;margin:0;height:453px;overflow:hidden;}
/* 焦点图宽度 */
.shops-focus img ,.shops-focus .imgbox li{
	height:453px;
	width:695px;
	overflow:hidden;
	/*position:absolute;*/
	z-index:0;}
/* 焦点图边框宽度 */

.shops-focus .imgbox img{}
.shops-focus .imgbox li{
						left:0;
						top:0;}
.shops-focus .numbox{ position:absolute;

					  top:465px;
					  width:695px;
					  padding-top:5px;}
.shops-focus .numbox ul{
                        position:absolute;margin:0;padding:0;width:695px;}
.shops-focus .numbox li{ float:left;
                         width:114px;
						 height:114px;
						 margin: 0 15px 20px 10px;
						 padding-top:3px;}
.shops-focus .numbox li.pptOn{ background:url(ppton.png) no-repeat;}
.shops-focus .numbox li.pptOn img{ border:1px solid #fff;}
.shops-focus .numbox li img{ width:114px;
                             height:114px;
							 display:block;
							 margin-top:2px;
							 margin-left:1px;
							 border:1px solid #4D4D4D;}
.shops-focus .txbox{ position:absolute;
                     font-size:14px;
					 font-weight:bold;
					 top:262px;
					 left:10px;
					 height:20px;
					 width:290px;
					 overflow:hidden;}
.shops-focus .txbox li{ top:-30px;
                        position:absolute;}