@charset "utf-8";

#holder {
	margin: 0 auto;
	width: 620px;
	clear: both;
}
#holderdresses {
	margin: 0 auto;
	width: 650px;
	clear: both;
}

a.back {
	display: block;
	width: 150px;
	height: 57px;
	text-decoration: none;
	background-image: url(../images/gallery.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	font-variant: small-caps;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	margin: 20px;
}

a:hover.back {
	background-position: 0 -57px;
}

.picture_landscape {
	margin: 5px;
	width: 300px;
	height: 260px;
	float: left;
}
.picture_portrait {
	margin: 5px;
	width: 300px;
	height: 500px;
	float: left;
}

.picture_landscape p, .picture_portrait p {
	width: 290px;
	font-size: 0.80em;
	text-align: center;
}
.dresses {
	width: 200px;
	height: 300px;
	margin: 10px 8px 25px 5px;
	float: left;
}

.dresses img {
	border: none;
}

.dresses p {
	width: 180px;
	font-size:0.8em;
	text-align: center;
}
