
#Contents { width:670px;
			float:left;
}

#Works {
	padding-left: 30px;
}

h2 {
	margin-bottom: 15px;
}

h2#digi {
	margin-bottom: 5px;
}

#thumbs {
	float: left;
	width: 110px;
	/*margin-left: 50px;
	_margin-left:25px;*/
	list-style: none;
	/*position: relative;
	z-index: 100;*/
}
#thumbs ul li {
	width: 55px;
	height: 55px;
	list-style: none;
	float: left;
}
#Contents #gallery { width:490px; float:right; position:relative; z-index:100px; margin-top:-10px;}
/*
#Thumb p {
	float: left;
	height: 50px;
	width: 50px;
	padding-top: 5px;
	padding-left: 5px;
}*//**/
/*=========================================
gallery
=========================================*/
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: 450px; 
}
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 {
	margin-top: 5px;
	height: 23px;
	display: none;
}
div.controls a {
/*	padding: 5px;*/
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	display: none;
}
div.slideshow-container {
	/*position: relative;*/
	clear: both;
	height: 420px; /* 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: 550px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	text-align: right;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 37px;
}
div.slideshow a.advance-link {
	text-align: right;
	display: block;
	width: auto;
	height: auto; /* 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 {
	/*float: left;*/
}

div.download {
	float: right;
}
div.caption-container {
	
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	height: 275px;
	clear: both;
	margin: 0;
	padding: 0;
	width: 110px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	width: 55px;
	height: 55px;
	list-style: none;
}
a.thumb {
	/*padding: 2px;*/
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	/*background: #000;*/
}
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;
	width: 105px;
}
div.pagination a.pagenum, div.pagination span.current, div.pagination span.ellipsis {
	display: none;
	float: left;
	margin-right: 2px;
	padding: 3px 4px 3px 4px;
/*	border: 1px solid #ccc;*/
}

div.pagination a.btn_prev {
	background-image: url(../images/btn_back.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 25px;
	padding-left: -5px;
	text-indent: -9999px !important; 
	overflow: hidden;
}
div.pagination a.btn_next {
	background-image: url(../images/btn_next.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 20px;
	width: 25px;
	padding-right: -5px;
	text-indent: -9999px !important; 
	overflow: hidden;
}

div.pagination a.btn_prev:hover{ background-image:url(../images/btn_back_over.gif);}
div.pagination a.btn_next:hover{ background-image:url(../images/btn_next_over.gif);}


div.pagination a.btn_prev {
	width: 3em;
	float: left;
}
div.pagination a.btn_next {
	width: 3em;
	float: right;
	text-align: right;
}
/*div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}*/
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle a {
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	margin-right: 70px;
	padding: 5px 30px 5px 5px;
}


