/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 2.6
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

/* The slices and boxes in the Slider */

.nivoSlider {
	position:relative;
	}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	}

.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	}

.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;
	}

.slider-wrap-home { 
	width: 1000px;
	margin-bottom: 30px;  
	overflow: hidden;
	height: 385px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}

.slider-wrap-home .inner{
	padding: 20px;
	}

.slider-wrap-home .nivo-html-caption {
	display: none;
	}

.slider-wrap-home .nivo-caption {
position: absolute;
right: 50px;
top: 10px;
z-index: 8;
width: 420px;
}

.slider-wrap-home .nivo-caption h3 {
	font-size: 18px;
	}

.slider-wrap-home .nivo-caption p {
	margin-top: 15px;
	}

.slider-wrap-home .nivo-caption p.read-more {
	font-weight: bold;
	}


.slider-wrap-home.controlnav-thumbs .nivo-controlNav {
position: absolute;
right: 24px;
bottom: 27px;
border-top: 2px solid #332d2a;
padding-top: 23px;
width: 444px;
}

.slider-wrap-home.controlnav-thumbs .nivo-controlNav a {
	display:block;
	position:relative;
	z-index:9;
	cursor:pointer;
	float: left;
	padding: 2px;
	margin-right: 5px;
	background: url(../images/pagination.png);
	}

.slider-wrap-home.controlnav-thumbs .nivo-controlNav img {
	display:inline;
	position:relative;
	}


.top-feature-slider .nivo-caption {
	position:absolute;
	left:-999em;
	bottom:0px;
	}

.top-feature-slider .nivo-controlNav {
	position:absolute;
	left: 60%;
	bottom: 20px;
    margin-left:-47px; /* Tweak this to center bullets */
	}

.top-feature-slider .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	float: left;
	width:12px;
	height: 7px;
	margin-right:1px;
	text-indent: -9999em;
	background: url(../images/controlNav.png) no-repeat 0 0;
	}

.top-feature-slider .nivo-controlNav a.active {
	background-position: 100% 0;
	}