ul.gallery {
	margin: 0 auto 0 auto;
	width: 392px;
	height: 270px;
}

ul.gallery li {
	list-style-type: none;
	float: left;
	margin: 0 5px 10px 5px;
}

ul.gallery li a img {
	border: none;
}

ul.gallery li a {
	float: left;
	border: 4px solid #004d77;
	/*padding: 4px;*/
}

ul.gallery li a.active {
	border: 4px solid #FFFFCC;
	padding: 0;
}

ul.gallery li a:hover {
	border: 4px solid #FFFFCC;
}

.gallery-current {
	width: 350px;
	height: 400px;
	margin: 0px;
	clear: both;
	border-top: 7px none;
	border-right: 7px none;
	border-bottom: 7px none;
	border-left: 7px none;
	padding: 45px 0px 0px 20px;
}

.gallery-caption {
	width: 384px;
	margin: 0 60px 0 auto;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

.gallery-img {
	height: 650px;
	width: 460px;
	padding-left: 40px;
	padding-top: 30px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 0.3em;
	letter-spacing: 0.09em;
}
.titles-details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	line-height: 2.3em;
	vertical-align: text-top;
	letter-spacing: 0.09em;
}
.subtitles {
	color: #CC9933;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
