/*
 * jQuery Nivo Slider v2.0
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 .nivoSlider {
    background: url("icons/loading.gif") no-repeat scroll 50% 50% #202834;
    border: none;
    margin: 0;
    position: relative;
}
.nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a {
    border: 0 none;
}
.nivo-controlNavHolder {
    bottom: 3px;
    left: 50%;
    position: absolute;
    width: auto;
}
.nivo-controlNav {
    left: -50%;
    position: relative;
    top: 0;
    width: auto;
}
.nivo-controlNav a {
    background: url("icons/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 10px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 10px;
}
.nivo-controlNav a.active {
    background-position: -10px 0;
}
.nivo-directionNav a {
    background: url("icons/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 34px;
    text-indent: -9999px;
    width: 32px;
}
a.nivo-nextNav {
    background-position: -32px 0;
    right: 10px;
}
a.nivo-prevNav {
    left: 10px;
}
.nivo-controlNav a.hover {
    background-position: -10px 0;
}
.nivo-controlNav .nivo-thumbNavWrapper img {
    background-color: #FFFFFF;
    border: 1px solid #A0A0A0;
    box-shadow: 0 0 5px #999999;
    display: block !important;
    left: -50%;
    margin-top: -12px;
    padding: 3px;
    position: absolute;
    top: -100%;
}
.nivo-arrow-border {
    border-color: #0E0E0E transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    height: 0;
    left: 0;
    margin-bottom: -5px;
    position: absolute;
    width: 0;
}
.nivo-arrow {
    border-color: #FFFFFF transparent transparent;
    border-style: solid;
    border-width: 5px;
    bottom: 100%;
    height: 0;
    left: 0;
    margin-bottom: -5px;
    position: absolute;
    width: 0;
}
 
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:50;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.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 {
	position:absolute;
	top:45%;
	z-index:99;
	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:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-controlNav .nivo-thumbNavWrapper {
	z-index: 100;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-controlNavHolder {
	display: none;
	z-index: 100;
}
.nivoSlider .nivo-controlNavHolder {
	display: block;
}

.nivoSlider .nivo-controlNavHolder .nivo-controlNav span {
	display: block;
}

.nivoSlider .nivo-controlNavHolder .nivo-controlNav span.nivo-thumbNavWrapper {
	display: none;
}