

/* SLIDER STYLES */
	
#office_slider .slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:200px auto;
	
	background:#fff;
	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
}

#office_slider .slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
	background:#1D245A;
}

@media only screen and (min-width: 1000px){
	#office_slider .slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	#office_slider .slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

#office_slider p{
	font-size:1.8em;
	color:#fff;
	margin: 10px 0 10px 10px;
	line-height: 150%;
	border-left: 0px;
	width: 100%;
}

#office_slider .claim{
	line-height:100%
}	

#office_slider .teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

#office_slider .small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

#office_slider .light-green{background:#95C542;}
#office_slider .green{background:#7CB761}
#office_slider .orange{background:#EF7D00}
#office_slider .turky{background:#348E8A}
#office_slider .white{background:#fff; color:#333}