#ContentPicShow {
	width:645px;
	position: relative;
}

#ContentPicShow #PicBig{
	position: relative;
	width:450px;
	float: left;	
}

#PicBig{
	position: relative;
	width:450px;
	float: left;
/*	z-index:3;	
*/}

#ContentPicShow #PicBrowser{
	position: relative;
	width:194px;
	top:20px;
	float: right;
}

#ContentPicShow #PicBrowser td{
	width:60px;
}

#ContentPicShow #PicBrowser td.t1{
	width:100%;
	font-size: 13px;
	line-height: 30px;
	color: #666666;
}

#ContentPicShow #PicBrowser img{
	width:60px;
	height:60px;
}

.PicBigStyle{
	FILTER: blendTrans(duration=0.5);
}

.divPicSmallSyle{
	FILTER: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

