/* -------------------------------------------------------------- 
	
	fashion.css

-------------------------------------------------------------- */

.topphotocontainer{
	position:relative;
	float:left;
	width:700px;
	height:363px;
	background-image:url(../images/indextopphoto.jpg);
}

.topphotochanger{
	position:relative;
	float:left;
	width:160px;
	height:20px;
	margin-top:10px;
	margin-right:20px;
	padding-top:2px;
	background-color:black;
	color:white;
}

.topphototext{
	position:relative;
	float:left;
	width:700px;
	height:20px;
	padding-top:2px;
}

.indexitemscontainer{
	position:relative;
	float:left;
	width:700px;
	margin-top:50px;
}

.indexitem{
	position:relative;
	float:left;
	width:116px;
	height:220px;
	margin-left:30px;
	margin-bottom:20px;
}

.first{
	margin-left:0px;
}