a {
	color: #596066;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #9E0B0F;
}

.galleria_container {
	width: 655px;
	height: 550px;
	overflow: none;
}

.caption {
	font-style: italic;
	color: #887;
}

.galleria {
	width: 655px;
	padding-top: 30px;
}

.galleria li {
	width: 68px;
	border: 3px double #596066;
	margin: 0 2px;
	background: #596066;
}

.galleria li div {
	left: 240px;
}

.galleria li div .caption {
	font: italic 0.7em/ 1.4 georgia, serif;
}

#main_image {
	width: 655px;
	height: 430px;
	min-height: 430px;
}

#main_image img {
	border: 5px solid #FFFFFF;
}

.nav {
	display: block;
	padding: 15px;
	clear: both;
	font: 80% 'helvetica neue', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 655px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.info {
	text-align: left;
	width: 655px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
}

.info p {
	margin-top: 1.6em;
}

a.prev {
	background-image: url(../images/scrollable_arrows.png);
	background-position: top left;
	width: 30px;
	height: 30px;
	float: left;
	display: inline;
}

ul#scrollable {
	margin-top: 30px;
	margin-left: 15px;
	overflow:hidden;
	width:655px;
}

a.next {
	background-image: url(../images/scrollable_arrows.png);
	background-position: bottom right;
	width: 30px;
	height: 30px;
	float: left;
}

ul#scrollable {
	overflow: none;
}

