/*
 * 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
 */
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
#slider {
	background:url(../images/loading.gif) no-repeat 50% 50%;
	height: 300px;
	width: 950px;
	font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat 50% 50%;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	background-position: 0 0;
	left:10px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:20px;
	width:900px;
	height:100%;
	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;
	background-image:url(../images/buttons/contact_blank.jpg);
	height:34px;
	right:95px;
	top:258px;
	width:208px;
	z-index:89;
	background-repeat: no-repeat;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	padding-left: 35px;
	padding-top: 9px;
	font-family:"Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.917em;
	color: #FFF;
	line-height: 0.917em;
	text-shadow: #333 0px 1px 1px;
	-webkit-text-size-adjust: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:80%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}