div#container {
	overflow: hidden;
}
div.SlideShowContent2 {
	display: none;
	float: left;
	position: relative;
	padding: 0px;
	height: 293px;
	margin: 0px;
	
}

div.SlideShowContent2 a, div.navigation a {
	text-decoration: none;
}
div.SlideShowContent2 a:hover, div.SlideShowContent2 a:active {
	text-decoration: underline;
}

div.slideshow 
{
    height:293px;
    padding: 0px;
    margin: 0px;
}

div.controls {
    position: absolute;
	top: 50%;
	height: 50px;
	z-index: 110;
	border: solid 0px red;
	width: 600px;
	left: 12px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	width: 100%;
	border: solid 0px red;
	height: 50px;
}

div.slideshow-container,
div.loader,
div.slideshow a.advance-link {
	width: 620px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link {
	height: 293px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
    
}

div.caption-container {
    position:absolute;
    bottom:0px;
    left:10px;
    width:600px;
    z-index:100;
    border: solid 0px blue;
}

span.image-caption {
    position:absolute;
    left:0px;
    top:0px;
    width:600px;
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 293px;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('./img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	top: 0px;
	left: 0;
	position: absolute;
	z-index:1;
	
}
div.slideshow a.advance-link {
	display: block;
	line-height: 293px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	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 a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}

div.caption {
    background-color:#000000;
    color:#CCCCCC;
    font-size: 12px;
}


div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 12px;
	border: solid 0px red;
	z-index: 101;
}
div.navigation-container {
	float: left;
	padding-left: 10px;

}

ul.thumbs {
	position: relative;
	float: left;
	width:85%;
	/*padding: 0px 17px 0px 17px;
	margin: 0px;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}
ul.thumbs li {
	/*float: left;*/
	display: inline;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: inline;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: inline;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}



/*Black*/

div.caption-container {
	color: #eee;
	height: 51px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	color: #CCCCCC;
	padding-left: 5px;
	padding-top: 5px;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	color: #CCCCCC;
	padding-left: 5px;
}
div.download {
	margin-top: 2px;
	color: #CCCCCC;
	padding-left: 5px;
}
div.photo-index {
	color: #888;
}
div.SlideShowContent2 a.prev {
	background-image: url(./img/fleche1.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: Transparent;
	float: left;
	z-index: 100;
	line-height: 50px;
	width: 38px;
	text-decoration: none;
}
div.SlideShowContent2 a.next {
	background-image: url(./img/fleche2.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	z-index: 100;
	line-height: 50px;
	width: 38px;
	text-decoration: none;
}

a.prevTop {
	background-image: url(./img/fleche1.png);
	background-position: left;
	background-repeat: no-repeat;
	background-color: Transparent;
	float: left;
	z-index: 100;
	line-height: 69px;
	width: 38px;
	text-decoration: none;
}
a.nextTop {
	background-image: url(./img/fleche2.png);
	background-position: right;
	background-repeat: no-repeat;
	float: right;
	z-index: 100;
	line-height: 69px;
	width: 38px;
	text-decoration: none;
}


div.loader {
	background-image: url(./img/loaderWhite.gif);
}

div.slideshow img {
	border-color: #333;
}

ul.thumbs li.selected a.thumb {
	
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}



/*Basic*/

p, li {
	line-height: 1.8em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}


div.ShowThumbs
{
    background-color: #000000;
    width: 80px;
    text-align: center;
    padding: 5px;
    margin-left: 0px;
    margin-top: 10px;
    
}

a.ShowThumbs
{
    color: #FFFFFF;
}

div.SlideShowWrapper
{
    margin: 20px;
    position: relative;
    height: 324px;
    
}

div.SlideShowNavigation
{
    background-color: #4c4c4c;
    
}