.pics_show_container{
	width: 100%;
	overflow: hidden;
}
.pics_show_col_left{
	float: left;
	display: inline;
	width: 110px;
}
.pics_show_col_left .in{

}
.pics_show_col_right{
	float: right;
	width: 100%;
	margin-right: -110px;
}
.pics_show_col_right .in{
	margin-right: 110px;
	padding-left: 5px;
}
.pics_show_rating_bar{
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #E6E6E6;
	padding-top: 10px;
	height: 25px;
	margin-top: 5px;
	font-size: 10px;
	color: #CCC;
}
.pics_show_rating_bar .horizontal_block{
	float: left;
	font-size: 10px;
	color: #CCC;
}
.pics_show_user_bar{
	overflow: hidden;
	height: 30px;
	margin-top: 5px;
}
.pics_show_user_bar a{
	font-size: 10px;
	color: #666;
}
.pics_show_user_bar .horizontal_block{
	float: left;
}
.pics_date{
	color: #d0cc9a;
}

.pics_row{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 5px;
}
.pics_row .left{
	float: left;
	width: 135px;
	text-align: right;
	font-size: 80%;
	padding-top: 4px;
}
.pics_row .right{
	float: right;
	width: 450px;
}

.pics_show_links{
	width: 100%;
	overflow: hidden;
	margin: 5px 0 5px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px dashed #E6E6E6;
	background: url(/template/module/picture/images/icons/lj.gif) no-repeat left top;
	background-color: #f9fcff;
}
.pics_show_links a{
	display: block;
	float: left;
	padding: 8px;
	text-indent: 24px;
	color: #578cbf;
}
