/*
 * jQuery Nivo Slider v2.0
 * 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
 * 
 * March 2010
 */

/* The Nivo Slider styles */
 .nivoSlider {
	width: 600px;
	height: 275px;
	position:relative;
	background:#202834 url(../_img/loading.gif) no-repeat center 50% 50% #ccc;
}
.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: #000000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:583px;
	z-index:89;
	padding: 10px;
	height: 30px;
}

.nivo-caption .title {
	font-family:"Century Gothic","Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0;
	margin:0;
	opacity: 1;
}

.nivo-caption .description {
	font-family:"Century Gothic","Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	margin-left:5px;
	opacity: 1;
}
 

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:30%;
	text-indent:-9999px;
	z-index:99;
	height: 38px;
	margin: 20px;
	width: 38px;
	cursor:pointer;
}
.nivo-prevNav {
	background:url(../_img/arrows.png);
	opacity: 0.6;
	left:0px;
}
.nivo-nextNav {
	background:url(../_img/arrows.png);
	opacity: 0.6;
	background-position: -38px 0;
	right:1px;
}

.nivo-controlNav {
	display: block;
	position: relative;
	top: 95.5%;
	z-index:99;
	width: 603px;
	height: 15px;
	background: #cc0000;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	display: block;
	position: relative;
	z-index:99;
	cursor:pointer;
	color: #fff;
	background: #870001;
	text-indent:-9999px;
	width: 20px;
	height: 5px;
	margin: 5px;
	float: left;
	left: 70%;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background: #fff;
}


#slider {
	height: 275px;
	position:relative;
	background: url(../_img/loadingAnimation.gif) no-repeat center #ccc;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

body#homedev #slider {
	height: 275px;
	height: 520px;
	position:relative;
	background: url(../_img/slider_home_bg.gif) no-repeat center #000;
}
