@charset "utf-8";
/* CSS Document */

.gallery-cornice,
.gallery-cornice2,
.gallery-cornice3 {
	width:500px;
	height:300px;
	margin:25px auto;
}

.gallery-cornice a {
	background:url(/img/gallery1.jpg);
	display:block;
	width:500px;
	height:300px;
}

.gallery-cornice,
.gallery-cornice a:hover {
	background:url(/img/gallery1r.jpg);
	display:block;
	width:500px;
	height:300px;
}

.gallery-cornice2 a {
	background:url(/img/gallery2.jpg);
	display:block;
	width:500px;
	height:300px;
}

.gallery-cornice2,
.gallery-cornice2 a:hover {
	background:url(/img/gallery2r.jpg);
	display:block;
	width:500px;
	height:300px;
}

.gallery-cornice3 a {
	background:url(/img/gallery3.jpg);
	display:block;
	width:500px;
	height:300px;
}

.gallery-cornice3,
.gallery-cornice3 a:hover {
	background:url(/img/gallery3r.jpg);
	display:block;
	width:500px;
	height:300px;
}


