/* @group Media Gallery */

#gallery {
	width: 198px;
}

#gallery h3 {
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #69594b;
}

#gallery ul { 
	margin-top: 6px;
	border: 2px solid #a7988b;
	border-bottom: 0px solid #eee;
	border-left: 0px solid #eee;
	padding-top: 6px;
	padding-bottom: 1px;
	background-color: #e7ded5;
}

#gallery li {
	margin: 0 6px 6px 6px;
	line-height: 0;
}

#gallery a {
	margin: 0;
	padding: 0;
}

#gallery ul img {
	margin: 0;
	padding: 11px;
	border: 1px solid #000;
	background-color: #fff;
	background-image: ;
}

#gallery ul a:hover {
	background-color: transparent;
}

#gallery ul a:hover img {
	background-color: #d7d7d7;
}

#gallery p.gallery_caption {
	display: none;
	margin: 0;
	font: 11px Verdana, sans-serif;
	color: white;
}


/* @end */
