#contentgall {
	margin-left: 233px;
	padding: 20px 15px 20px 15px;
	background: #081441 url(../medias/fonds/bg_content.jpg) no-repeat center -12px;
}
gall {	
	margin-left: 10px;
	padding: 0px 20px 10px;
	background: #081441 url(../medias/fonds/bg_content.jpg) no-repeat center -12px;
	}
#menugal {
	margin: 0px 20px 10px;
	
	}
	
#menugal a {
	color: #b7e2fc;
	}
#menugal a:hover {
	color: White;
	}

#menugal a.active {
		color: white;
	}
	
	
	
.bl {color: #b7e2fc;}
img {align:left; border:0;}
#thumbs {overflow:auto; list-style:none; margin-left:70px; padding:0;}
#thumbs li {float:left;}
#thumbs a {display:block; padding:2px; outline:none;}
#thumbs a:hover, #thumbs a:focus {background:#81336f;}
#thumbs a.active {background:#81336f;}
#viewer {position:relative; width:400px; height:310px; margin-left:0;}
#viewer img[src*="loader"] {position:absolute; left:50%; top:50%; margin:-15px 0 0 -15px;}


ul.gal li {
	float: left;
	margin:  5px;
	padding: 5px
	border: 1px solid #81336f;
	list-style: none;
}

ul.gal li a img {
	float: left;
	width: 95px
}

ul.gal li a:hover img {
	-moz-transform: scale(2) rotate(10deg);
	-webkit-transform: scale(2) rotate(10deg);
	-o-transform: scale(2) rotate(10deg);
	-ms-transform: scale(2) rotate(10deg);
	
	-moz-transform-origin: bottom right;
	-webkit-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	
	-moz-box-shadow: 4px 4px 10px #ff58ff;
	-webkit-box-shadow: 4px 4px 10px #ff58ff;
	-o-box-shadow: 4px 4px 10px #ff58ff;
	-ms-box-shadow: 4px 4px 10px #ff58ff;
	box-shadow: 4px 4px 10px #ff58ff;
}