﻿/* Overrides
-----------------------------------------------------*/

#mainwrapper {
	background-color: #fff;
	border: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 755px;
}

/* Galleries
-----------------------------------------------------*/

.homegallery {
	float: left;
	height: 266px;
	margin: 0px 10px 10px 0px;
	width: 360px;
}

.galleryimage {
	height: 240px;
	width: 360px;
}

.galleryname, .galleryviewimage {
	background-color: #000;
	color: #fff;
	height: 20px;
	margin: 0px;
	overflow: hidden;
	padding: 3px 6px;
}

.galleryname a, .galleryviewimage a {
	color: #fff;
}

.galleryviewimage {
	display: none;
	font-size: 9pt;
	height: 20px;
	padding: 2px 4px;
	position: absolute;
	margin-top: -266px;
}