div.content-galerie {
	/* 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;
	width:700px; 
}
div.content-galerie a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content-galerie  a:focus, div.content-galerie  a:hover, div.content-galerie  a:active {
	text-decoration: underline;
}
div.controls {
}
div.controls a {
}
div.nav-controls {
	float: left;
}

a.prev {
color:#39b8be;
}

a.next {
color:#39b8be;
}

div.loader {
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 525px
	text-align:center;
}
div.slideshow {
	text-align:center;
}
div.slideshow span.image-wrapper {
	text-align:center;
}
div.slideshow a.advance-link {
	text-align:center;
}
div.slideshow img {
	border: none;
	text-align:center;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	height:20px;
}
div.image-title {
	font-weight: bold;
	font-size: 13px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
width:700px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #333;
}
ul.thumbs li.selected a.thumb {
  border: 1px solid #3faab4;
	background: #000;
}
a.thumb:focus {
	outline: none;
  border: 2px solid #FFF;
}
ul.thumbs img {
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
}
div.navigation div.bottom {
}

div.pagination a:hover {
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

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

.table-nav-controls{
width:715px;
height:20px;
padding:0px;
margin:0px;
}

.td-controls-middle{
width:700px;
}

.pagination-left{
float:left;
width:16px;
}

.pagination-right{
float:right;
width:16px;
}

