/*
 * jQuery Nivo Slider v2.7.1
 * 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-wrapper {
	height: 414px;
}

.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: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:30px;
	top:63px;
	opacity:1; /* Overridden by captionOpacity setting */
	z-index:8;
	width:450px
}
.nivo-caption  {
	margin:0;
	padding:0;
}
.nivo-caption strong {font-family: 'Questrial', sans-serif;display:block;font-size:48px;line-height:50px;font-weight:normal;font-style:normal;color:#000;padding-bottom:16px}
.nivo-caption strong em{display:block;font-style:normal;margin-top:-8px}
.nivo-caption .txt-1{width:350px;color:#6e6e6e;padding-bottom:35px}


.nivo-html-caption {
    display:none;
}
.nivo-html-caption h1{z-index:99}

 .button{
	display: inline-block;
	padding:23px 19px 23px 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height:24px;
	background:url(../images/tail-button.gif) repeat-x 0 0;
	outline: none;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

 .button span {
	padding:5px 42px 5px 0;
	background: url(../images/marker-1.png) no-repeat right -4px;
	color: #fff;
	font-style:italic;
	font-size: 22px;display:block;
}

.button:hover {
	background:url(../images/tail-button.gif) repeat-x 0 bottom;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}

.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.nivoSlider {
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider a {
	border:0;
	display:inline-block;
}

.nivo-controlNav {
	position:absolute;
	left:30px;bottom:17px;
	z-index: 999;
}

.nivo-controlNav a {
	display:block;
	width:11px;
	height:11px;
	background:url(../images/bullets.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0;
	float:left;
	cursor: pointer;margin-right:4px
}

.nivo-controlNav a.active,.nivo-controlNav a:hover {
	background-position:0 bottom;
}

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

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}
