div.gallery {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	width:744px; 
   clear: both;
}

div.gallery p,div.gallery li {
	line-height: 1.3em;
}
div.controls {
	margin-top: 5px;
	height: 15px;
}
div.ss-controls {
	float: left;
	padding-top:3px;
}
div.ss-controls span {
	color: #009FDC;
	cursor: pointer;
}
div.nav-controls {
	float: right;
	padding-top:3px;
	
}
div.nav-controls a {
	padding: 5px;
	color: #009FDC;
}
div.slideshow {
	clear: both;
	text-align: center;
	width: 700px;
	margin-bottom: 15px;
	
}
div.slideshow span.image-wrapper {
	/*float: left;*/
	padding-bottom: 12px;
	float:right;
	padding-right: 50px;
	
	
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc;*/
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	/*border: 1px solid #ccc;*/
	background-color: #fff;
	padding: 2px;
	width: 733px;
	
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	color: #00A2D7;
	
	
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	margin-bottom: 15px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	 clear: both;
	 padding-left: 10px;

}
ul.thumbs {
   width:744px; 
	clear: both;
	margin: 0 0 25px 0;
	padding: 2px 0 0 0;
	
	
		
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 18px 5px 0;
	list-style: none;
	text-align: center;
	height:60px;
	width:86px;
	background-color: #343434;
	
	
}
ul.thumbs li a {
	padding: 1px;
	display: block;
	margin:auto;	
	height:100px;
	width:100px;
	text-align: center;
	vertical-align: middle; 
}
ul.thumbs li.selected a {
	/* background: #c1c1c1; */
	text-align: center;	
	
}
ul.thumbs li.selected img {
	border:1px solid #c1c1c1;
	text-align: center;	
	
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	margin:auto;		
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 0px;
	margin-top: 0px;	
}
div.navigation div.bottom {
	margin-top: 35px;
	margin-bottom: 5px;

}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #ffc;
	text-decoration: none;
}
div.pagination strong {
   color:#ffffff;
	background-color: #7F7F7F;
}
