div#content {
	float:right;
	width:400px; 
}
div#slideshow {
	clear: both;
}
div#slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div#slideshow a.advance-link {
	padding: 2px;
	display: block;
}
div#slideshow img {
	border: none;
/*	width:310px;*/
	display: block;
}


ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 8px 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a {
	background: #9d1519;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	width:67px;
	height:68px;
	display: block;
}
div.pagination {
	clear: both;
}

div#navigation div.bottom {
	margin-top: 12px;
	margin-left:82px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	font-weight:700;
	margin-right: 2px;
	padding: 4px 3px 2px 3px;
	
}
div.pagination a:hover {
	background-color: #ffc;
	text-decoration: none;
}
div.pagination strong {
	color:#9d1519;
}

.newsdetails div#slideshow {
	position:relative;
	width:455px;
	height:465px;
	overflow:hidden;
}
.newsdetails div#slideshow img {
	border:none;
}

.newsdetails div#content {
	float:none;
	width: 450px;	
}
.newsdetails ul.thumbs img{
	width:50px;
	height:50px;
}
