/* CSS Document */

#fotogallery_box {
	overflow:hidden;
}

#fotogallery_box #content {
	float: left;
	background-image: url(/images/homepage/fg_bk.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
	width: 100%;
	text-align: center;
}

#fotogallery_box #content h2 {
	margin: 0px;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

#fotogallery_box #content .vp {
	color: #ccc;
	text-align: right;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 5px;
	padding-left: 22px;
}

#fotogallery_box .border {
	border: 6px solid #666;
}

#fotogallery_box #content a {
	text-decoration: none;	
	color: #ccc;
}

#fotogallery_box #content a:hover {
	text-decoration: underline;
}
