#innercontent
{
	width: 800px;
	height: 600px;
	margin-left: 100px;
	margin-right: 100px;
	background: #FFF /*url(../img/logo2.jpg) top left no-repeat; */
}

#navlinks
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	height: 40px;
	overflow: hidden;
	text-align: center;
	float: none;
	margin-top: 0px; <!-- changed from 50px-->
	padding-top: 22px;
}
#navlinks a
{
	display: block;
	float: right;
	width: 80px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	color: #516452;
	font-weight: bold;
}
#rowWrap
{
	float: left;
	padding-top: 60px;
	height: 400px;
	width: 100%;
}
#leftarrow,
#rightarrow
{
	margin-top: 150px;
	float: left;
	height: 30px;
	width: 30px;
	padding: 10px;
}
#leftarrow a,
#leftarrow a img,
#rightarrow a,
#rightarrow a img
{
  border: none;
}
#collections
{
	height: 400px;
	width: 700px;
	overflow: hidden;
	float: left;
}
.collection
{
	float: left;
	margin-right: 28px;
	overflow: hidden;
	height: 400px;
	width: 150px;
}
.collection a,
.collection a img
{
  border: none;
}
.collection img
{
  width: 150px;
  height: 350px;
  overflow: hidden;
}
.collection-title
{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: bold;
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	height: 50px;
}