/*
* jQuery Nivo Slider v3.2
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php

The Nivo Slider styles*/
#minic_slider
{
	float: left;
	clear: both;
	width: 100%;
}
.nivoSlider
{
	/*[disabled]float:left;*/
	position: relative;
	overflow: hidden !important;
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 20px;
	margin: 0px auto 0;
}
#index .nivoSlider
{
	max-height: 378px !important;
}
.nivoSlider IMG
{
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: 100%;
}
.nivo-main-image
{
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/*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;
	background: #FFFFFF;
	opacity: 0;
}
/*The slices and boxes in the Slider*/
.nivo-slice
{
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box
{
	display: none;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box IMG
{
	display: none;
}
/*Caption styles*/
.nivo-caption H3
{
	color: #790037;
	font-family: Helvetica, Arial;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.nivo-caption
{
	position: absolute;
	left: 8%;
	top: 20%;
	background: #E5E5E5;
	color: #101010;
	z-index: 8;
	overflow: hidden;
	text-align: center;
	padding: 12px 32px;
	max-width: 300px;
}
#index .nivo-caption H3
{
	color: #FFFFFF;
	font-family: Helvetica, Arial;
	text-align: left;
	font-size: 4.2em;
	font-weight: 500;
	text-shadow: 2px 2px 2px #000000;
	display: none;
}
#index .nivo-caption
{
	left: 0%;
	top: 10%;
	background: none;
	color: #000;
	max-width: 80%;
}
#index .nivo-caption P
{
	margin-top: 4%;
	font-size: 1.5em;
	text-align: left;
	line-height: 1;
	text-shadow: 2px 2px 2px #000000;
	width: 60%;
	
}
.nivo-caption P
{
	margin: 0;
	font-size: 1.2em;
	text-align: center;
}
.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: 9;
	cursor: pointer;
}
#index .nivo-directionNav A
{
	top: auto;
	bottom: 2%;
}
#index .nivo-prevNav
{
	left: auto !important;
	right: 60px !important;
}
.nivo-prevNav
{
	left: 0px;
}
.nivo-nextNav
{
	right: 0px;
}
/*Control nav styles (e.g. 1,2,3...)*/
.nivo-controlNav
{
	text-align: center;
	padding: 0;
}
.nivo-controlNav A
{
	cursor: pointer;
}
.nivo-controlNav A.active
{
	font-weight: bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.theme-default .nivoSlider
{
	position: relative;
	background: #FFF url(loading.gif) no-repeat 50% 50%;
	/*[disabled]margin:0 auto;*/
}
.theme-default .nivoSlider IMG
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider A
{
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav
{
	bottom: -28px;
	position: absolute;
	right: 47%;
	z-index: 5;
}
#index .theme-default .nivo-controlNav
{
	display: block;
}
.theme-default .nivo-controlNav A
{
	display: inline-block;
	/*width: 60px;*/
	/*height: 3px;*/
	/*background-color: #D2CDBE;*/
	text-indent: -9999px;
	/*border: 1px solid #BFBFBF;*/
	margin: 0 6px;
	opacity: 0.7;
}
.theme-default .nivo-controlNav A.active
{
	background-color: #E74C39;
	/*border: 1px solid #6C0031;*/
}
.theme-default .nivo-directionNav A
{
	display: block !important;
	width: 30px;
	height: 30px;
	background: url(newarrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#index .theme-default .nivo-directionNav A
{
	width: 32px;
	height: 40px;
	background: url(arrows-sq.png) no-repeat;
	opacity: 0.5;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	bottom: 2% !important;
}
.theme-default:hover .nivo-directionNav A
{
	opacity: 1;
}
#index .theme-default:hover .nivo-directionNav A
{
	opacity: 1;
}
#index .theme-default:hover .nivo-directionNav A:hover
{
	opacity: 1;
}
.theme-default A.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
}
#index .theme-default A.nivo-nextNav
{
	background-position: -46px 0;
}
.theme-default A.nivo-prevNav
{
	left: 15px;
}
.theme-default .nivo-caption A
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.theme-default .nivo-caption A:hover
{
	color: #FFF;
}
#index .theme-default .nivo-caption A.calltoaction
{
	float: left;
	border: 1px solid #BFBFBF;
	color: #000000;
	padding: 4px 20px;
	margin-top: 4%;
	text-align: left;
	background-color: #FFFFFF;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled
{
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled A
{
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled A:hover, .theme-default .nivo-controlNav.nivo-thumbs-enabled A.active
{
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.8);
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled IMG
{
	width: 120px;
	height: auto;
}
