#container #left-content {
	width: 200px;
	overflow: hidden;
}
#container #middle-content {
	width: 600px;
	margin-top: 10px;
	padding-left: 10px;
	overflow: hidden;
}
#container #right-content {
	margin-top: 10px;
	padding-left: 15px;
	overflow: hidden;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.most-viewed {	
	font-family: Tahoma;
}

.most-viewed .title {	
	color: #ec008c;
	font-size: 14px;
	border-bottom: 1px solid #ec008c;
	padding-bottom: 3px;
}

.most-viewed .left {
	float: left;
	width: 58px;
	margin-bottom: 8px;
}

.most-viewed .right {
	float: left;
	width: 138px;
	padding-top: 5px;
	margin-left: 3px;
	overflow: hidden;
}

.most-viewed .right a {
	color: #2e3192;
	font-size: 12px;
	text-transform: uppercase;
}
.most-viewed .right .stats {
	color: #ec008c;
	padding-top: 3px;
	font-size: 11px;
}
.gallery-title {
	margin-top: 3px;
	border-bottom: 1px solid #ec008c;
	padding-bottom: 3px;
}
.gallery-title, .gallery-title a {
	color: #ec008c;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Tahoma;
}

.gallery-previews {
	padding: 20px 0 0 5px;
	text-align: center;
}
.gallery-previews .preview {
	float: left;
	height: 55px;
	width: 55px;
	display: block;
	margin: 0 5px;
}

.gallery-previews .selected {
	border: 1px solid #ec008c;
}

.gallery-previews .arrow {
	display: block;
	float: left;
	width: 30px;
	padding-top: 19px;
}

.gallery-previews .arrow a {
	color: #2e3192;
	font-size: 14px;
	font-family: Tahoma;
}

.gallery-content .active-img {
	margin-top: 20px;
	text-align: center;
}

.gallery-content .previous {
	float: left;
	width: 65px;
	padding-left: 3px;
	margin: 18px 0;
}
.gallery-content .next {
	float: right;
	width: 65px;
	text-align: right;
	padding-right: 3px;
	margin: 18px 0;
}
.gallery-content .page {
	float: left;
	width: 464px;
	text-align: center;
	color: #0054a6;
	font-size: 12px;
	font-family: Tahoma;
	margin: 18px 0;
}

.gallery-content a {
	color: #0054a6;
	font-size: 12px;
	font-family: Tahoma;
}

.gallery-content .img {
	margin: auto;
	position: relative;
}
.gallery-content .img .left-arrow {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.gallery-content .img .right-arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.gallery-content .img .left-arrow:hover {
	background: url('../img/left-arrow.png') no-repeat left center; 
}

.gallery-content .img .right-arrow:hover {
	background: url('../img/right-arrow.png') no-repeat right center;
}
