#photo {
	width: 188px;
	overflow: hidden;
	}

#main {
	background-color: #fff !important;
	}
	
#content {
	width: 570px;
	}

div.content-divider {
	width: 572px;
	background-repeat: repeat-x;
	}

ul.video-list {
	width: 130px;
	float: left;
	padding: 0 15px 0 5px;
	overflow: hidden;
	}
ul.video-list li {
	width: 130px;
	padding-bottom: 20px;
	color: #3E2512;
	font-weight: bold;
	}
ul.gallery-list {
	width: 53px;
	height: 319px;
	float: left;
	padding: 0 15px 0 5px;
	}
ul.gallery-list li {
	width: 53px;
	padding-bottom: 20px;
	color: #3E2512;
	font-weight: bold;
	}
ul.gallery-list a,
ul.video-list a {
	text-decoration: none;
	color: #3E2512;
	}

div.pagination {
	font-weight: bold;
	}

#pagination_nav {
	position: absolute;
	top: 472px;
	left: 216px;
}

#scrollable-content {
	float: left;
	width: 641px;
	height: auto;
	overflow: auto;
	overflow-x:hidden;
	overflow-y:auto;
	clear: both;
	margin: 0;
	padding: 0 10px 0 0;
	}

strong.more-galleries{
	color: #0B4B63;
	}

#photo-area,
#video-area {
	width: 492px;
	height: 325px;
	float: left;
	overflow: auto;
	}
#photo-area #large-photo,
#photo-area #caption {
	padding: 0 10px;
	width: 472px;
}

#video_content {
	width: 466px;
	height: 432px;
	float: left;
	}

#video-loading {
	position: absolute;
	top: 163px;
	left: 355px;
	z-index: 1;
	}
	
#video-player {
	position: absolute;
	top: 163px;
	left: 355px;
	}

#caption {
	font-size: 10px;
	color: #3E2512;
	text-align: center;
	clear: both;
	overflow: hidden;
	}

#photo-controls {
	text-align: center !important;
	padding: 3px 0;
	}
#left-arrow,
#status,
#right-arrow {
	float: left;
	padding: 5px 5px;
	}
#status {
	margin-top: 4px;
}
#left-arrow,
#right-arrow {
	cursor: pointer;
	}
	
#video-content{
	width:569px;
	height:325px;
	overflow:auto;
}