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. */
	display: none;
	float:right;
	width:550px; 
}
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.controls {
	position:relative;
}
div.controls a {

}


div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	display:block;
	left:0;
	position:absolute;
	top:0;	
}
div.slideshow a.advance-link {
	border: none;
}
div.slideshow img {
	border: none;
	vertical-align:middle;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top:3px;
}
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. */
	left:459px;
	position:absolute;
	top:291px;
	}

div.pagination {
	
	float:left;
	width:auto;
	height:auto;
	padding-left:110px;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	width:auto;
	height:auto;
	margin-right:5px;
	
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	
	
}
div.pagination a{
	margin-right:5px;
	color:#9b9b9b;
	}
div.pagination	a.page-prev{
	text-indent:-10000000px;
	background:url(../../image/arrow1-calender-week.gif) no-repeat left top;
	width:9px;
	height:9px;
	margin-top:3px;
	}
div.pagination a.page-next{
	text-indent:-10000000px;
	background:url(../../image/arrow2-calender-week.gif) no-repeat left top;
	width:9px;
	height:9px;
	margin-top:3px;
	}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
span.image-caption {
	display:block;
	left:0;
	position:absolute;
	top:0;
}
