/*
 * jQuery Nivo Slider v2.7.1
 * 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
 */
 
 /* --------------- Nivo general setting ---------------------------- */
 
 /*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivo-wrapper{
	width:980px;
	height:230px;
	background:url(../img/nivo/frame-bg.png) no-repeat top left;
}
.nivo-wrapper .nivoSlider {
	position:relative;
	background:#fff url(../img/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
}

.nivo-wrapper .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivo-wrapper .nivoSlider a {
	border:0;
	display:block;
}

.nivo-wrapper .nivo-controlNav {
	background:url(../img/nivo/controlNav-bg.png) no-repeat top left;
	width:276px;
	height:40px;
	position:absolute;
	left:50%;
	bottom:-18px;
    margin-left:-120px; /* Tweak this to center bullets */
	z-index:50;
	text-align:center;
}
.nivo-wrapper .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../img/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:9px 5px 9px 5px;
}
.nivo-wrapper .nivo-controlNav a.active {
	background-position:0 -23px;
}

.nivo-wrapper .nivo-directionNav a {
	display:block;
	width:28px;
	height:42px;
	background:url(../img/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.nivo-wrapper a.nivo-nextNav {
	background-position:-29px 0;
	right:0;
}
.nivo-wrapper a.nivo-prevNav {
	left:0;
}

.nivo-wrapper #slider {
	width:966px; /* Make sure your ../img/nivo are the same size */
	height:200px; /* Make sure your ../img/nivo are the same size */
	margin: 7px 7px 35px 7px;
	float:left;
}
 
/* 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 {
	position:absolute;
	left:20px;
	top:40px;
	padding:10px 20px 20px 20px;
	background:url(../img/nivo/caption-bg.png) repeat top left;
	border:1px solid #000;
	color:#afafaf;
	width:450px;
	z-index:8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nivo-caption  h1, .nivo-caption  h2, .nivo-caption  h3, .nivo-caption  h4, .nivo-caption  h5, .nivo-caption  h6{
	float:left;
	width:100%;
	text-shadow:0px 1px 1px #000;
	color:#F4F4F4;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nivo-caption p {

}
.nivo-caption a {
	text-shadow:0px 1px 1px #000;
	display:inline !important;
	color:#afafaf;
}
.nivo-caption a:hover{
	text-shadow:0px 1px 1px #000;
	color:#e5e5e5;
}
.nivo-caption a.nivo-btn{
	text-shadow:none;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* 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;
}
