/* CSS Document */
div.container {
	position:absolute;
	left:50%;
	top: 10px;
	margin-top: 0px;
	width: auto;
	height:auto;
	margin-left:-410px;
}
#content_box {
	position: absolute;
	height: 274px;
	width: 408px;
	left: 0px;
	top: 0px;
}
#fullBox {
	width: 820px;
	height: 552px;
	background-color:#000000;
	border: 1px #000000 solid;
}
#fullBox img {
	border:none;
}
#backProject {
	position: absolute;
	right: 1px;
	top: 1px;
	text-align: center;
	height: 15px;
	width: 100px;
	background-color: #FF0000;
	line-height: 15px;
}
#backProject a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#projects_num {
	position: absolute;
	height: 274px;
	width: 20px;
	left: 380px;
	top: 0px;
}
#projects_title {
	position: absolute;
	height: 15px;
	width: 388px;
	left: 432px;
	top: 36px;
}
#projects_text {
	position: absolute;
	height: 93px;
	width: 388px;
	left: 432px;
	top: 63px;
}
#projects_thumb {
	position: absolute;
	height: 48px;
	width: 408px;
	left: 412px;
	top: 163px;
}
#copyright {
	position: absolute;
	top: 555px;
	text-align: right;
	font-size: 11px;
	width: 820px;
}

#projThumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 408px;
}
#projThumbs li {
	float: left;
}

img {
	border: none;
}