@charset "utf-8";
/* CSS Document for top slider 
*/

.nav { behavior: url(/scripts/js/iepngfix.htc) }



ul#portfolio li {
list-style: none;	
	
}
ul#slide_nav li{
    list-style:none;
	
}

#slide_nav{
	position:relative;

	background:	transparent;
	left: 60px !important;
	top: 0 !important;
	width: 100px;
	margin-top:-70px;

}
#portfolio img{
    width: 900px;
    height: 250px;
}



ul#portfolio li img{
margin:0;
float:left;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}





.nav a {
	width:15px;
	height:15px;
	display:block;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	background-image: url(../../images/layout/numb_up.png);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	float:left;
	
}
.nav a.activeSlide {
	background-image: url(../../images/layout/numb_dwn.png);
	background-repeat: no-repeat;
	
}
.nav a:focus { outline: none; 

	}
.nav {
	display:block;
	position:relative;
	top:40px;
	right:0px;
	width:110px;
	z-index:3000;
	
	padding:10px;
	
	
}












/***********************************************
Sliding Caption Areas
***********************************************/
.boxgrid{ 
	width:900px;
	height:250px;
	float:left;
	overflow: hidden; 
	position: relative;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
}

				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 50px; 
	width: 900px;
	padding-left:20px;
	opacity: .8; 
				/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
 	top: 250px;
 	left: 0;
 }
				
.boxcaption h3 {
padding:10px;
color:#FFF;
	
}
				
				
				
				

