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

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

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

#buttons { 
	background:url(images/button-bg.gif) no-repeat top;
	padding:0 10px;
	height:32px;
}

#buttonn-container { 
	margin: 0 auto;
}

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

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

#buttons span{ background:#0f0f0f; cursor:pointer; margin:0px 4px; padding:0; width:9px; height:9px; display:block; float:left;}
#buttons span.active, #buttons span:hover{background:#de148e;color:#fff}

.web-design-project { 
	position: absolute;
	z-index:10;
	width:507px;
	background:url(images/overlay-graphic.png) no-repeat left;
	padding:13px 10px 0px 25px;
	color:#fff;
	bottom:0;
	height:50px;
}

.web-design-project h2 { 
	font-size:12px;
	font-weight:normal;
	width:386px;
	float:left;
	margin:0;
	padding:0;

}

.web-design-project a { 
	line-height: 2;
	color:#cccccc;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	line-height:1;		
}


.web-design-project a[rel="external"] { 
	padding-right: 14px;
	background:url(images/external.gif) no-repeat right;
}

.web-design-project a:hover { 
	color:#fff;
}

span.right { 
	float:left;
	width:100px;
	margin-left:20px;
	margin-top:2px;
}