/*
 * 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
 */

/*Preload*/
.nivoSlider {
    position:absolute!important;
	right:0; bottom:-140px;
    width:660px; /* Change this to your images width */
    height:340px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

/*slider for content pages*/
.slider-container{
	width:997px; height:242px;
	margin:0 auto;
	position:absolute;
	top:15px;
	left:0;
	z-index:1;}

.nivoSlider-content{
	width:997px; height:242px;
	position: absolute!important;
	bottom:0; right:0;
	width:640px;
	height:205px;}

.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    /*display:none;*/
}
.nivoSlider a {
    border:0;
    display:block;
}

/* 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: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:0px;
	bottom:10px;
	background: none;
	opacity:1; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;}

.nivoSlider-content .nivo-caption{
	left:25px;
	bottom:-7px;}

.nivo-caption p{ line-height:35px;}

.nivoSlider-content .nivo-caption p{ line-height:25px;}


.nivo-caption span, .nivo-caption span a {
	font-family:'Dosis',sans-serif;
	font-size:24px;
	font-weight:bold;
	background:rgb(255,255,255);
	background:rgba(255,255,255, 0.2);
	color:#3c3c3c;
	padding:3px;
	margin:0;
	text-decoration:none}

.nivoSlider-content .nivo-caption span, .nivoSlider-content .nivo-caption span a{
	font-size:18px;}

.nivo-caption em {
	font-style:normal;
	color:#120f64}

.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption, .nivo-html-caption-x {
  margin-bottom:10px;
    /*display:none;*/
}


/* 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;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    width:100px;
    height:13px;
	position:absolute;
	right:0;
	bottom:15px;
    margin-left:-51px; /* Tweak this to center bullets */
    z-index:100;
    padding:15px 13px 15px 17px;}

.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
    background:url(../img/nivo/control-nav.png) no-repeat left top;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
}
.nivo-controlNav a:hover{
	cursor:pointer;
	background-position: left center }

.nivo-controlNav a.active {
	background-position:left bottom;
}

.SmartSearchTextbox {
    /*font-size:22px !important;*/
}
