/**********************************************************************************************

	Title: CSS
	Author: Shannon Fry
	Date: 2008 

***********************************************************************************************

	1. Slider
	
	2. Information Box

	3. Image Carousel
	
	4. Informational Footer

		
***********************************************************************************************/





/* 1. Slider
-----------------------------------------------------------------------------------------------*/
#cont{
	width:441px;
}
#box{
	position:absolute;
}
#box div{
	width: 440px;
/*	height: 268px; */
	float: left;
}
.mask{
	position: relative;
	width: 441px;
	height: 430px;
	overflow:hidden;
}
.buttons{
	text-align: right;
	cursor: pointer;
	margin-top: 5px;
	padding-right: 10px;
}	



/* 2. Information Box
-----------------------------------------------------------------------------------------------*/
#box .infobox {
	width: 440px;
	height: 70px;
	padding-left: 5px;
}
#box .infobox_icon {
	height: 60px;
	width: 60px;
	float: left;
}
#box .infobox_text {
	width: 200px;
	height: 50px;
	color: #000000;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
#box .infobox_btn {
	width: 124px;
	height: 50px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}	



/* 3. Image Carousel
-----------------------------------------------------------------------------------------------*/
.carousel_img {
	margin-top: 5px;
	
}



/* 4. Informational Footer
-----------------------------------------------------------------------------------------------*/
#project_info {
	width: 440px;
}	
#project_info .project_title {
	float: left;
	width: 220px;
	font-size: 14px;
	color: #333;
	padding-left: 6px;
}
#project_info .project_icons {
	float: right;
	width: 220px;
	
}
