/*		border: 1px solid #f00; 	*/

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: 770px;
	height: 758px;			/* = height in 'div.slideshow-container' + height in 'div.controls' + height in 'div.image-title' */
	margin-top: -160px;
	margin-bottom: 50px;
}

div.content a, div.navigation a {
	text-decoration: none;
	color: #bbb;
	font-size: 0.83em;
	letter-spacing: 1px;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
	color: #bbb;
	font-size: 0.83em;
	letter-spacing: 1px;
}

div.controls {
	height: 18px;
	width: 100%;
}

div.controls a {
	padding: 5px;
	color: #888;
}

div.ss-controls {
	position: absolute;
	float: left;
	margin-left: -178px;		/*	Change value to move the text "Play/Pause Slideshow"	*/
	margin-top: 715px;
	line-height: 1.3em;
}

div.nav-controls {
	float: right;
	margin-right: 134px;
}

div.navigation a.pageLink {
	height: 107px;
	line-height: 107px;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 702px; 			/* 	Clickable area. Corelate with div.content. Set at least the height of the largest image in the slideshow */
}

div.loader {
	margin: auto auto;
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 702px; 			/* 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: 770px;			/* Corelate with  width in div.slideshow-container  Set at least the width of the largest image in the slideshow */
	height: 702px; 			/* Corelate with  width in div.slideshow-container. Set at least the height of the largest image in the slideshow  */
	line-height: 702px;		/* Set 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; 		*/		/*	BORDER FOR PHOTOS															*/				
}

div.download {
	float: right;
}

div.caption-container {
	position: relative;
	margin-top: -22px;
	clear: left;
	height: 20px;
}

span.image-caption {
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

div.caption {
	padding: 12px 0px;
}

div.image-title {
	width: 770px;
	height: 20px;
	text-align: center;	
	text-decoration: none;
	font-family: 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 1em;
	color: #888;
	font-style: italic;
	letter-spacing: 0.1em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

div.photo-index {
	width: 100px;
	position: absolute;
	top: -15px;
	left: -180px;
	margin-left: 0px;
	padding: 0px 12px;
	font-size: 0.7em;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

div.navigation-container {
	float: left;
	position: absolute;
	top:491px;
}
div.navigation {
	float: left;
	position: relative;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #f00;
}
	  
.prev {
	width: 16px; height: 16px;
	background-image: url('../images/slideshow_pause.gif');
}

.next {
	width: 16px; height: 16px;
	background-image: url('../images/slideshow_play.gif');
}

div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	clear: both;
	width: 36px;
	margin: 0px;
	padding: 0px;
}

ul.thumbs li.selected a.thumb {
	background: #555;
}

ul.thumbs img {
	border: none;
	display: block;
	margin: auto;
}

ul.thumbs li {
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0px 10px 10px 0px;
	list-style: none;
	background-color: #555;
}

a.thumb {
	width: 36px;
	height: 36px;
	display: block;
	border: 1px solid #000;
}

a.thumb img{
	display: block;
	margin: auto auto;
}

a.thumb:focus {
	outline: none;
}

div.pagination {
	clear: both;
	width: 60px;
	margin-bottom: 10px;
}

div.top a, div.bottom a  {
	display: none;
}


div.pagination a, div.pagination span.current {
	width: 13px;
	margin-left: 11px;
	border: 1px solid #111;
	
}

/*
div.pagination a, div.pagination span.current {
	margin: 0px 9px;
	border: 1px solid #555;
	padding: 0px 6px 2px 6px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

div.pagination a:hover {
	background-color: #444;
	text-decoration: none;
}
*/


div.pagination span.current {
	font-weight: normal;
	background-color: #000;
	border-color: #000;
	color: #ddd;
}