/*
 * 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;
	width: 960px;
	height: 300px;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	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;
	height: 17px;
	float: left;
	left: 19px;
	top: 305px;
	background: transparent url(img/highlight_caption.png) no-repeat 0 50%;
	opacity: 1 !important; /* Overridden by captionOpacity setting */
	z-index: 8;
	padding: 0 0 0 23px;
}

.nivo-caption p {
	padding: 0;
	margin: 0;
	font: normal 11px/17px Arial, Helvetica, sans-serif;
	color: #2C2C2C;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
	/*display:none;*/
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	display: block !important;
}

.nivo-directionNav a {
	display: block !important;
	width: 73px;
	height: 120px;
	position: absolute;
	top: 90px;
	z-index:9;
	cursor:pointer;
	background: transparent url(img/highlight_arrows.png) no-repeat 0 0;
	text-indent: -9000px;
}

.nivo-directionNav a.nivo-prevNav {
	left:0;
	background-position: 0 0;
}

.nivo-directionNav a.nivo-prevNav:hover {
	background-position: 0 100%;
}

.nivo-directionNav a.nivo-nextNav {
	right:0;
	background-position: -73px 0;
}

.nivo-directionNav a.nivo-nextNav:hover {
	background-position: -73px 100%;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: relative;
	height: 20px;
	float: right;
	display: block !important;
	top: 303px;
	right: 18px;
	z-index:9;
	
}

.nivo-controlNav a {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9000px;
	font-size: 12px;
	margin-left: 1px;
	float: left;
	cursor:pointer;
	background: transparent url(img/highlight_numbers.png) no-repeat 0 100%;
}

.nivo-controlNav a:hover, 
.nivo-controlNav a.active {
	background-position: 0 0;
}

/**/

.theme-default #slider {
	margin: 0;
	width: 960px; /* Make sure your images are the same size */
	height: 300px; /* Make sure your images are the same size */
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
	margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
