#content_box_gallery_description
{
	background:#000 url(/resources/img/camera_black.png) no-repeat scroll 25px 50%;
	margin-bottom:5px;
	padding:10px 20px 10px 100px;
}

#content_box_gallery_pictures
{
	background-color:#000;
	margin:0 0 10px 0;
	text-align:center;
	padding:10px;
}


#content_box_gallery_pictures ul
{
	list-style-type: none; 
	margin: 0; 
	padding: 0;	
}

#content_box_gallery_pictures ul li.picture_box
{
	margin:3px 5px;
	width:140px;
	height:140px;
	float:left;
	padding:1px;
	border:2px solid #111;
}

#content_box_gallery_pictures ul li.picture_box .thumbnail a
{
	display:block;
	height:140px;
	width:140px;
	line-height:140px;
	text-align:center;
}

#content_box_gallery_pictures ul li.picture_box .thumbnail a img
{
}

#content_box_gallery_pictures ul li.picture_box:hover
{
	border-color:#444;
}

