/* ----====  BEGIN Gallery header ====---- */
/*
#header {
	position: relative;
	height: 34px;
	margin-bottom: 10px;
}
*/

.site-nav ul.main-nav {
	height: 32px;
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}

.site-nav ul.main-nav li {
	margin: 0;
	float: left;
	line-height: 32px;
}

.site-nav ul.main-nav li a {
	border-left: 1px solid #000;
	padding-left: 7px;
	padding-right: 7px;
}

.site-nav ul.main-nav li.home a {
	display: block;
	height: 32px;
	width: 165px;
	text-indent: -5000px;
	background: url(../img/logo-165x32.png) top left no-repeat;
	outline: none;
}

.site-nav ul.main-nav li.home,
.site-nav ul.main-nav li.news {
	margin-left: 0;
}

.site-nav ul.main-nav li.home a,
.site-nav ul.main-nav li.news a {
	border-left: none;
	padding-left: none;
}

.site-nav ul.main-nav li.current {
	background: #c1c1c1;
	border-right: #ccc;
}


.site-nav ul.secondary-nav {
	height: 32px;
	font-size: 12px;
	font-weight: bold;
	background: #c1c1c1;
}

.site-nav ul.secondary-nav li {
	line-height: 32px;
	float: left;
	padding-left: 7px;
}

.site-nav ul.secondary-nav li {
	line-height: 32px;
	float: left;

}

.site-nav ul.secondary-nav li a {
	border-right: 1px solid #000;
	padding-right: 7px;
}

.site-nav ul.secondary-nav li.last a {
	border-right: none;
	padding-right: 0;
}

/* ----====  END gallery header ====---- */



/* ----====  BEGIN general gallery page ====---- */

body#gallery {
	color: #fff;
	background-color: #232222;
}

h2.gallery,
#gallery .section h2  {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	background: url(../img/h2-bg-gallery-700.gif) center center no-repeat;
	height: 26px;
	line-height: 26px;
	font-style: normal;
	border-bottom: none;
}

h2.gallery strong,
#gallery .section h2 strong {
	background: #232222 url(../img/h2-bg-ding-left.gif) left no-repeat;
	padding-left: 36px;
	font-style: normal;
}

h2.gallery em,
#gallery .section h2 em {
	background: #232222 url(../img/h2-bg-ding-right.gif) right no-repeat;
	padding-right: 36px;
	font-style: normal;
}


/* gallery lists */

#gallery .section {
	clear: both;
	overflow: hidden;
}

ul.gallery-list {
	overflow: hidden;
}

ul.gallery-list li {
	float: left;
	width: 137px;
	margin-left: 24px;
}

ul.gallery-list li.first {
	margin-left: 0;
}

ul.gallery-list li a.title {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#gallery .section h5 {
	text-align: center;
	margin: 10px 0 15px 0;
	clear: both;
	}
	
#gallery .sidebar a {
	color: #fff;
	font-weight: bold;
}	
		
#gallery .section h5 a {
	font: Helvetica, Arial, sans-serif 10px #bb1319 normal;
}

.module#reader-photos p {
	font-size: 16px;
	line-height: 18px;
	color: #ccc;
}

.module#reader-photos img {
	float: right;
	margin: 0 0 10px 10px;
}

/* ----====  END general gallery page ====---- */


/* ----====  BEGIN slideshow styles ====---- */

/* wraps entire slideshow */
.gallery-wrapper {
	width: 620px;
	margin: 0 auto;	
	overflow: hidden;
}

/* contains main image and caption */
.galleria_container {
	width: 620px;
	padding: 0 6px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}

/* 20100830 bst removed color:#fff; block for white background */
.galleria_container .caption {
	min-height: 40px;
	display: block;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #000 !important;
	width: 615px !important;
}

/* contains only main image */
.galleria_wrapper {
	width: 620px;
	text-align: center;	
}

#main_image{
clear:left;
}

.galleria .galleria_wrapper img {
	margin-bottom:10px;
}


/* thumbnail list styles */

.galleria ul {
	list-style:none;
	margin:0 auto;
	clear: both;
	overflow: hidden;
	}

.galleria li{
	display:block;
	overflow:hidden;
	float:left;
	width:80px;
	height:60px;
	margin: 0 4px 10px 5px;
	background:#fff;
	float: left;
	}

.galleria li a {
	display:none;
	}

.galleria li div img {
	cursor:pointer
	}
	
.galleria li.active div img,
.galleria li.active div {
	display:block
	}
	
.galleria li img.thumb { 
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
	}
	
.galleria li .caption { 
	display:block;
	padding-top:.5em
	}
	
* html .galleria li div span {
		width:400px; /* MSIE bug */
		}

p.flip-nav {
	margin: 0;
	overflow: hidden;
	width: 168px;
	position: absolute;
	top: 477px;
	right: 16px;
}

p.flip-nav a {
	margin: 0;
	padding: 0;
	color: #fff;
	display: block;
	width: 80px;
	height: 30px;
	line-height: 26px;
	background: url(../img/bg-btn-gallery.gif) 0 0 no-repeat;
	float: left;
	text-decoration: none;
	outline: none;
	text-align: center;
}

p.flip-nav a.prev {
	margin-right: 8px;
}

p.flip-nav a.next {

}

p.flip-nav a:hover {
	background: url(../img/bg-btn-gallery.gif) 0 -30px no-repeat;
}

/* ----====  END slideshow styles ====---- */


