/****/

.gallery {
	width: 100%;
	overflow: hidden;
	text-indent: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 4;
	background: #222222;
}

.gallery .pager a { width: 100%; display: block; height: 52px; border: none; color: #222222; text-decoration: none; }
.gallery .pager {
	width: 100%;
	height: 52px;
	text-align:center;	
	clear: both;
}

.gallery_top,
.gallery_bottom {
	background-image: url(/images/gallery_top_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0;
	height: 8px;
	width: 100%;
}
.gallery_bottom {
	background-position: top right;
	clear: both;
}

.gallery.photos .set { overflow: hidden; display: none; }

.gallery .photo  {
	margin: auto;
	padding: 0;
	float: left; 
	width: 33.3%;	
	height: 300px;
	list-style: none;
	background: url(/images/photo_burst.jpg) 50% 50% no-repeat;
	
}

.loading { display: none; }

.gallery h6.divider {
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #C0C0C0;
	margin: 0px 5px;	
}

.gallery .container {
	width: 240px;
	margin: auto;	
	/*border: 1px solid #888888;*/
}
.gallery .container a {
	display: block;
}

.gallery .container .picture { padding: 5px; background: #FFFFFF; }
.gallery .picture a { position: relative; text-decoration: none; color: #FFFFFF; }
.gallery .picture a .title { position: absolute; bottom: 0; }
/*.gallery .container img { position: relative; z-index: 2; }*/
.gallery .container .title {
	padding: 3px;
	color: #FFFFFF;
	font-size: 10px;
	background: #444444;
}

/******** NAVIGATION ICONS ********/
#icon_nav .right, 
#icon_nav .left,
#icon_nav,
#icon_nav ul li,
#icon_nav a,
#icon_nav .icons {	
	height: 85px;
}

#icon_nav {
	margin: 0;
	width: 962px;
	overflow: hidden;	
}

#icon_nav .icon_container {
	margin: 0 20px;
	width: 922px;	
	overflow: hidden;	
}

#icon_nav .right img, 
#icon_nav .left img {
	margin-top: 29px;
}

#icon_nav .right, 
#icon_nav .left {
	display: block;
	width: 20px;
	/*background: #0000FF;*/
	color: #000000;
	font-weight: bold;	
	text-align: center;
}

#icon_nav .left { float: left; }
#icon_nav .right { float: right; }

.gallery .loading,
#icon_nav .loading, 
#icon_nav .icons {
	position: relative;
	overflow: hidden;		
	z-index: 4;
}

.gallery .loading {
	height: 100%;
	width: 100% !important;	
	background: #222222;
	position: absolute;
	z-index: 5;
}

#icon_nav .loading,
#icon_nav .loading .image {
	height: 77px;
}

.gallery .loading .image {
	position: relative;
	top: 48%;
}

#icon_nav .loading {	
	background: url(/images/ajax-loader-bg.gif) top left;
	position: absolute;
	z-index: 5;
	display: block;
	width: 922px;		
}
.gallery .loading .image,
#icon_nav .loading .image {
	background: #FFFFFF url(/images/ajax-loader.gif) no-repeat 115px 50%;
	height: 33px;
	line-height: 33px;
	border: 1px solid #CCCCCC;	
	width: 135px;
	padding-left: 10px;
	margin: 22px auto;
}

#icon_nav ul {
	position: absolute;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#icon_nav ul li {
	float: left;
	padding: 0;
	width: 77px;
	margin: 0 3.4px;
	overflow: hidden;
}


/*
 .gallery.navigation { width: 100%; border: 0; height: 105px; margin: 0; padding: 0; overflow: -moz-scrollbars-horizontal; overflow-x: scroll; display: none; margin-bottom: 10px; }
*/

#gallery_navigation { visibility:hidden; overflow: hidden; height: 0px; }

h6.divider.navigation_shadow {
	background: url(/images/navigation_shadow.gif) top left no-repeat;
	height: 15px;
	margin: 5px 0 0 0;	
	width: 962px;
	position: relative;
	z-index: 5;
}


#icon_nav a:active img {
    /*border-bottom: 3px solid #CC5500;*/
}
#icon_nav a img {
    border: 1px solid #888888;
	float: left;
}
#icon_nav a img.active { border: 0; display: none; }
#icon_nav a:active,
#icon_nav a {
	display: block;
    outline: none;
	width: 77px;
}
