/* ----====  BEGIN general gallery page ====---- */

body#gallery {
	color: #fff;
	background-color: #232222;
}

h2.gallery,
#gallery .section h2  {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	height: 40px;
	line-height: 26px;
	font-style: normal;
	border-bottom: none;
}

h2.gallery strong,
#gallery .section h2 strong {
	font-style: normal;
}

h2.gallery em,
#gallery .section h2 em {
	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: 14px;
	color: #000;
	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: #fff;
}

.module#reader-photos img {
	float: right;
	margin: 0 0 10px 10px;
}

/* ----====  END general gallery page ====---- */


/* ----====  BEGIN slideshow styles ====---- */

/* wraps entire slideshow */
.gallery-wrapper {
	width: 550px;
	margin: 0 auto 50px auto;	
	overflow: hidden;
	
}

/* contains main image and caption */
.galleria_container {
	width: 550px;
	padding: 0 6px;
	margin:0 auto;
	position: relative;
}
.galleria_container .caption {
	width: 454px;
	min-height: 40px;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

/* contains only main image */
.galleria_wrapper {
	margin-bottom: 10px; 
	text-align: center;	
}

.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;
	width:80px;
	height:60px;
	margin: 0 4px 10px 5px;
	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;
	float:right;
}

p.flip-nav a {
	margin: 0;
	padding: 0;
	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 ====---- */


