#contentArea
{
	width: 776px;
	height: 776px;
	position: relative;
}

#contentArea img.photo
{
	position: absolute;
	display: block;
	border: 0px;
}

#contentArea img.photo-topLeft
{
    /*-moz-border-radius-topleft: 5px;*/
    -webkit-border-top-left-radius: 5px;
}

#contentArea img.photo-topRight
{
    /*-moz-border-radius-topright: 5px;*/
    -webkit-border-top-right-radius: 5px;
}

#contentArea img.photo-bottomLeft
{
    /*-moz-border-radius-bottomleft: 5px;*/
    -webkit-border-bottom-left-radius: 5px;
}

#contentArea img.photo-bottomRight
{
    /*-moz-border-radius-bottomright: 5px;*/
    -webkit-border-bottom-right-radius: 5px;
}

#contentArea div.blank
{
    width: 182px;
    height: 182px;
    position: absolute;
    background: #ebebeb;
}

a.navigation-left
{
	position: absolute;
	left: -42px;
	top: 390px;
	height: 30px;
	width: 26px;
	background: url('previous.png') 0px 0px no-repeat;
	outline: none;
}

a.navigation-left:hover
{
	background: url('previous.png') 0px -30px no-repeat;
}

a.navigation-right
{
	position: absolute;
	left: 824px;
	top: 390px;
	height: 30px;
	width: 26px;
	background: url('next.png') 0px 0px no-repeat;
	outline: none;
}

a.navigation-right:hover
{
	background: url('next.png') 0px -30px no-repeat;
}