/** */



/** Wrapper For Entire Thumbnail Gallery & Slide Show **/
div#galleryWrapper{
	padding: 20px;
	}

/** Wrapper Around Controls, Image & Captions **/
div#slideWrapper
{
	float: right;
	position: relative;
	overflow: hidden;
	width: 550px;
}

/** Turn Off Full Size Images Until Confirmed That Javascript is Enabled **/
div.content{
	display:none;
	}

/** Wrapper Around Controls @ Top of Image **/
#controlsWrapper
{
	 float:right;
	 width:100%;
	 padding-bottom:10px;
	}

div.ss-controls{
	float: left;
	}

div.nav-controls {
	float: right;
	}

/** Wrapper For Loader & Image **/
div.slideshow-container{
	clear: both;
	width:100%;
	height:380px;
	overflow:hidden;
	text-align:center;
	}
	
div.slideshow-container img{
	border:none;
	height:380px;
	}

/** Wrapper Around <a> Tag Containing Image **/
span.image-wrapper {

	}

/** <div> Tag Containing Animated .gif Loader Image **/
div.loader
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('Images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}


/** Outer Wrapper For Download Link, Image Title & Caption **/
div.caption-container{
	height:100px;
	overflow:hidden;
	}

/** Inner <div> Containing Download Link, Image Title & Caption **/
div.caption{
	width:550px;
	padding-top:10px;
	height:100px;
}

/** Download Link **/
div.download {
	float: right;
	height:30px;
}

div.image-title h6{
	padding:0;
	margin:0;
	}

div.image-desc 
{
	float:left;
	height:60px;
	width:550px;
	overflow:auto;
	}

div.image-desc p {
	margin-left:0;
	line-height:1.1em;
	}

/** Anchor Tags **/
#galleryWrapper a{
	  text-decoration:none;
	  color:#777;
	}

#galleryWrapper a:hover{
	  text-decoration:underline;
	  color:Black;
	}

#controlsWrapper a {
	padding:10px;
	}


/** Wrapper Around Thumbnails & Controls **/
div.navigation{
	/** CSS Set By Javascript **/
}

div.thumbsContainer{
	 clear:left;
	 overflow:hidden;
	 /** height:450px; Set By Javascript **/
	 }

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.thumb {
	margin:0;
	background-image:none;
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	
	
}
ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}


/** Thumbnail Navigation & Pagination Controls **/

div.pagination {
	clear: both;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

