/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
#slider {
	margin:14px 0px 0 40px;
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;	
}
.nivoSlider img {
	position:absolute;
	top:20px;
	left:56px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	left:56px;
	width:465px;
	height:270px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:3px;
	top:279px;
	width:475px;
	height:50px;
	z-index:89;
	padding:7px 5px;
}
    .nivo-caption h2 {
    	font-size:14px;
    	padding-top:2px;
    	line-height:20px;
    	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    	text-align:left;
    	float:left;
    	color:#85787f;
    }
    .address {
    	color:#002b54;
    	font-size:15px;
    	margin-right:3px;
    	font-weight:800;
    }

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:105px;
	z-index:99;
	width:35px;
	height:71px;
	cursor:pointer;
	text-indent:-999em;
}
.nivo-prevNav {
	left:-43px;
  background: url(../images/left-button-sprite.png) 0 0 no-repeat;
}
.nivo-nextNav {
	right:2px;
  background: url(../images/right-button-sprite.png) no-repeat;
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
	background-position: -0 -71px;
}
.nivo-nextNav:active, .nivo-prevNav:active {
	background-position: 0 -142px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}