/*********************************************
 *  Gallery module CSS styles (mod_gallery)
 *    (c) 2006 RSZdesign
 *
 *		- file created by V. Twigt
 *		- file modified by V. Twigt
 *
 *    	$Id: mod_gallery.css 55 2006-05-17 14:16:57Z Vincent $
 *********************************************/

#gallery {
	margin: 0 0 1.5em 0;
}

table.gallery-holder {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td.gallery-item {
	border-right: solid 18px #3f3220;
	border-bottom: solid 18px #3f3220;
}

div.gallery-item {
	float: left;
	margin: 0 18px 25px 0;
}

.gallery-item {
	width: 355px;
	_height: 140px;
	min-height: 140px;
	background-color: #473a29;
	color: #e7b96f;
	vertical-align: top;
}

.gallery-item h5 {
	margin: 0;
}

.gallery-item h5 img {
	float: left;
	margin-right: 10px;
}

.gallery-item p.description {
	margin-top: 10px;
}

.gallery-item p.item-controls {
	
}

div.gallery-row {
	clear: both;
}

.gallery-pagecontrols {
	clear: both;
	padding: 4px 6px;
	background-color: #594d3c;
	color: #eeede6;
	font-size: 80%;
	vertical-align: top;
	text-align: center;
}

.gallery-pagecontrols p {
	margin: 0;
	padding: 0;
}

.gallery-pagecontrols a:link, .gallery-pagecontrols a:visited, 
.gallery-pagecontrols a:active, .gallery-pagecontrols a:hover {
	font-weight: bold;
	text-decoration: none;
}

.gallery-pagecontrols .currentpage, .gallery-pagecontrols .currentitem {
	text-decoration: none;
	font-weight: bold;
	font-size: 130%;
}

.gallery-pagecontrols .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

