﻿/* GENERAL STYLES */
#pageContainer .logoCol 
{
	background-color: #fff;
}

#leftPageContent
{
	width: 716px !important;
	background-color: Transparent;
	color: #fff;
}

#currentPageContent
{
	width: 716px;
}

#photo-gallery
{
	width: 705px;
	margin: 6px auto 0px auto;
	overflow: hidden;
}

#photo-gallery #mainImg,
#photo-gallery .left
{
	float: left;
}

#photo-gallery .thumbs
{
	width: 141px;
}

#photo-gallery .thumbs img
{
	float: left;
}

#photo-gallery .right
{
	float: right;
}

#photo-gallery #images
{
	overflow: hidden;
}

#photo-gallery #controls
{
	clear: both;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

#photo-gallery #controls #prev
{
	margin-right: 12px;
}

#photo-gallery #controls #next
{
	margin-left: 12px;
}

#photo-gallery #controls img
{
	cursor: pointer;
}

#photo-gallery .pagingBlock
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#photo-gallery .pagingBlock li
{
	display: inline;
	margin-right: 12px;
}

#photo-gallery .pagingBlock li a
{
	text-decoration: none;
}

#photo-gallery .pagingBlock li.activePage
{
	color: #51C0BB;
}

#photo-gallery .pagingBlock li.nextPage
{
	margin-right: 0px !important;
}