/*
 * jQuery Nivo Slider v2.6
 * 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 */
.nivoSlider {
	position:relative;
}
.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:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* 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;
}
/* Caption styles */
.nivo-caption {
	bottom:-38px;
	color:#68756d;
	font: 15px "Maven Pro", Helvetica, Arial, Clean, sans-serif;
	left:0px;
	position:absolute;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	background: #e3e8ca url(../images/bg-body-pattern.png) center top;
	cursor:pointer;
	display: block;
	height: 38px;
	position:absolute;
	top:221px;
	width: 22px;
	z-index:9;
}
.nivo-directionNav a span {
	display: block;
	height: 38px;
	text-indent: -9999px;
	width: 22px;
}
.nivo-prevNav {
	left:-29px;
	border-top-left-radius: 99px;
		-webkit-border-top-left-radius: 99px;
		-moz-border-radius-topleft: 99px;
	border-bottom-left-radius: 99px;
		-webkit-border-bottom-left-radius: 99px;
		-moz-border-radius-bottomleft: 99px;
}
.nivo-nextNav {
	right:-29px;
	border-top-right-radius: 99px;
		-webkit-border-top-right-radius: 99px;
		-moz-border-radius-topright: 99px;
	border-bottom-right-radius: 99px;
		-webkit-border-bottom-right-radius: 99px;
		-moz-border-radius-bottomright: 99px;
}
.nivo-prevNav span {
	background: rgba(0,0,0,.1) url(../images/slider-nav.png) no-repeat 7px 13px;
	border-top-left-radius: 99px;
		-webkit-border-top-left-radius: 99px;
		-moz-border-radius-topleft: 99px;
	border-bottom-left-radius: 99px;
		-webkit-border-bottom-left-radius: 99px;
		-moz-border-radius-bottomleft: 99px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.18);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.18);
		-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.18);
}
.ie8 .nivo-prevNav span {
	border: 1px solid #828573;
	border-right: 0 none ;
	background: transparent url(../images/slider-nav-ie8.png) left top;
}
.nivo-nextNav span {
	background: rgba(0,0,0,.1) url(../images/slider-nav.png) no-repeat -85px 13px;
	border-top-right-radius: 99px;
		-webkit-border-top-right-radius: 99px;
		-moz-border-radius-topright: 99px;
	border-bottom-right-radius: 99px;
		-webkit-border-bottom-right-radius: 99px;
		-moz-border-radius-bottomright: 99px;
	box-shadow: inset -1px 1px 1px rgba(0,0,0,.18);
		-webkit-box-shadow: inset -1px 1px 1px rgba(0,0,0,.18);
		-moz-box-shadow: inset -1px 1px 1px rgba(0,0,0,.18);
}
.ie8 .nivo-nextNav span {
	border: 1px solid #828573;
	border-left: 0 none ;
	background: transparent url(../images/slider-nav-ie8.png) right top;
}
/* 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;
}
#nivo-slider {
    background: #eee url(../images/ajax-loader.gif) no-repeat 50% 50%;
    box-shadow: 0 0 4px rgba(0,0,0,.38);
    	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.38);
    	-moz-box-shadow: 0 0 4px rgba(0,0,0,.38);
    height:480px; /* Change this to your images height */
    position:relative;
    width:940px; /* Change this to your images width */
}
#nivo-slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#nivo-slider a {
    border:0;
    display:block;
}