/*****************************************************************************/
/*********************     GALERIE DE PHOTOS   *******************************/
/*****************************************************************************/

/*********************	  WTGALLERY EXAMPLE **********************************/
div.tx-wtgallery-pi1 {
	padding: 10px;
	background-color: transparent;
	padding: 20px 10px;
}
.tx-wtgallery-pi1 a {
	color:#990000;
	font-weight:bold;
}

.wt_gallery_category_pic a img {
	border:1px solid #cccccc;
}

.wtgallery_category_area {
	font-size:0.75em;
}
.wtgallery_category_pagebrowser_area p {
	padding:0;
	font-size:0.8em;
	text-align:right;
}
.wtgallery_single_browser {
	font-size:0.7em;
	float:right;
}

.wtgallery_single_browser_previous {
	width:auto;
	float:left;
	padding:0 10px 0 0;
	border-right:1px solid;
}

.wtgallery_single_browser_next {
	width:auto;
	float:left;
	padding:0 0 0 10px;
}
.wt_gallery_single_inner_text {
	clear:both;
	padding:10px 0 0;
}

div.wt_gallery_single_inner_pic {
	margin: 20px 0;
	padding: 0px;
}
div.wt_gallery_single_inner_pic a img {
	border: 1px solid #cccccc;
}
div.wtgallery_list {
	padding: 1px;
	margin: 0 20px 20px 0;
	background-color: #cccccc;
}
div.wtgallery_list a img {
	padding: 1px;
	filter: alpha(opacity=66); 
	-moz-opacity: 0.66; 
	opacity: 0.66;
	border: 1px solid #cccccc;
}
div.wtgallery_list_current a img {
	border: 1px solid #990000;
	opacity:1;
}
div.wtgallery_list a:hover img {
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
}
div.wt_gallery_single_inner_title {
	font-weight: bold;
	margin: 0px;
}
div.wt_gallery_single_inner_comments {
	font-size:0.75em;
}
/*********************		WTGALLERY MAIN **********************************/
div.clear {
	clear: both;
	background-color:aqua;
}
div.wtgallery_list_area div.wtgallery_list,
div.wtgallery_category_area div.wtgallery_categories {
	float: left;
}
div.wtgallery_list_area div.wtgallery_list_firstofrow,
div.wtgallery_category_area div.wtgallery_category_firstofrow {
	clear: left;
}

div.wtgallery_categories {
	margin:0 40px 30px 0;
	width:100px;
	text-align:center;
}
