@charset "utf-8";
/* CSS Document */
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 300px;
background: url(http://www.mrzredapple.com/img/slide-bg.jpg) top left no-repeat;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background:none;
width: 890px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 860px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background:none;
padding: 5px 10px;
}

.pagination a{
padding: 0;
text-decoration: none; 
color: #fff;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color:none;
}
/*FEATURED PROJECTS STYLES*/
.featured-projects {
	background:url(http://www.mrzredapple.com/img/slide-bg.jpg) no-repeat;
	width:901px;
	height:300px;
	margin:20px 0 0 0;
}
.img-desc {	
	width:901px;
}
.project-img {
	float:left;
	margin:39px 20px 0 40px;
	width:460px;
}
.project-desc {
	float:left;
	width:360px;
	color:#FFF;
	margin:60px 0 0 0;
}
.project-desc h2 {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0;
}
.project-desc a.visit:link, .project-desc a.visit:visited {
	background:url(../img/visitsite-off.gif) no-repeat;
	display:block;
	width:132px;
	height:39px;
	margin:20px 0 0 0;
}
.project-desc a.visit:hover {
	background:url(../img/visitsite-on.gif) no-repeat;
	display:block;
	width:132px;
	height:39px;
	margin:20px 0 0 0;
}
