#content #page a{
	text-decoration: none;
}
a:focus, a:hover, a:active {
}
p, li {
	line-height: 1.8em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 0;
	height: 500px
}

#container h2 {
	text-align:center;
	margin:0;
	padding:0
}

#container h2 em {
	font-size:14px;
	padding-left:5px;
	color:#666;
}

#container p {
	padding:10px 0 10px 55px;
	margin:0;
}


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:450px; 
	height: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;
	width:425px;
	float:right;
}

#contenu div.controls a {
	background:url(../images/boutons/gbouton.gif) repeat-x center;
	color:#333;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
	height:16px;
	padding:2px 7px 2px 7px;
	border:1px solid #CCC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-left:10px;
}

#contenu div.controls a:hover {
	border:1px solid #999;
	cursor:pointer;
	color:#222;
	background:url(../images/boutons/gbouton.gif) repeat-x center;
}

div.controls a:active {
	background:url(../images/boutons/gbouton-hover.gif) repeat-x center;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 450px
}
div.slideshow {
	clear: both;
}
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;
}
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: 12px;
}
div.navigationn {
	/* 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. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#content #page ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px 8px 4px 0;
	height:85px;
	width:80px;
	list-style: none;
	text-align:center;
	border:none;
}
a.thumb {
	padding: 2px;
}
#content #page a:hover {
	background:none
}
ul.thumbs li.selected a.thumb {
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	border: 1px solid #ccc;
}
div.paginationnn {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.paginationn a, div.paginationn span.current {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 4px 4px 2px 4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
div.paginationn a:hover {
	background-color: #eee;
	text-decoration: none;
	color:#222;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
div.paginationn span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
	background:#222;
}

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