@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFF;
	//overflow-Y:hidden;
	
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration:none}

#container {
	position:absolute;
	top:0px;
	left:0px;
	width:1198px;
	//height:1030px;
	//overflow-Y:hidden;
	
}

#wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:1198px;
	//height:1060px;
	//overflow-Y:hidden;
	
}





#projectContainer{
	position:absolute;
	width:1198px;
	//height:944px;
	top:86px;
	left:0px;
	z-index:1;
	width:1198;
	//overflow-Y:auto;
	overflow-X:hidden;
	
	
}



.image{
	
	background-color:#fff;
	width:640px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:46px;
	
	z-index:1;
}

.description {
	
	background-color:#fff;
	width:639px;
	margin-top:24px;
	margin-bottom:24px;
	margin-left:46px;
	
	z-index:1;
}
	
	
#animation {
	margin-top:-15px;
	border:0px;
	width:100%;
	height:100%;
	margin-left:46px;
	padding:0px;
	float:left;
	scale:aspect;

	z-index:1;
	
}

#prevfwd {
	margin-left:46px;
	width:113px;
	height:12px;
	background:url(images/previous_next/previous_next.jpg) no-repeat;
	//background-color:#333;
	margin-bottom:10px;
	padding-bottom:60px;
	
}

#prev{
	float:left;
	width:62px;
	height:12px;
	background-color:#333;
	
}

#fwd {
	
	
	width:39px;
	height:12px;
	float: right;
	background-color:#666;
	
}