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: right;

	width: 285px; 

	background: url('../images/checkeredFrame.png') no-repeat;

	background-position: 100% 100%; 

	vertical-align:bottom;

	padding:0px;

}

div.content a, div.navigation a {

	text-decoration: none;

}

div.content a:focus, div.content a:hover, div.content a:active {

	text-decoration: none;

	outline:none;

}

div.controls {

	height: 18px;

}

div.controls a {

	font: 12px "kabel bk bt", "century gothic", verdana,helvetica, sans-serif;

	padding: 5px;

}

div.ss-controls {

	float: left;

	padding-left:8px;

}

div.nav-controls {

	float: right;

}

div.slideshow-container {

	position: relative;

	left:8px;

	clear: both;

	height: 275px; /* This should be set to be at least the height of the largest image in the slideshow */

	width: 275px;

	

}

div.loader {

	/*position: relative;

	top: 0px;

	left: -23px;*/

	position: absolute;

	top: 0px;

	left: -24px;

	background-image: url('loader.gif');

	background-repeat: no-repeat;

	background-position: center;

	width: 275px;

	height: 275px; /* 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: 0px;

	left: -24px;

	/*position: relative;

	top: 0px;

	left: -23px;

	outline: none;

	border:none;

	text-decoration:none;*/

}

/*div.slideshow a.advance-link {*/

	/*display: block;{*/

	/*width: 275px;{*/

	/*height: 275px; /* This should be set to be at least the height of the largest image in the slideshow */

	/*line-height: 275px; /* This should be set to be at least the height of the largest image in the slideshow */

	/*text-align: right;{*/

/*}{*/

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {

	text-decoration: none;

	outline: none;

}

div.slideshow img {

	position:relative;

	top:11px;

	left:28px;

	border:0;

}



div.navigation {

	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */

	position: relative;

	left:15px;

	float: left;

}

ul.thumbs {

	clear: both;

	margin: 0;

	padding-left: 0;

}

ul.thumbs li {

	float: left;

	padding: 0;

	margin: 0;

	list-style: none;

}

a.thumb {

	padding: 2px;

	display: block;

}

/*

ul.thumbs li.selected a.thumb {

	border: solid thin #cebdde;

}

*/

a.thumb:focus {

	outline: none;

}

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;*/

	margin-top: 7px;

	margin-bottom: 7px;

	padding: 4px;

	/*border: 1px solid #cebdde;*/

}

div.pagination a:hover {

	text-decoration: none;

}

div.pagination span.current {

	color: #f9dc06;

}

div.pagination span.ellipsis {

	border: none;

	padding: 5px 0 3px 2px;

}

