@import url(inc-s.css);
@import url(sc.css);
@import url(n_sc.css);
*{margin:0; padding:0;}
#right{float:right; width:545px;}
#right4{background:#eff9f9 url(../images/photo.gif) no-repeat -4px top;padding:40px 2px 2px 2px; margin-top:4px;}
#right4 .photo1{float:left; width:250px; text-align:center;}
.photo1 img{padding:4px; border:1px solid #ccc; background:#f6f6f6;}
#right4 .plist{padding-left:10px;}
.pname{color:#007ca4; background:url(../images/c-bg1.gif) no-repeat; width:300px; padding:3px 0 0 20px; margin-bottom:10px; height:20px;}
.plist{margin-bottom:15px;}
#right4 .photo1 p{ margin-top:4px;}
.more{text-align:right; padding-right:30px; margin-top:20px; position:relative;}
/*标题摘要*/
.div_title,.div_des{color:#1e789d; margin-left:15px;}
.div_title{padding:5px 0;}
.div_des{border:4px solid #c3dce0;color:#d3bb4b; padding:5px; width:485px; line-height:1.7em; background:#fff;}
.div_des span{color:#1e789d;}
/*图片垂直居中*/
.photo1 div{text-align: center; width: 186px; height: 140px; line-height: 140px; overflow: hidden;}
.photo1 div img {margin-top: expression(( 140 - this.height ) / 2); }
html>body .photo1 div img{vertical-align: middle;}
/*单张照片居中显示*/
.pic{height:375px;text-align:center;overflow: hidden;line-height: 375px;padding:4px; padding-left:0; background:#fff; width:504px; position:relative; left:12px;}
.pic img{margin-top: expression(( 375 - this.height ) / 2);}
html > body .pic img{vertical-align: middle;}
.picbot{margin:10px 0 0 12px; text-align:center;}
.page{background:#c3dce0; margin-top:4px; height:17px; width:387px; padding-top:3px;}
.kinds{position:relative; left:12px; background:#c3dce0;height:25px; width:508px; margin-bottom:10px; padding:0 0 4px 4px; color:#366;}
.kinds select{width:200px; margin-left:10px;}
.kinds img{position:relative;top:4px; padding-right:5px;}
.kinds span{position:relative; top:-2px;}

.divPhoto
{
	border: 0;
	width:387px;
	height: 138px;
	overflow: hidden;
	position: relative;
	background-color:Gray;
}
.cPhoto
{
	border: 0;
	position: absolute;
	left:0;
	width: 1000px;
}

.cPhoto div
{
	width: 190px;
	height: 138px;
	text-align:center;
	float: left;
	overflow: hidden;
	line-height: 138px;
}
.cPhoto div img
{
	margin-top: expression(( 138 - this.height ) / 2);
	padding-top:5px;
	padding-bottom:5px;
	cursor:hand;
}

html > body .cPhoto div img
{
	vertical-align: middle;
	cursor:hand;
}

