@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

div#page {
	width: 870px;
	float:right;
	text-align: left;
	min-height:550px;
}

a{
	color: #666666;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #182E7A;
	text-decoration: underline;
}
p, li {
	line-height: 1.3em;
}
p a, li a {
	text-decoration: underline;
}

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	float:left;
	width:500px;
	height:500px; 
}

/* Next Previous */
div.controls {
	margin-top:0px;
	height: 23px;
}

/* Play */
div.ss-controls {
	float: right;
}
div.ss-controls span {
	cursor: pointer;
	font:normal normal 90% Georgia, Times, serif;
	line-height:2em;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#39362F;
	background:url(../images/flower.png) top left no-repeat; 
	background-position:0 2px;
	padding-left:14px;
}
div.nav-controls {
	float: left;
}
div.nav-controls a {
	padding-right:10px;
	font:normal normal 90% Georgia, Times, serif;
	line-height:2em;
	letter-spacing:.1em;
	color:#39362F;
}

div.nav-controls a:hover {
	text-decoration:none;
	color:#C8AC82;
}

#slideshow{
	z-index:2;
}

div.slideshow {
	clear: both;
	height:480px;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}

div.download {
	float: right;
}

/* Description Box */
div.embox {
	clear: both;
	padding: 12px;
}
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 by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
/* New Thumb Class */
.navigation1{
	width:300px;
	float:right;
	margin-right:30px;
}

#disable{
	z-index:5;
	width:300px;
	float:right;
	margin-right:30px;
}
ul.thumbs, ul.thumbsMed {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	width: 81px;
	height: 81px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

ul.thumbsMed li {
	float: left;
	width: 81px;
	height: 81px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

ul.thumbs li a, ul.thumbsMed li a {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

ul.thumbs li a:hover, ul.thumbsMed li a:hover {
	padding: 2px;
	display: block;
	border: 1px solid #625233;
}

ul.thumbs li.selected a {
	background: #BE9E70;
}
ul.thumbs a: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 strong {
	font:normal normal 90% Georgia, Times, serif;
	line-height:1.3em;
	letter-spacing:.1em;
	color:#39362F;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0 7px 2px 0px;
	
}
div.pagination a:hover {
	text-decoration: none;
	color:#C8AC82
}
div.pagination strong {
	font-weight:bold;
	color:#39362;
}

/* Image Blocker */

#block{
	height:480px;
	width:300;
	z-index:100;
	position:absolute;
	top: 318px;
}
