/*********************************
 * Galery > List
 *********************************/
#ggallery_list .ggallery_list_item
{
	margin: 			20px 15px;
	background-color: 	#393A3A;
}

#ggallery_list .ggallery_list_date
{
	background-color: 	#690202;
	font-size: 			9pt;
	font-weight: 		bold;
	color: 				#FFF;
	text-align: 		center;
	padding: 			3px 5px;
}

#ggallery_list .ggallery_list_title
{
	font-size: 			9pt;
	text-transform:		uppercase;
	font-weight: 		bold;
	text-align: 		left;
	background-color: 	#0D0E0E;
	margin: 			0;
	padding: 			3px 10px;
}

#ggallery_list .ggallery_list_description
{
	padding: 			10px;
	text-align: 		justify;
	font-size: 			8pt;
}

#ggallery_list a.ggallery_list_button:link,
#ggallery_list a.ggallery_list_button:hover,
#ggallery_list a.ggallery_list_button:active,
#ggallery_list a.ggallery_list_button:visited
{
	float: 		right;
	margin: 	5px 15px;
}


 /*********************************
 * Galery > Zoom
 *********************************/
#video,
#ggallery_list,
#ggallery_zoom
{
	margin: 				10px;
	padding-top: 			90px;
	background-image: 		url(../images/galery/galery_title.jpg);
	background-repeat: 		no-repeat;
	background-position: 	top left;
}

#ggallery_zoom .ggallery_title
{
	margin-top: 		30px;
}

#ggallery_zoom h1
{
	font-size: 			9pt;
	text-transform:		uppercase;
	font-weight: 		bold;
	text-align: 		left;
	background-color: 	#0D0E0E;
	margin: 			0;
	padding: 			3px 10px;
}

#ggallery_zoom .ggallery_item_date
{
	background-color: 	#690202;
	font-size: 			9pt;
	font-weight: 		bold;
	color: 				#FFF;
	text-align: 		center;
	padding: 			3px 5px;
}

#ggallery_zoom .ggallery_content
{
	background-color: 	#393A3A;
	font-size: 			9pt;
	color: 				#FFF;
	padding: 			15px 5px;
}

#ggallery_zoom .ggallery_zoom_item
{
	margin: 		10px 2px;
}
#ggallery_zoom .ggallery_zoom_item_title
{
	margin: 		2px 0;
	color: 			#FFF;
	font-size: 		8pt;
}
