/*
 Skin Name: Nivo Slider Default Theme
 Skin URI: http://nivo.dev7studios.com
 Skin Type: flexible
 Description: The default skin for the Nivo Slider.
 Version: 1.0
 Author: Gilbert Pellegrom
 Author URI: http://dev7studios.com
 */
.theme-default .nivoSlider {
	background: #fff url(../../css/nivo/loading.gif) no-repeat 50% 50%;
}

.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.theme-default .nivoSlider a {
	border: 0;
	display: block;
}

.theme-default .nivo-controlNav {
	position: absolute;
	right: 31px;
	bottom: 31px;
}

.theme-default .nivo-controlNav a {
	background: url(../../img/bg/bannerNav.gif) 0px 0px no-repeat;
	width: 20px;
	height: 20px;
	border: 1px solid #00569C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin-top: 10px;
	text-indent: -9999px;
}

.theme-default .nivo-controlNav a.active {
}

.theme-default .nivo-directionNav a {
	display: block;
	width: 83px;
	height: 97px;
	background: url(../../css/nivo/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}

.theme-default a.nivo-nextNav {
	background-position: -84px 0;
	right: -1px;
}

.theme-default a.nivo-prevNav {
	left: 0px;
}

.theme-default .nivo-caption {
	background: url(../../img/bg/bannerContent.png) 0px 0px no-repeat;	
	overflow: hidden;
}

.theme-default .nivo-caption h3 {
	float: left;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 20px 10px 0 15px;
	width: 300px;
}

.theme-default .nivo-caption p p {
	color: #ffed93;
	padding-top: 25px;
	font-size: 13px;
	line-height: 1.4em;
}

.theme-default .nivo-caption a {
	color: #fff;
	display: block !important;
	height: 125px;
}

.theme-default .nivo-caption a:hover {
	color: #fff;
	text-decoration: none;
}

.DefaultSlider .nivoSlider {
	float: right;
	width: 323px;
	height: 270
}
.DefaultSlider .nivo-controlNav {
	position: absolute;
	bottom: -5px;
	right: 10px;
}
.DefaultSlider .nivo-controlNav .nivo-control {
	display: inline-block;
	text-indent: -999999px;
	width: 8px;
	height: 8px;
	background: #89220c;
	margin-left: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.DefaultSlider .nivo-controlNav .nivo-control.active {
	background: #282828;
}