/*
 * 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;
	background:transparent 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;
}


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

}
	
	
/* Tweak this to center bullets */


.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:30px;
 margin-left:-450px;
	z-index:61;
 
}

.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;
}

/* End Tweak this to center bullets */


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

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

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

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

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

.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:300px; /* 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:320px; /* Make sure your images are the same size */
	margin-right: auto;
	margin-left: auto;

}




