﻿/*
 * 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
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	border:none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* 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:2;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:1;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width: auto;
	z-index:3;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:4;
	cursor:pointer;
}
.nivo-prevNav {
	top:50px;
	leftt:0px;
	/*background:url(../images/misc/arrowLeft.png) top left no-repeat;*/
	width:61px;
	height:86px;
	text-indent:-999px;
	overflow:hidden;
}
.nivo-nextNav {
	top:50px;
	right:0px;
	/*background:url(../images/misc/arrowRight.png) top left no-repeat;*/
	width:61px;
	height:86px;
	text-indent:-999px;
	overflow:hidden;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav{
	bottom: 20px;
	left: 18px;
	position: absolute; 
	width:100px;
}

.nivo-controlNav a {
	display:block;
	float:left;
	position:relative;
	z-index:4;
	color:#84ad40;
	cursor:pointer;
	/*background:url(../images/misc/scrollNav.png) center no-repeat;*/
	width:12px;
	height:12px;
	padding:2px;
	margin: 1px;
	text-indent:-3000px;
	white-space: nowrap;
	overflow:hidden;
}
.nivo-controlNav a.active {
	display:block;
	float:left;
	/*background:url(../images/misc/activeScrollNav.png) center no-repeat;*/
	width:12px;
	height:12px;
	text-indent:-3000px;
	white-space: nowrap;
	overflow:hidden;
}

/* SITE SPECIFICS */
#slider.vtc {
	margin:0 auto;
	/*width:1010px; 
	height:405px; */
	overflow:hidden;
}

#slider-ext .nivo-controlNav a {
	background:url(../images/VTC/panels/scrollNav.png) center no-repeat;
}
#slider-ext .nivo-controlNav a.active {
	background:url(../images/VTC/panels/activeScrollNav.png) center no-repeat;
}

#slider.vtcws {
	margin:0 auto;
	width:1010px; 
	height:405px; 
	overflow:hidden;
}
#slider.vtcws .nivo-controlNav a {
	background:url(../images/VTC/panels/scrollNav.png) center no-repeat;
}
#slider.vtcws .nivo-controlNav a.active {
	background:url(../images/VTC/panels/activeScrollNav.png) center no-repeat;
}
#slider.vtcws .nivo-controlNav{
	bottom: 16px;
}

