/* Start of CMSMS style sheet 'slider' */
/*
 * 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 */

#slider {
	width:1090px;
	height:427px;
	overflow:hidden;
}
.nivoSlider {
    background:url('../images/loading.gif') no-repeat 50% 50%;
    width:1090px; /* Change this to your images width */
    height:427px; /* Change this to your images height */
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* 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: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;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.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;
	bottom:0;
	z-index:9;
	display:block;
	width:115px;
	height:31px;
	text-indent:-9999px;
	cursor:pointer;
}
.nivo-prevNav {
	background:transparent url('../images/bt_banners01.png') left top no-repeat;
	right:123px;
}
.nivo-prevNav:hover {
	background:transparent url('../images/bt_banners01.png') left bottom no-repeat;
}
.nivo-nextNav {
	background:transparent url('../images/bt_banners01.png') right top no-repeat;
	right:0px;
}
.nivo-nextNav:hover {
	background:transparent url('../images/bt_banners01.png') right bottom no-repeat;
	right:0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	top:395px;
	right:8px;
	z-index:1000;
}
.nivo-controlNav a {
	color: #FFF;
	display: inline-block;
	padding: 2px 8px;
	height: 16px;
	margin: 0 5px 0 0;
	background: #6b6b6b;
	text-align: center;
	-moz-border-radius: 3px; /* FF1-3.6 */
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	position:relative;
	cursor:pointer;
}
.nivo-controlNav a.active {
	color: #FFF;
	background: #C03;
}
/* End of 'slider' */

