/* author bh-lay*/
body{background:#ddd;font-family:'Microsoft Yahei'}
body,div,a,ul,li,h1,p,strong,img{margin:0px;padding:0px;}
ul,li{list-style:none;}
a,a:visited{text-decoration:none;color:#333;}
a:hover{text-decoration:underline;}
img{border:none;}
.page{width:960px;min-height:600px;_height:600px;margin:150px auto;background:#fff;padding-top:10px;}

/*以下是主要的css*/
.viewer{width:320px;position:relative;}
.viCnt{width:300px;height:300px;border:1px solid #ccc;background:#333;margin:0px auto 10px;overflow:hidden;position:relative;}
.viCnt img{display:block;width:100%;height:100%;position:absolute;top:100%;}
.viCnt span{display:none;width:100%;height:100%;position:absolute;background:#444;background:rgba(0,0,0,0.5);line-height:300px;font-size:24px;color:#fff;text-align:center;}
.viCntClip{position:absolute;width:0px;height:0px;top:0px;left:0px;background:#fff;opacity:0.4;filter:alpha(opacity=40);display:none;cursor:move;}
.viBtn{width:300px;margin:auto; overflow:hidden;zoom:1;}
.viBList{width:400px;overflow:hidden;}
.viBList a{display:block;float:left;width:48px;height:48px;overflow:hidden;margin-right:10px;border:2px solid #aaa;}
.viBList a img{display:block;width:100%;height:100%;}
.viBList a.on{border-color:#f60;}
.viZoom{position:absolute;left:100%;top:0px;width:300px;height:300px;background:#eee;overflow:hidden;display:none;}
.viZoom img{width:0px;height:0px;}
/*以上是主要的css*/

.viewer{float:left;margin-right:10px;}
.proInfo{width:620px;float:left;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#f8f8f8;}
.proInfo h1{border-top:1px solid #fff;border-bottom:1px solid #ccc; height:40px;line-height:40px;text-indent:20px;font-size:16px;font-weight:normal;margin-bottom:20px;background:#f0f0f0;color:#444;box-shadow:0px 0px 3px #fff inset;}
.proInfo p{line-height:25px;font-size:14px;padding:0px 20px;color:#888;margin-bottom:15px;}
.proInfo p strong {display:inline-block;width:100px;color:#444;font-size:16px;font-weight:normal;white-space:nowrap;}
.proInfo p a{padding:0px 5px;}