/*
 * jQuery Nivo Slider v2.5.2
 * 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
 */
 

 

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:100%;
    height:470px;
    margin:0 auto;
    padding:0;
    overflow:hidden;
}

#slider {
	position:relative;
    width:1040px;
    height:470px;
    padding:0;
    margin:0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider a {
	border:0;
	display:block;
}

#slider h1 {color:#000;}
#slider h3 {color:#0d0d0d;}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice, .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	border:0px solid #000;
	width:1040px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:40px;
	bottom:40px;
	z-index:10;
}
.nivo-controlNav a {
	position:relative;
	z-index:11;
	cursor:pointer;
	display:block;
	width:22px;
	height:22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-left:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
	font-weight:bold;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
a.nivo-prevNav {
	left:0px;
}
a.nivo-nextNav {
	background-position:-50px 0 !important;
	right:0px;
}
.nivo-directionNav a {
	position:absolute;
	top:230px;
	z-index:9;
	cursor:pointer;
	display:block;
	width:50px;
	height:70px;
	background: url(../images/arrows1.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

/* Caption styles */

.nivo-caption {
	position:absolute;
	left:40px;
	top:180px;
	width:440px;
	z-index:8;
}

.nivo-caption a {
	display:inline !important;
    text-decoration:none;
}
.nivo-html-caption {
    display:none;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
