/*
 * 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 */
.nivo-caption {
    text-shadow:none;
    font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	left:0px;
	bottom:0px;
	color:#6c6c6c;
	font-size:12px; 
	width:100%;
	z-index:89;
	padding-left:15px;
}
.nivo-caption a { 
	font-weight:550;
}
.nivo-caption a:hover { 
    color:#cccccc;
}
.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position: -20px 0;
	left:230px;
}
a.nivo-prevNav {
	left:200px;
}

.nivo-directionNav a {
	position:absolute;
	top:242px;
	z-index:99;
	cursor:pointer;
}

/* Controls 
#slider .nivo-controlNav {
	position:absolute;
	left:270px;
	bottom:165px;
}
#slider .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/buttons.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}
#slider .nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
} 
*/
/* Slider */
#slider-wrapper {
    width:285px;
    height:275px;
    margin:0 auto;
}
#slider {
	position:relative;
    width:285px;
    height:275px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

/* Controls2 */
#slider2 .nivo-controlNav {
	position:absolute;
	left:827px;
	bottom:27px;
}
#slider2 .nivo-controlNav a {
	display:inline;
	width:22px;
	height:22px;
	background:url(../../images/buttons.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	z-index:99;
	cursor:pointer;
}
#slider2 .nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}

/* Slider2 */
#slider-wrapper2 {
    width:980px;
    height:429px;
    margin:0 auto;
}
#slider2 {
	position:relative;
    width:980px;
    height:429px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider2 a {
	border:0;
	display:block;
}

/* Slider 3 */
#slider-wrapper3 {
    width:450px;
    height:230px;
    margin:30px 0 0 30px;
}
#slider3 {
	position:relative;
    width:450px;
    height:230px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider3 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider3 a {
	border:0;
	display:block;
}

/* Other */
.clear {
	clear:both;
}