@charset "utf-8";
/* style 1 */
/*
picstyle1_o.width = img.width
                    + picstyle1_m.border * 2
					+ picstyle1_i.border * 2
*/

#picstyle1_o {
	width:142px;
	background:#FFFFFF;
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
}

#picstyle1_m {
	overflow:visible;
	border: 2px solid #FFFFFF;
}

#picstyle1_i {
	border:1px solid #333333;
	overflow:visible;
	text-align: center;
}

#picstyle1_i img {
	width:136px;
}

#picstyle1_t {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* style 2 */
/* 使用背景来做相框 */
#picstyle2_o {
	background-image: url(img/imgbg200150.gif);
	background-repeat: no-repeat;
	height: 162px;
	width: 212px;
	margin-left: 10px;
}

#picstyle2_i {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: hidden;
	height: 150px;
	width: 200px;
	text-align: center;
}

#picstyle2_i img {
	height: 150px;
	width: 200px;
}

#picstyle2_t {
	text-align: center;
}

/* style 3 */
/* 使用背景来做相框 */
#picstyle3_o {
	background-image:  url(img/imgbg110128.gif);
	background-repeat: no-repeat;
	height: 128px;
	width: 110px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#picstyle3_i {
	padding-top: 4px;
	padding-left: 4px;
	height: 120px;
	width: 102px;
	overflow: hidden;
	filter: Alpha(Opacity=10, FinishOpacity=100, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);
}

#picstyle3_i img {
	height: 120px;
	width: 102px;
}

#picstyle3_t {
	text-align: center;
}


/* style 4 */
/*
  picstyle4_o.width = pic.width
                      + picstyle4_o.filter.offx
                      + picstyle4_m.border * 2
					  + picstyle4_i.border * 2
  picstyle4_o.height = pic.width
                      + picstyle4_o.filter.offy
                      + picstyle4_m.border * 2
					  + picstyle4_i.border * 2
*/
#picstyle4_o {
	overflow: visible;
	FILTER: Dropshadow(color=#CCCCCC,offX=4,offY=4);
}

#picstyle4_m {
	border: 1px solid #666666;
	overflow: visible;
	background: #FFFFFF;
	float: left;
}

#picstyle4_i {
	border: 1px solid #FFFFFF;
	overflow: visible;
	background: #FFFFFF;
}

#picstyle4_t {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

#picstyle4_i img {
}

#picstyle4_ox {
	overflow: visible;
	FILTER: Dropshadow(color=#CCCCCC,offX=4,offY=4);
	width: 164px;
	height: 128px;
	float: right;
	margin-left: 10px;
	padding-right: 4px;
}

#picstyle4_oy {
	overflow: visible;
	FILTER: Dropshadow(color=#CCCCCC,offX=4,offY=4);
	width: 140px;
	height: 107px;
}


/* style 5 */
/*
  picstyle5_o.width = pic.width
                      + picstyle5_o.filter.offx
                      + picstyle5_m.border * 2
                      + picstyle5_m.padding * 2
					  + picstyle5_i.border * 2
  picstyle5_o.height = pic.width
                      + picstyle5_o.filter.offy
                      + picstyle5_m.border * 2
                      + picstyle5_m.padding * 2
					  + picstyle5_i.border * 2
*/
#picstyle5_o {
	width: 128px;
	height: 108px;
	overflow: visible;
	FILTER: Dropshadow(color=#CCCCCC,offX=4,offY=4);
}

#picstyle5_m {
	border: 1px solid #666666;
	float: left;
	overflow: visible;
	background: #FFFFFF;
	padding: 6px;
}

#picstyle5_i {
	border: 0px solid #FFFFFF;
	overflow: visible;
	background:#FFFFFF;
}

#picstyle5_t {
}

#picstyle5_i img {
	width: 110px;
	height: 90px;
}

/* style 6 */
/*
picstyle1_o.width = img.width
                    + picstyle1_m.border * 2
					+ picstyle1_i.border * 2
*/

#picstyle6_o {
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 4px;
	float: left;
	margin-bottom: 5px;
	margin-top: 10px;
}

#picstyle6_o_main {
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
}
#picstyle6_o_right {
	background:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}
#picstyle6_m {
	overflow:visible;
	border: 4px solid #FFFFFF;
}

#picstyle6_i {
	border:1px solid #FFFFFF;
	overflow:visible;
	text-align: center;
}

#picstyle6_t {
	text-align: center;
	clear: both;
	float: none;
	margin-top: 10px;
	font-weight: bold;
}
