div.GalleryContainer {

/*
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #A0AEC5;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: #A0AEC5;
	scrollbar-face-color: #A0AEC5;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #7088A9;
	scrollbar-3d-light-color: #000066;
*/	
}

.GalleryContainer td {padding:3px 0 0 3px;}


div.GalleryContainer img {
	border:0px;
}

.LargeImageTable {
	width:100%;
	height:500px;
}

.LargeImageTable td {text-align:center;}

.LargeImageTable img {
	display:block;
	margin:0px auto;
	border:none;
}

div.GalNavBtns {
text-align:center;
}

div.GalNavBtns a {
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}

div.GalNavBtns a:hover {
	color:#FDE34C;
}
/*_________________________________________________________________________________________*/
#Gallery_strip_holder
{
	position:relative;
	height:70px;
	width:100%;

}
#Gallery_strip
{
	width:auto !important;
	height:60px;
	margin:0;
	padding:5px;
	display:block;

}

#Gallery_strip_mask
{
	width:100%;
	position:absolute;
	height:70px;
	overflow:hidden;
	top:15px;
}
#Gallery_strip_CtrlLeft
{
	background-image:url(/i/ctrl_left.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	position:absolute;
	width:20px;
	height:70px;
	z-index:10;
	float:left;
	top:5px;
	cursor:pointer;
}
#Gallery_strip_CtrlLeft:hover
{
	background-position:0 -70px;
}
#Gallery_strip_CtrlRight
{
	background-image:url(/i/ctrl_right.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	position:absolute;
	width:20px;
	height:70px;
	z-index:11;
	top:5px;
	left:950px;
	cursor:pointer;
}
#Gallery_strip_CtrlRight:hover
{
	background-position:0 -70px;
}

