.gallery
{
	background-position: left top;
	height: 491px;
	padding: 13px 0 14px 518px;
	clear: both;
}

.gallery .left
{
	float: left;
	display: inline;
	width: 501px;
	height: 491px;
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #dcdac7;
	margin-left: -518px;
}

.gallery .right
{
	background-color: white;
	border: 1px solid #dcdac7;
	height: 491px;
	padding: 0 0;
}

.gallery .right .info
{
	padding: 0 124px 0 23px;
}

.gallery .right .info h1
{
	color: #994023;
	font-size: 1.6em;
	line-height: 1.81em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.gallery .right .info h2
{
	color: #767869;
	font-size: 1.2em;
	line-height: 1.17em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.gallery .right .info p
{
	color: #767869;
	font-size: 1.2em;
	line-height: 1.17em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.gallery .right .thumbnails a
{
	margin: 9px 0 9px 23px;
	border: 1px solid #dcdac7;
	width: 100px;
	height: 100px;
	display: inline;
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
}

.gallery .right a.button
{
	margin: 9px -99px 0 0;
	float: right;
	clear: right;
	display: inline;
	width: 115px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left -30px;
}

.gallery .right a:hover.button
{
	background-position: left top;
}

.gallery .right a.button span
{
	display: none;
	visibility: hidden;
	font-size: 1px;
}
.gallery .right a.resume
{
	background-image: url('../../images/css/global/resume-button.gif'); 
}


.gallery .right a.press
{
	background-image: url('../../images/css/global/press-media-button.gif'); 
}

.thumbnails
{
	clear: right;
}