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: block;
	float:left;
    width: 501px;
    margin-top: 12px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: white;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls, div.download {
	margin-top: 0px;
	height: 23px;
}
div.controls a, div.download a {
	padding: 5px;
}
div.download a {
	background: transparent url('/media/images/common/download.png') no-repeat left;
    padding-left: 22px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background: transparent url('loader.gif') no-repeat center;
    width: 500px;
    height: 375px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
    width: 375px;
    float: right;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 0px 0;
	list-style: none;
}
a.thumb {
	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.bottom {
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
	text-decoration: underline;
}
div.pagination span.current {
	font-weight: bold;
	color: #000;
}

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

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

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

#content-main.galerie,
#content-main.photos {
    padding: 0;
    margin: 0;
    height: 432px;
}

#content-main-gallery {
    height: 400px;
    margin: 0 0 0 40px;
    display: block;
}

#content-main-gallery h2 {
    margin: 100px 10px 10px 0;
    float: right;
    width: 370px;
    height: 40px;
    background: transparent url('/media/images/evenements/galerie-title.png') no-repeat top left;
}

