/*
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
*/


/* Nivo Slider Defaults */

#nivo_holder {width:960px;position:relative;clear:both;float:left;}

.slider-wrapper {width:960px;margin:0 auto;height:300px;margin-bottom:40px;position:relative;}

.slider-wrapper:before {bottom: -21px;
    content: url(slider_shadow_before.png)!important;
    left: 0px;
    position: absolute;
    z-index: 0;}
.slider-wrapper:after {bottom: -21px;
    content: url(slider_shadow_after.png)!important;
    right: 0px;
    position: absolute;
    z-index: 0;}   


 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
  height:300px;overflow:hidden;
}

.nivoSlider a {text-decoration:none;}



.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px; 
  max-width:960px;
}
/* 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:60px;
  padding:0 5px;
  background:#444;
	background:rgba(0,0,0,.6);
	color:#fff;
	width:auto;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.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;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}


#nivo-control-bar {position:absolute;height:30px;z-index:8;bottom:-2px;left:0;width:100%;background:#353535;
   background:-moz-linear-gradient(center top , #404040 20%, #353535 100%) repeat scroll 0 0 transparent;
   background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #404040),color-stop(1, #353535)) !important;
    background: -o-linear-gradient(top, #404040,#353535) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#353535');
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
    color:#fff;text-shadow:0 1px 0px #000;
    border:1px solid #444;
    border-top:1px solid #000;
    border-radius:0 0 4px 4px;-border-radius:0 0 4px 4px ;-moz-border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:20px;
    border:1px solid #333;
    border-radius:4px;-border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
}

#shadow-effect {
    position:absolute;
    z-index:8;
    top:1px;left:4px;right:2px;height:1px;
    -webkit-box-shadow: 0px 0px 1px rgba(255,255,255,.7) inset;
    -moz-box-shadow: 0px 0px 1px rgba(255,255,255,.7) inset;
    box-shadow: 0px 0px 1px rgba(255,255,255,.7) inset;
}


.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;
	left:50%;
	bottom:5px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -18px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:52px;
	height:17px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-52px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font:italic 23px Myriad Pro, sans-serif;
    color:#eee;text-shadow:0 1px 0px #000;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .ribbon {
    background:#188dd9;
    width:auto;
    font-family:curier new;
    font-weight:bold;
    text-shadow:0 1px 0 rgba(0,0,0,.3);
    padding:3px 5px;
    font-size:11px;
    text-transform:uppercase;
    font-style:normal;
    position:absolute;
    top:-19px;
    left:0px;
}