/*
 * jQuery Nivo Slider v2.1
 * 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
 * 
 * May 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:980px;
	height:420px;
	border:0;
	padding:0;
	margin:0;
	z-index:30;
	display:none;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:25;
	height:380px;
}

/* Caption styles */
.nivo-caption {
	position:absolute;
	top:170px;
	width:295px;
	height:184px;
	padding:0px 20px 7px 25px;
	z-index:33;
}

.nivo-caption p {font-size:1em;}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
	position:absolute;
	width:980px;
	top:155px;
	left:0;
}

.nivo-directionNav a {
	font-size:0;
	width:59px;
	height:59px;
	position:absolute;
	z-index:35;
	cursor:pointer;
}

.nivo-prevNav {left:25px;}

.nivo-nextNav {right:22px;}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:right;
	width:100%;
	position:absolute;
	top:385px;
	left:0;
	z-index:1000;
}

.nivo-controlNav a {
	font-size:0;
	display:inline-block;
	width:97px;
	height:68px;
	padding:5px;
	margin:0 5px 0 0;
	position:relative;
	z-index:35;
	cursor:pointer;
}

.nivo-controlNav a img {
	width:97px;
	height:68px;
	padding:0 0 4px;
	position:relative;
}

.nivo-controlNav a:hover {text-decoration:none;}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
	font-weight:bold;
	width:109px;
	height:76px;
	padding:7px;
}

.nivo-controlNav a.active img, .nivo-controlNav a:hover img {
	width:109px;
	height:76px;
	padding:0;
}


<!-- other slider css -->

body {
	text-align:left;
	font: Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	padding:0;
}

#top {
	width:996px;
	height:477px;
	padding:19px 0 0;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:5;
}

#slider {
	width:980px;
	height:420px;
	float:left;
	margin:0 8px 15px;
	position:relative;
	z-index:10;
}

#slider img {display:none;}

#slider .nivo-controlNav img {display:inline;}

.slider_left, .slider_right {
	width:18px;
	height:218px;
	position:absolute;
	top:119px;
	z-index:300;
}

.slider_left {left:0;}

.slider_right {right:0;}

a.button {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding:6px 0 7px 10px;
	cursor:pointer;
}

a.button span {
	text-decoration:none;
	padding:6px 21px 7px 10px;
	cursor:pointer;
}

/*#top {background:url(../images/NivoImageSlider/slider_bg.png) 0 0 no-repeat;}*/

#slider {background:url(../images/NivoImageSlider/loader.gif) 50% 53% no-repeat;}


#slider  {color:#feffff;}

/*.slider_left {background:url(../images/NivoImageSlider/slider_left.png) 0 0 no-repeat;}

.slider_right {background:url(../images/NivoImageSlider/slider_right.png) 0 0 no-repeat;}*/

a.button {
	background:url(../images/NivoImageSlider/but_l.png) top left no-repeat;
	color:#000001;
	font-size:12px;
	
}

a.button span {
	background:url(../images/NivoImageSlider/but_r.png) top right no-repeat;
	text-decoration:none;
	font-size:12px;
}

a.button:hover {
	background:url(../images/NivoImageSlider/slider_but_l.png) top left no-repeat;
	color:#fdfefe;
}

a.button:hover span {background:url(../images/NivoImageSlider/slider_but_r.png) top right no-repeat;}

/* ---------------------------------- nivo Sliders ----------------------------------------------*/

.nivo-caption {
	background:url(../images/NivoImageSlider/slider_text.png) 0 0 no-repeat;
	color:#fdfeff;
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;

}

.nivo-controlNav a {
	background:url(../images/NivoImageSlider/slider_thumb_bg.png) 0 0 no-repeat;
	color:#979692;
}

.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background:url(../images/NivoImageSlider/slider_thumb_bg_sel.png) 0 0 no-repeat;
	color:#111;
}