.news { padding: 5px 11px 0 0;
 }
div.slider {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 400px; 
	height:296px;
	border:solid #AAA;
	-moz-border-radius: 6px 0px 0px 6px; -webkit-border-radius: 6px 0px 0px 6px; border-radius:6px 0px 0px 6px;
	overflow:hidden;
	border-width:1px 0px 1px 1px;
}
div.slider a, div.navigation a {
	text-decoration: none;
	color: #FFF;
}
div.slider a:focus, div.slider a:hover, div.slider a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 296px; /* This should be set to be at least the height of the largest image in the slideshow */
	width:400px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:400px;
	height:298px;

}
div.slideshow a.advance-link {
	display: block;
	width: 400px;
	height: 298px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 300px; This should be set to be at least the height of the largest image in the slideshow */
	text-align: center; 
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	width:400px;
	height:296px;
	margin-top:-14px;
	-moz-border-radius:5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px; border-radius:5px 0px 0px 5px;
	/*box-shadow:-1px 0px 4px #222;*/
	/*border: 1px solid #999;*/
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	text-align:left;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	background-color:rgba(0,0,0,0.5);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	height: 100px;
	margin-top:-100px;
	width:400px;
	color:#FFF;
	/*left:1px;*/
	-moz-border-radius:0px 0px 0px 5px; -webkit-border-radius:0px 0px 0px 5px; border-radius:0px 0px 0px 5px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 13px 7px;
	position: relative;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	height:298px;
	width:196px;
	text-align:left;
	float:right;
	/*box-shadow:-1px 0px 4px #000;*/
	font-family:Helvetica, sans-serif;
	border-radius:0px 5px 5px 0px;
	-moz-border-radius:0px 5px 5px 0px;
	-webkit-border-radius:0px 5px 5px 0px;
	overflow:hidden;
}
ul.thumbs li {
	float: right;
	padding: 0;
	list-style: none;
	/*width:184px;*/
	height:60px;
}
ul.thumbs li.selected {
	background-position:0 -120px;
}
a.thumb {
	display: block;
	height:40px;
	width:171px;
	padding:10px 7px;
	background: url(/Scripts_new/news-slider/item-bg.gif) repeat-x;
}
a.thumb:hover {
	background-position: 0 -60px;
}
ul.thumbs li.selected a.thumb {
	background-position:0 -120px;
	border:0px;
	-moz-border-radius:5px 0px 0px 5px; -webkit-border-radius:5px 0px 0px 5px; border-radius:5px 0px 0px 5px;
	width:177px;
	padding:10px 0px 10px 12px;
	margin-left:-5px;
	box-shadow: -2px 3px 5px #000;
}
a.thumb:focus {
	outline: none;
	background-position:0 -60px;
}
ul.thumbs img {
	border: none;
	display: block;
}
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;
}


.name { font-size:12px; font-weight:bold; background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#BBB)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.description { font-size:10px; color:#eee; }
.title { font-size:17px; font-weight:bold; width:380px; position:relative; top:-26px; letter-spacing:0px; background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#999)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display:inline-block; }
.content { font-size:12px; width:380px; min-height:70px; position:relative; top:-23px; letter-spacing:0px; }
.url { float:right; position:relative; top:63px; z-index:50; display:block; }
.url a { background: url(/img/read_more_button.png) repeat-x; height:12px; padding: 3px 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#FFF; box-shadow: 0px 1px 1px #111; display:block; }
.url a:hover { background-position:0 -19px; }
.caption { font-family:Helvetica, sans-serif; }