/* CSS Document */
.content .contentph {
	/* The display of contentph is enabled by a javascript generated style on the page.
	This is so that the slideshow contentph won't display unless javascript is enabled. */
	display: none;
	width:620px;
	background:url('../images/newsback.jpg') repeat-x top left;
	padding:0px;
	margin:20px auto 0px auto;
	text-align:center;
	border:3px solid #f5c996;
	
}
html>body .content .contentph {
/*	margin:0px 0px 25px 15%;
*/}
div.contentph a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.contentph  a:focus, div.contentph  a:hover, div.contentph  a:active {
	text-decoration: underline;
}
div.controls {
}
div.controls a {
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	border: none;
	margin: 0px auto 0px auto;
	padding:0px;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
}
div.image-title {
	
}

div.image-desc {
	line-height: 1.0em;
}
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. */
/*	   margin:0px auto 10px -743px;
*/	   
	   
}
div.navigation {
	width:100%;
	text-align:center;
margin:0px auto 0px auto;

}
ul.thumbs {
	padding: 0;
	width:620px;
	margin:-10px auto 0px auto;

}
ul.thumbs li {
	padding: 0;
	margin: 5% 20px 5% 0px;
	list-style: none;
	float:left;
}
a.thumb {
	padding: 2px;
width:100px;
height:100px;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
border: 1px solid #f5c996;
}

div.navigation div.top {
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}


