/* Galerie Styles */

div.gallery {
	position: relative;
	overflow: hidden;
	float: left;
	clear: both;
	height: 519px;
	width: 720px;
}

div.albumpage {
	position: relative;
	float: left;
	clear: both;
	height: 519px;
	width: 720px;
	text-align: left;
}

div.album {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 25px;
	margin-bottom: 15px;
	width: 335px;
}

div.album_title {
	text-align: left;
	padding-top: 8px;
	height: 15px;
}

div.album_description {
	height: 55px;
	padding-bottom:5px;
	padding-top:5px;
	overflow: hidden;
}

div.album_date {
	text-align: left;
	padding-top: 3px;
	font-size: 11px;
}

div.preview {
	position: relative;
	float: right;
	overflow: hidden;
	height: 600px;
	width: 100px;
	margin-left:40px;
}

div.preview_slider{
	position: absolute;
	top: -3px;
	left: 0px;
	width: 100px;
	height: 2000px;
}


div.p_slider {
	position: absolute;
	width: 100px;
	height: 60px;
	z-index: 20;
	background-color: white;
}

#left {
	top: 0px;
	left: 0px;
	background: url("../images/slider_top.png");
}

#right {
	top: 540px;
	left: 0px;
	background: url("../images/slider_bottom.png");
}


div.gp_thumb {
	position: relative;
	float: left;
	border-bottom: 1px solid #ffffff;
	width: 100px;
	height: 100px;
}

div.gp_mask {
	position: absolute;
	background-color: #333333;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	z-index: 10;
}

div.gp_thumb img{
	position: absolute;
	background-color: #000000;
	top: 0px;
	left: 0px;
	/*
	width: 100px;
	height: 100px;
	*/
}

div.thumb_large {
	background-position:top right;
	float: left;
	height: 110px;
	width: 110px;
	text-align: center;
	overflow:hidden;
}

div.cadrethumb_large {
	background:url("../../site/images/ombre_photo_large.png");
	background-position:bottom right;
	float: left;
	height: 118px;
	width: 118px;
	margin: 5px;
	text-align: center;
}

img.thumb_large {
	border: none;
	height: 110px;
	/* height:50px; */
}

/* Search stuff */
.navigation {
	float: left;
}

.search {
	float: left;
}

/* Pagination stuff... */

.pagination {
	float: right;
	font-size: 10px;
}
        
.pagination a {
    text-decoration: none;
	color: #433B2E;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
	border-bottom: solid 2px #433B2E;
}

.pagination .current.prev, .pagination .current.next{
	color:#433B2E;
}

.image_title{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#gallery {
	height: 500px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.galley_center_image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.album_links {
	position: relative;
	float: left;
	width: 195px;
}

div.album_links#prev {
	text-align: left;
}
div.album_links#prev a{
	padding-left: 25px;
}

div.album_links#return {
	text-align: center;
}

div.album_links#next {
	text-align: right;	
}

div.album_links#next a{
	padding-right: 25px;	
}

a.album,a.album:visited {
	color: #433B2E;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a.album:hover{
	color: #cccc00;
}

a.album_link,a.album_link:visited {
	color: #433B2E;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}

a.album_link:hover {
	text-decoration:underline;
}


