body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Verdana", Sans-Serif;
	color: #000;
	background: #fdfdfd url('../images/header.png') no-repeat center top;
}

h1 {display: none}

#content {
	width: 850px;
	margin: 250px auto 0;
}

#previous {
	width: 80px;
	height: 100px;
	background: #fdfdfd url('../images/previous.png') no-repeat center top;
	float: left;
	margin: 110px 10px 0 0;
	cursor: pointer;
}

#previous:hover {
	background-image: url('../images/previous_hover.png');
}

#next {
	width: 80px;
	height: 100px;
	background: #fdfdfd url('../images/next.png') no-repeat center top;
	float: left;
	margin: 110px 0 0 10px;
	cursor: pointer;
}

#next:hover {
	background-image: url('../images/next_hover.png');
}

#main {
	display: block;
	float: left;
	width: 660px;
}

#filter {
	background-color: #93908a;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 1px;
	padding: 6px;
}

#filter p {margin: 0; padding: 0}

#filter ul {float: right;list-style-type: none; margin: -15px 0 0 0}
#filter ul>li {display: inline; color: #c8c7c4; background: #93908a url('../images/split.png') no-repeat center right; padding-right: 8px}
#filter ul>li:last-child {background: none; padding-right: 0px}
#filter ul>li img {vertical-align: middle}
#filter ul>li:hover {color: #fff; cursor: pointer}


#element {background-color: #dedede}
#reflect {background: #dedede url('../images/reflect.png') no-repeat bottom center; height: 127px}
#element>#client {padding: 5px; font-weight: bold; font-size: 10px; color: #4a4a4a}
#element>#client>span {font-style: italic; font-weight: normal; color: #6f6f6f}

#element>#images>img {padding: 0 5px 2px; cursor: pointer}
#element>#images>ul {list-style-type: none; margin: 0; padding: 0}
#element>#images>ul>li {list-style-type: none; margin: 0; padding: 0 0 2px 5px}

#element>#description>h2 {margin: 0; padding: 2px; font-weight: bold; font-size: 12px; background-color: #fdfdfd; font-size: 10px; color: #4a4a4a}
#element>#description>p {margin: 0; padding: 5px; color: #626262; text-align: justify}

#related_images {position: absolute; top: -1000px; left: -1000px; display:none}