/**
 * Gallery styles
 */
/*
#container
{
	height:756px;
	background-image:url(../images/bg_gallery.jpg);
}
*/
#page
{

}
#page #controls
{
	height:65px;
}
#page #controls .formsplitlabel
{
	width:37px;
	float:left;
	margin-top:34px;
	text-align:center;
}
#page #controls select
{
	width:210px;
	font-size:12px;
}
#page #controls .rightcontrol_form
{
	width:213px;
	float:left;
	text-align:left;
	margin-top:10px;
	margin-right:7px;
}
#page #controls .leftcontrol_form
{
	width:211px;
	float:left;
	margin-top:10px;
	margin-left:13px;
}
#page #controls .rightcontrol_form p,
#page #controls .leftcontrol_form p
{
	padding:0;
	margin:0;
	font-size:12px;
	color:#ffffff;
	padding-bottom:3px;
}
#page #gallerypanecontainer
{
	height:404px;
	text-align:center;
	position:relative;
}

#page #gallerypanecontainer #gallerypane
{
	height:370px;
	width:470px;
	overflow:hidden;
	top:14px;
	left:24px;
	position:absolute;
	text-align:center;
	
}

#page #gallerypanecontainer #gallerypane img
{
	position:absolute;
	top:0px;
	left:0px;
}

#page #emailblock /*Hover implemented in javascript on input focus event*/
{
	background-image:none;
}
#page #facebookblock
{
	background-image:none;
}
#page #facebookblock:hover
{
	background-image:none;
}


.gallery-thumbs
{
	position:relative;
	height:480px !important;
}
.gallery-thumbs .thumbsheading
{
	height:42px;
	margin-left:10px;
	overflow:hidden;
}
.gallery-thumbs .thumbsheading h3
{
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding:0;
	margin:10px 0 0 0;
}
.gallery-thumbs .thumbscontainer
{
	height:400px;
	margin-left:30px;
}
.gallery-thumbs .thumbscontainer .thumbnail
{
	float:left;
	display:block;
	overflow:hidden;
	cursor:pointer;
	width:56px;
	height:56px;
	background-color:#efefef;
	margin-right:10px;
	margin-bottom:10px;
}

.gallery-pages
{
	font-size:12px;
	margin-left:45px;
}
.gallery-pages a
{
	color:#fe0021;
}
.gallery-pages .prev,
.gallery-pages .pages,
.gallery-pages .next
{
	display:block;
	float:left;
	height:20px;
}
.gallery-pages .prev
{
	width:60px;
}
.gallery-pages .pages
{
	width:105px;
	text-align:center;
}
.gallery-pages .next
{
	width:60px;
	text-align:right;
}
