.recentProjectsSliderContainer{width:890px; height:260px; margin-top:10px; overflow:hidden; position:relative;}
	.recentProjectsInfo{float:left; margin-left:10px; width:500px;}
		.recentProjectsDescription{padding:5px 0px 15px 0px; border-bottom:solid 1px #b1d1d9;}
		.recentProjectsButtons{padding:15px 0px 0px 0px; border-top:solid 1px #e7fafe;}
			.readMoreButton{float:right; margin:0px 0px 0px 10px; display:block; height:29px; width:120px;}
				.readMoreButton:hover{background-position:bottom left;}
			.launchSiteButton{float:right; margin:0px 0px 0px 10px; display:block; height:29px; width:120px;}
				.launchSiteButton:hover{background-position:bottom left;}
			
.recentProjectsImagesControlsContainer{width:372px; height:260px; float:left; position:relative; overflow:hidden;}	
.recentProjectsImagesContainer{position:relative; z-index:1; overflow:hidden; width:372px; height:260px;}
	.recentProjectsImagesControls{bottom:30px; right:10px; position:absolute; z-index:1000;}
	.recentProjectsImagesShine{position:absolute; top:0px; left:0px; width:372px; height:166px; background-image:url(images/shine.png); _background:none; z-index:500;}
	
	.imageScrollButton{
		width:20px; height:20px;
		margin:3px; padding:0px;
		display:block; float:left; 
		background-image:url(images/normal.png); 
		_background-image:url(images/normal.gif); 
		font-size:12px; z-index:2000;
		filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;
	}
	.imageScrollButtonCurrent{
		width:20px; height:20px; 
		margin:3px; padding:0px;
		display:block; float:left; 
		background-image:url(images/current.png); 
		_background-image:url(images/current.gif); 
		font-size:12px; z-index:2000;
		filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80;
	}
	img.recentProjectsImage{z-index:1;}
	
.projectButton{font-size:14px; font-weight:bold; color:#333333; text-decoration:none; padding:2px 5px 2px 5px;}

#recentProjectsSlider{
	padding:0px;
	margin:0px;
	z-index:1;
}

#recentProjectsSlider li.projectContainer{
	background-repeat:no-repeat;
	background-position:left;
	
	background-image:url(images/shadow.png);
	_background-image:url(images/shadow.jpg);
	
	display:block;
	float:left;
	width:890px;
	list-style:none;
	padding:0px; margin:0px;
	z-index:1;
}

.recentProjectsImagesSlider{
	padding:0px; 
	margin:0px;
	z-index:1;
}

.recentProjectsImagesSlider li{
	z-index:1;
	display:block;
	float:left;
	width:372px;
	height:239px;
	overflow:hidden;
	list-style:none;
	padding:0px; margin:0px;
}

.projectsLeftButton, .projectsRightButton{
	width:31px;
	height:29px;
	background-repeat:no-repeat;
	display:block;
}

.projectsLeftButton{
	float:left;
	background-image:url(images/prev.gif);
}

.projectsRightButton{
	float:right;
	background-image:url(images/next.gif);
}