/*
 * jQuery Nivo Slider v2.4
 * 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;
}
.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%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	display: none !important;
}
.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:54%;
	z-index:99;
	cursor:pointer;
	background:url(images/rotation-icons-sprite.png);
	width:35px;
	height:32px;
	display:block;
}
.nivo-prevNav {
	left:5px;
}
.nivo-nextNav {
	right:4px;
	background-position:0 -66px !important;
}
.nivo-prevNav:hover {
	left:5px;
	background-position:0 -33px !important;
}
.nivo-nextNav:hover {
	right:4px;
	background-position:0 -99px !important;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	background:url(images/rotation-icons-sprite.png) 0 -131px;
    color: #FFFFFF;
    cursor: pointer;
    margin: 2px;
    padding: 1px 2px 2px;
    position: relative;
    z-index: 900;
	display:block;
	text-indent:-9999px;
	width:12px;
	height:10px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	color:#40a8a9;
	background-position:0 -143px !important;
}

.nivo-controlNav {
	/*display:none !important;*/
	position:absolute;
	bottom:200px;
	right:10px;
	z-index:99;
}

.main-sub .nivo-controlNav {
	/*display:none !important;*/
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:99;
}

.main-sub .nivo-directionNav a {
	top:81%;
}

.main-sub .rotation {
	height:356px;
}

.nivo-controlNav img {
	position:relative;
	margin:5px;
	display:inline-block !important;
	border:2px solid #fff;
}

.nivo-directionNav {
	display:block !important;
}

.nivo-controlNav {
	position:absolute;
	bottom:200px; /* Put the nav below the slider */
}
.nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
}