div.slide{ 
	width:650px; 
	height:480px; 
	margin:0;
}
div.content {
	/* 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:650px; 
	height:380px;	
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.ss-controls {
	clear:both;
	margin-top:70px;
	margin-left:15px;
	padding-bottom:10px;
	position:absolute;
	float:right;
	font:11px Verdana, Geneva, sans-serif
}
div.nav-controls {
	float: right;
	display:none
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 380px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 585px;
	height: 380px; /* 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;
}

div.slideshow a.advance-link {
	display: block;
	width: 650px;
	height: 390px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* 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 {
	vertical-align: middle;
	border: 1px solid #ccc;
	top:0;
	left:0;
	position:absolute;
	margin:0;
}
div.navigation {
	width:650px;
	margin-left:5px;
	margin-bottom:20px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	background:none;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	background:none;
}
#textoint ul.thumbs, #textonews ul.thumbs  {margin:0}
#textonews ul.thumbs li a { background:none}
#textoint ul.thumbs li, #textonews .thumbs li{
	margin:0 9px 0 0;
	background:none;
	padding:0;
}
a.thumb {
	padding: 2px;
	display: block;
	width:60px;
	height:45px;
	margin:10px 0 15px 0;
}
ul.thumbs li.selected a.thumb {
	background:none;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	float:right;
	font:11px Verdana, Geneva, sans-serif;
}
div.navigation div.top {
	height: 11px;
	display:none
}
div.navigation div.bottom {
	clear:both;
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding:0 4px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color:#999;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding:0 4px;
}

