/**
* CGallery v1.0 
* Author: Thibault Poncelet
* All rights reserved
*/
#gallery{
	color:#444444;
}
#gallery a{
	color:#444444;
}
#gallery #content {
	width:504px;	
	margin:auto;
}
#gallery #slideshow_ctrl {
	float:left;	
}
#gallery #slideshow_ctrl a {
	display:none;
}
#gallery #content #nav{
	float:right;
}
#gallery #content #nav a{
	text-decoration: none;
	border:1px solid #CCCCCC;
	padding:4px 7px 2px;
}
#gallery #content #nav a:hover{
	background-color:#5DB569;
	color:white;
}
#gallery #content #img_wrapper{
	padding-top:30px;
}
#gallery .clear{
	clear:both;	
	height:0px;
}
#gallery #content #img_wrapper a.ajax{
	margin:auto;
	display:block;
	width:502px;
	height:375px;
	text-align:center;	
}
#gallery #content #img_wrapper p {
	width:100%;
	text-align:center;
}
#gallery #content #img_wrapper img {
	border:1px solid black;
	max-height:375px;
	max-width:500px;
}
#gallery .pagination{
	padding: 5px;	
}
#gallery .pagination a {
	color:#444444;
	border:1px solid #CCCCCC;
	margin-right:2px;
	padding:4px 7px 2px;
}
#gallery .pagination a:hover {
	color:white;
	text-decoration:none;
	background-color: #5DB569;	
}
#gallery .pagination a.current_page {
	background-color:#004F0D;
	border-color:#004F0D;
	color:white;
	font-weight:bold;
}
#gallery #thumbs{
	text-align:center;	
	overflow-y:auto;
}
#gallery #thumbs td{
	text-align:center;
	width:133px;
	height:100px;
	margin:10px;
}
#gallery #thumbs td img{
	border:solid 1px #CCCCCC;
	padding:2px;
}
#gallery #thumbs td a{
	width:133px;
	height:100px;
}
#gallery #thumbs td img.current{
	padding:0px;
	border:solid 3px #004F0D;
}
/* Gallery_index style */
#gallery_index{
	margin:auto;
	width:450px;
}
#gallery_index a.item img{
	float:left;
	height:100px;
	max-width:133px;
}
#gallery_index span.preview{
	float:right;
	margin-top:40px;
	width:250px;
}
#gallery_index a.item{
	display:block;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	padding-right:10px;
	height:100px;
}
#gallery_index a.item:hover{
	background-color:#5DB569;
	text-decoration: none;
}