/*############################################*/
/*######////////////////////////////////######*/
/*######///////////// MAIN /////////////######*/
/*######////////////////////////////////######*/
/*############################################*/

@import url(./main.css);

/*############################################*/
/*############################################*/
/*############################################*/


/*############################################*/
/*######////////////////////////////////######*/
/*######/////////// GALERIES ///////////######*/
/*######////////////////////////////////######*/
/*############################################*/

div.diapo {
	float: center;
	width: 100%;
	text-align: center;
}
img.diapo {
	height: 450px;
}

[class~="next"] {
	float: right;
}
[class~="previous"] {
	float: left;
}

[class~="top"], [class~="bottom"] {
	display: block;
	height: 29px;
	width: 144px;
}
[class~="top"] {
	margin-bottom: -1px;
}
[class~="bottom"] {
	margin-top: -5px;
}


ul.imgs {
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
	text-align: center;
}
ul.imgs li {
	float: left;
}
ul.imgs li.separator {
	width: 100%;
}

ul.imgs input[type='text'] {
	width: 3em;
}


ul.imgs img {
	margin: 0 2px;
}

.h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-top: 2px #000 solid;
	border-bottom: 1px #cdcdcd solid;
	margin: 0.8em 0;
}
.hr {
	width: 100%;
	border-top: 1px #cdcdcd solid;
	border-bottom: 2px #000 solid;
	margin: 0.8em 0;
}

/*############################################*/
/*############################################*/
/*############################################*/
