/*
 * 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
 * 
 * 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:20;
	display:none;
}

/* The slices in the Slider */

.nivo-slice {
	display:block;
	position:absolute;
	z-index:15;
	height:100%;
}

/* Caption styles */

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	/*background:url(../images/slider/caption/1.jpg) repeat-x bottom;*/
	color:#fff;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
	padding: 13px 0px;
}

.nivo-caption h2 {
	padding: 2px 12px;
	font-size: 37px;
	font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;
	float: left;
	vertical-align: middle;
	opacity: 1;
}

.nivo-caption h2 a {
	color: #fff;
	text-decoration: none;
	border: none;
}

.nivo-caption h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.nivo-caption p {
	padding: 2px 5px;
	margin: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	font-size: 13px;
	line-height: 16px;
}

.nivo-caption a {
	display:inline !important;
}

.nivo-html-caption {
    display:none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:90;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:90;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
 

#home-slider {
	position: relative;
    width: 960px; /* Change this to your images width */
    height: 360px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	top: 13px;
	border: 8px solid #2d2d2d;
}

#home-slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right: 47%;
	top: 375px;
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:14px;
	background:url(../images/bullets-alt.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float: left;
	top: 10px;
	opacity: 0.7;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
	opacity: 1;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

#slider a {
	display:block;
}

.nivo-caption {
	background: url(../images/dark-roll.png) repeat;
}

.nivo-caption h3 {
	margin: 0px 5px;
	padding: 0px;
	vertical-align: middle;
	opacity: 1;
	float: left;
}

.nivo-caption h3 a {
	margin: 0px;
	padding: 4px 8px;
	font-weight: 500;
	font-family: "adelle-1","adelle-2",serif;
	font-size: 15px;
	background: url(../images/dark.png) repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	text-decoration: none;
	color: #ddd;
	text-shadow: 0px 1px 1px #000;
}

.nivo-caption h3 a:hover {
	color: #fff;
	background: url(../images/dark-roll.png) repeat;
	text-decoration: none;
}

.nivo-caption img {
	display: block;
}

.nivo-caption p {
	margin: 0px 5px;
	padding: 0px;
	vertical-align: middle;
	opacity: 1;
	float: left;
	font-family: "camingodos-web-1","camingodos-web-2",sans-serif;
}