/* CSS Document */
div.content_slide {
	/* 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. */
	float:left;
	width:470px;
	
}

div.controls {
	margin: 10px;
	height: 23px;
	font-weight:bold;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	height:400px;
}
div.slideshow
{
 /*IE*/
text-align:center;
}
div.slideshow
{
 /*FF*/
text-align:-moz-center;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 10px;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
	padding:5px;
	border:1px #CCCCCC solid;
}
div.caption
{
padding:10px;
margin:2px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	text-align:justify;
	height:100%;
	display:table;
}
div.navigation_slide {
	/* 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. */
}
div.navigation_slide ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
div.navigation_slide ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	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;
}
div.pagination {
	clear: both;
}
div.navigation_slide div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation_slide div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	border-color: #000;
	color: #fff;
}
