html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1em;
	color: white;
	background-color: black;
	}

body * {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#contentwrapper {
	width: 800px;
	height: 639px;
	overflow: hidden;

}

#content {
	position: relative;
}

ul.works_thumbs {
	list-style-type: none;
	position: absolute;
	top: 20px;
	left: 80px;
	width: 200px;
}

ul.works_thumbs li {
	margin-bottom: 10px;	
}

ul.works_thumbs a {
	display: block;
	text-decoration: none;
	height: 69px;
	outline: none;
}

ul.works_thumbs a:hover {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

ul.works_thumbs a img {
	width: 69px;
	height: 69px;
	float: left;
}

ul.works_thumbs a span {
	position: relative;
	top: 28px;
	left: 1em;	
	font-size: 11px;
	color: white;
}

ul.pagination {
	list-style-type: none;
	position: absolute;
	top: 290px;
	left: 80px;
}

ul.pagination li {	
	float: left;
	margin-right: 0.5em;
}

ul.pagination li a {
	display: block;
	padding: 0.3em;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}

ul.pagination li a.active{
	color: #999;
}

div#work_previews {
	position: absolute;
	top: 20px;	
	left: 304px;
}

div#work_previews div {
	font-size: 11px;
	position: absolute;
	top: 0px;	
	left: 0px;
	width: 410px;
}

div#work_previews div img {
	width: 410px;
	height: 265px;
}

div#work_previews p.work_shortdesc {
	width: 410px;
	margin-top: 5px;
}
