.lightboxbody {
	font-family: Arial, Helvetica, sans-serif;
}

#gallery-container{
	height: 561px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	width:835px;
	}

#gallery-left {
	float:left;
	background-color: #dadada;
	width: 223px;
	height: 544px;
	padding: 17px 7px 0 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	}
	
#gallery-right{
	float: left;
	text-align:left;
	height: 561px;
	padding: 0 0 0 0px;
	background: #ffffff url(/images/frontend/gallery/right-bg.gif) repeat-y;
	}

#gallery-left p{
	margin-bottom: 5px;
	}

#gallery-left select{
	width: 223px;
	margin: 0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	}

#gallery-left form{
	padding: 0;
	margin: 0;
	}

#thumbnail-container, #thumbnail-container-loader{
	position:relative;
	padding: 20px 0 0 0;
	}
#thumbnail-container-loader {
	width: 222px;
	height: 279px;

}
/* Image Gallery Styles */
#gallery-thumbnails{
	background: url(/images/frontend/gallery/thumbnail-bg.gif) repeat-x;
	border: 1px solid #fff;
	padding: 20px 0 0px 0;
	width: 222px;
	height: 279px;
	overflow: hidden;	
	}

#gallery-thumbnails img{
	padding-bottom: 7px;
	cursor:pointer;
	width:107px;
	height:81px;
	background:transparent url(/images/backend/icons/loading.gif) no-repeat center center;
	display:block;
	float:left;
	text-indent:-19999px;
}

#vid-gallery-thumbnails img{
	cursor:pointer;
}
#gallery-thumbnails img.selected,#vid-gallery-thumbnails img.selected{
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
/* Video Gallery Styles */
#vid-gallery-thumbnails{
	background: url(/images/frontend/gallery/thumbnail-bg.gif) repeat-x;
	border: 1px solid #fff;
	padding: 20px 0 0px 0;
	width: 222px;
	height: 279px;
	overflow: hidden;
	position: relative;
	text-align: center;
	}
	
#vid-gallery-thumbnails img{
	padding-bottom: 7px;
	}
	
.thumb-right{
	padding-left: 4px;
	}

#arrow-up{
	position: absolute;
	top: 5px;
	left: 95px;
	}
	
#arrow-down{
	position: absolute;
	top: 302px;
	left: 1px;
	width: 222px;
	height: 34px;
	text-align: center;
	background: url(/images/frontend/gallery/arrow-down-bg.jpg) no-repeat;
	}

/* Start Top Nav */
#gallery-nav{
	height: 25px;
	border-bottom: 1px solid #e4e4e4;
	width: 566px;
	padding: 7px 0px 0 10px;
	text-align: left;
	position: relative;
	}

#gallery-nav #nav-header{
	float: left;
	margin: 4px 10px 0 0px;
	
	}

#gallery-nav ul {
	padding: 0 20px 0 0;
	margin: 0;
	float:right;
	}

#gallery-nav ul li {
	float:left;
	list-style: none;
	padding: 4px 5px 0 5px;
	height: 16px;
	border-left: 1px solid #c4c4c4;
	}

#gallery-content, #gallery-content-loader{
	height: 510px;
	padding: 12px 0 0 30px;
	position: relative;
	}


#top-nav h1, #top-nav h3 { /* Hide H1 and H2 elements */
	position:absolute;
	left:0px; 
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#top-nav .selected {
	
	display:inline;
}
#top-nav span {
	display:none;
}
#top-nav li a{
	text-decoration: none;
	}

#gallery-logo{
	position: absolute;
	top: 11px;
	left: 489px;
	width: 67px;
	height: 55px;
	background: url(/images/frontend/gallery/logo.gif) no-repeat;
	}

/* End Top Nav */


.clear {	
	clear:both;
}

/* ------------------------------------------------------------

	$5 Breadcrumb

------------------------------------------------------------ */

#gallery-content #breadcrum {
	font-size: 11px;
	padding: 0;
	margin: 0px 0 0 0;
}

#gallery-content #breadcrum ul {
	list-style: none;
	margin:0;
}

#gallery-content #breadcrum li {
	display:inline;
	padding: 0 7px 0 16px;
	color: #545454;
	line-height:40px;
	background: url(/images/frontend/sitewide/bullet.gif) no-repeat center left;
}

#gallery-content #breadcrum li a:link, #breadcrum li a:visited {
	text-decoration: none;
}

#gallery-content #breadcrum li a:hover {
	color: #000;
	text-decoration: underline;
}


/* ------------------------------------------------------------

	$5 Paginate

------------------------------------------------------------ */


#thumbnail-container .paginat {
	font-size: 0.9em;
	padding: 26px 0 0 0;
	text-align: center;
	margin-left: 4px;
}

#thumbnail-container .paginat img {
	float: left;
	}

#thumbnail-container .paginat ul {
	list-style: none;
	margin:0;
	padding: 3px 0 0 0;
	float: left;
}

#thumbnail-container .paginat li {
	float:left;
	height: 21px;
	margin:2px 1px;
}

#thumbnail-container .paginat li.first {
	padding: 0;
}

#thumbnail-container .paginat li a:link, .paginat li a:visited {
	color: #aaaaaa;
	text-decoration: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	padding:2px 4px;
	display:block;
	width:15px;
}

#thumbnail-container .paginat li a:hover {
	color: #fff;
	text-decoration:none;
	background: #aaaaaa;
}
#thumbnail-container .paginat li a.selected {
	background: #585858;
	font-weight: bold;
	color: #FFFFFF;
}

#thumbnail-container .paginat li a:active{
	color: #555555;
	text-decoration:none;
	background: #fff;
}


#thumbnail-container .paginat li a.first, #thumbnail-container .paginat li a.first:visited {
	padding: 2px 6px 2px 10px;
	/*background: url(../../images/frontend/sitewide/pag_arrwl.jpg) no-repeat top left;*/
}

#thumbnail-container .paginat li a.first:hover {
	/*background:  url(../../images/frontend/sitewide/pag_arrwl.jpg) no-repeat bottom left;*/
} 

#thumbnail-container .paginat li a.last, #thumbnail-container .paginat li a.last:visited {
	padding: 2px 10px 2px 6px;
	/*background:  url(../../images/frontend/sitewide/pag_arrwr.jpg) no-repeat top right;*/
}

#thumbnail-container .paginat li a.last:hover {
	/*background: url(../../images/frontend/sitewide/pag_arrwr.jpg) no-repeat bottom right;*/
} 


#gallery-content-top{
	height: 60px;
	}

/* Start Gallery Images */

#gallery-content #gallery-images {
	padding: 0;
	margin: 0;
	height: 395px;
	
	overflow: hidden;
}

#gallery-images img{
	width:527px;
	height:395px;
	background:transparent url(/images/backend/icons/loading.gif) no-repeat center center;
	display:block;	
	text-indent:-19999px;
	border:none;
}

#gallery-content #gallery-images li {
	list-style: none;
	position:absolute;
}

/* Start Arrows */

#left-arrow{
	position: absolute;
	top: 252px;
	left: 17px;
	}

#right-arrow{
	position: absolute;
	top: 252px;
	left: 531px;
	}
	
/* Start Caption */

#gallery-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	width: 540px;
	}

#gallery-numbers{
	width: 82px;
	display: block;
	float: left;
	padding: 5px 0 0 0;
	}
	
#gallery-caption{
	float: left;
	width: 380px;
	display: block;
	padding: 5px 0 0 0;
	}
#gallery-caption span{
	position:absolute;
}
#gallery-controls{
	float: right;
	padding: 0 13px 0 0;
	}

/* Text to Image Styles */

.freetxt h1 { /* Hide H1 and H2 elements */
	position:absolute;
	left:0px; 
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#video-player{
	width: 470px;
	height: 350px;
	border:1px solid #dadada;
	margin:30px auto 0 auto;
	}
	
#gallery-close{
	position:absolute;
	top: 3px;
	left: 565px;
	}
	
#gallery-close a{
	width: 26px;
	height: 26px;
	display: block;
	background: url(/images/frontend/gallery/close.jpg) no-repeat;
	}
	
#gallery-close a span{
	position: absolute;
	top: -9999px;
	left: -9999px;
	}
	
#gallery-images .noimages,#video-player .noimages {
	text-align:center;
	width:527px;
	height:395px;
	line-height:395px;
}

#logo-overlay {

	width:67px;
	height:55px;
	display:block;
	background: url(/images/frontend/gallery/logo.gif) no-repeat; 
	z-index:10; 
	position:absolute; 
	top: 400px;
	left:480px;
}