/*
 * jQuery Nivo Slider v1.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the GPL license.
 * http://www.gnu.org/copyleft/gpl.html
 * 
 * March 2010
 */
 
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8;
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
    width:38px;
    height:64px;
    text-indent:-9999px;
    background:url('../img/bts/nivo_directionNav.png') no-repeat;
	cursor:pointer;
}
.nivo-directionNav a.nivo-prevNav {
	left:0px;
    background-position:0 0;
}
.nivo-directionNav a.nivo-prevNav:hover {
    background-position:0 -70px;
}
.nivo-directionNav a.nivo-nextNav {
	right:0px;
    background-position:-40px 0;
}
.nivo-directionNav a.nivo-nextNav:hover {
    background-position:-40px -70px;
}

.nivo-controlNav {
    position:absolute;
    bottom:-15px;
    right:0;
}
.nivo-controlNav a {
    display:inline;
	position:relative;
    float:left;
    width:7px;
    height:7px;
    margin:0 0 0 8px;
    text-indent:-9999px;
	z-index:99;
	cursor:pointer;
    background:url('../img/bts/nivo_controlNav.gif') no-repeat;
}
.nivo-controlNav a.active {
	font-weight:bold;
    background-position:0 -10px;
}