
/* Sample 4*/
#projects{
	position:absolute;
}
#projects div{
	width:526px;
	height:323px;
	float:left;
	background:#eee;
	
}

#projects {
	background:#fff !important;
	color:red !important;
	cursor:default
}

/* ********************************** */
#project-container {
	position:relative;
	width:526px;
	height:323px;
	overflow:hidden;	
}

#buttons { 
	padding:0 0;
	height:32px;
}

#buttonn-container { 
	margin: 0 auto;
}

#buttons div#prev { float: left; cursor:pointer; display:none; }
#buttons div#next { float: right; cursor:pointer; display:none; }

#switchers { 
	padding-top: 6px;
	float:left;
}

#buttons span{ background:#8d898a; cursor:pointer; margin:0px 7px 0 0; padding:0; width:9px; height:9px; display:block; float:left; border: 2px solid #8d898a; line-height:9px; }
#buttons span.active, #buttons span:hover{background:#005ba8;color:#fff}
