/*
 * jQuery Nivo Slider v2.4
 * 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;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-75px; 
	
/* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	position:absolute;
	top:43%;
	z-index:99;
	cursor:pointer;	background:url(../images/arrows.png) no-repeat;
    display:block;
	width:29px;
	height:47px;
	text-indent:-9999px;
	
}

.nivo-directionNav a:hover {
	position:absolute;
	top:43%;
	z-index:99;
	cursor:pointer;	background:url(../images/arrows_hover.png) no-repeat;
    display:block;
	width:29px;
	height:47px;
	text-indent:-9999px;
	
}

.nivo-directionNav a:active {
	position:absolute;
	top:43%;
	z-index:99;
	cursor:pointer;	background:url(../images/arrows_active.png) no-repeat;
    display:block;
	width:29px;
	height:47px;
	text-indent:-9999px;
	
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:-50px;
}

:hover a.nivo-nextNav  {
	background-position:-30px 0;
	right:-50px;
}

:active a.nivo-nextNav  {
	background-position:-30px 0;
	right:-50px;
}

a.nivo-prevNav {
	left:-50px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
		margin-top:10px;

    color:#fff;
    border-bottom:1px dotted #fff;
	position:relative;
    width:960px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivo-caption a:hover {
    color:#fff;
}
#slider {

	width:960px; /* Change this to your images width */
	height:400px; /* Make sure your images are the same size */
}
.slider-wrapper {
	padding-top:10px;

	margin-left:auto;
	margin-right:auto;
	width:960px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
}
