.mod_gallery
{
	width:100%;
	overflow:hidden;
}
.mod_gallery .mod_gallery_head
{
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:2px solid #ffcc22;
}
.mod_gallery .mod_gallery_head .mod_gallery_pic
{
	width:400px;
	overflow:hidden;
	float:left;
}
.mod_gallery .mod_gallery_head .mod_gallery_pic img
{
	max-width:398px;
	border:1px solid #ffcc00;
}
.mod_gallery .mod_gallery_head .mod_gallery_text
{
	margin-left:410px;
}
.mod_gallery .mod_gallery_head .mod_gallery_text .mod_gallery_text_container
{
	width:100%;
}
.mod_gallery .mod_gallery_head .mod_gallery_text .mod_gallery_title
{
	font-weight:bold;
}

.mod_gallery .mod_gallery_content 
{
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #ffcc22;
	padding:10px 0;
}
.mod_gallery .mod_gallery_content .mod_gallery_thumb
{
	width:100px;
	float:left;
	overflow:hidden;
	margin-right:10px;
}

.mod_gallery .mod_gallery_content .mod_gallery_thumb .mod_gallery_title
{
	font-weight:bold;
}
.mod_gallery .mod_gallery_content .mod_gallery_thumb .mod_gallery_description
{
	height:62px;
}



