/*
 * jQuery Nivo Slider v2.5
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
#slider {
	position:relative;
    width:638px;
    height:448px;
   float: right;
   background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;

}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:-290px;
	bottom:40px;
}
.nivo-controlNav a {
	display:block;
	width:24px;
	height:22px;
	background:url(../images/slider_bullet.png) -34px top no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 0;
}

.nivo-directionNav a {
	display:none;
	text-indent:-9999px;
}
/*====================*/
/*=== Other Styles ===*/

/* Caption styles */
.nivo-caption {
	background:none;
	width: 270px;
	left:-300px;
	top:40px;
	height: 100px;
	position: absolute;
	z-index: 4;
	display: none;
}

.nivo-caption h1 {
	font-family: 'proxima_nova_ltregular';
	color:#1c4e68; 
	text-transform: none;
	font-weight: normal;
	font-size:50px;
	line-height:50px;
	padding: 20px 0 10px; 
}

.nivo-caption span {
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	color:#297044; 
	font-size:22px;
	line-height:22px;
	text-transform: none;
 }

.nivo-caption  p {
	font-family: 'proxima_nova_ltregular';
	color:#686868; 
	text-transform: none;
	font-weight: normal;
	font-size:18px;
	line-height:18px;
	padding: 20px 0 10px; 
}

.nivo-caption a {
	background:url(../images/r_slider_button.png) left top no-repeat;
	display:block;
	width: 90px;
	color:#211c10;
	font-family: 'proxima_nova_rgregular';
	text-transform: uppercase;
	font-size:16px; 
	line-height:16px;
	text-decoration:none;
	padding:14px 12px; 
	margin-top: 40px;
}

.nivo-html-caption {
    display:none;
}

/*====================*/
.clear {
	clear:both;
}


.nivoSlider {
	position:relative;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}