
#LeftColumn{
    width: 342px;
}

#RightColumn{
    padding-right: 15px;
}

#gallery-wrapper
{
	text-align: center;
	float: left;
	padding-left: 10px;
	width: 100%;
}

#gallery-wrapper #loading-div
{
	height: 439px;
	line-height: 439px;
	vertical-align: middle;
	text-align: center;
	display: block;
}

#gallery-images-div
{
	display: none;
	margin-top: 5px;
}

#gallery-images-div table
{
	float: left;
	display: inline;
	direction: ltr;
}

#gallery-images-div table td
{
	height: 65px;
}

#gallery-images-div table td.last
{
	height: 30px;
}

#gallery-images-div img
{
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 2px solid #990000;
}

#gallery-nav-div
{
	overflow: hidden;
	width: 100%;
}

#prev-page-button, #next-page-button
{
	width: 50px;
	text-align: center;
	text-decoration: none;
	float: right;
	display: inline;
	background-color: #993366;
	color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 5px;
}

#next-page-button
{
	float: left;
	margin-right: 0px;
	margin-left: 5px;
}
