/*
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:950px;position:relative;clear:both;float:left;}

.slider-wrapper {background:#fff;border:4px solid #f5f5f5;width:940px;padding:5px;height:300px;position:relative;
border-radius:2px;-border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
    
.nivo_border {width:958px;margin:0 auto;margin-bottom:40px;height:318px;border-radius:3px;-border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;border:1px solid #cecece;-moz-box-shadow:0 0 3px rgba(0,0,0,.05);-webkit-box-shadow:0 0 3px rgba(0,0,0,.05);-box-shadow:0 0 3px rgba(0,0,0,.05);box-shadow:0 0 3px rgba(0,0,0,.05);}    


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
  height:300px;
}

.nivoSlider a {text-decoration:none;}



.nivoSlider img {
	position:absolute;
	top:8px!important;
	left:8px!important; 
  max-width:940px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:8px!important;
	left:8px!important;
	height:100%;
  width: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;
}

/* 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 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%;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:4px;
	left:4px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
  padding:8px 5px 8px 10px;
	left:50%;
	bottom:-18px;z-index:999;
  margin-left:-40px; /* Tweak this to center bullets */
  -webkit-border-radius:15px;-moz-border-radius:15px;-border-radius:15px;border-radius:15px;border:1px solid #fff;
background:#eee;
background:-moz-linear-gradient(center top , #fff 20%, #eee 100%) repeat scroll 0 0 transparent;
   background: -webkit-gradient(linear,left top,left bottom,color-stop(.2, #fff),color-stop(1, #eee)) !important;
    background: -o-linear-gradient(top, #fff,#eee) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#ffeeeeee');
-webkit-box-shadow:   0 1px 3px rgba(0, 0, 0, 0.29);
-moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.29);
-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.29);
box-shadow:  0 1px 3px rgba(0, 0, 0, 0.29);
}
.theme-default .nivo-controlNav a {
	display:block;
	width:11px;
	height:11px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -11px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:25px;
	height:37px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-25px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}


/* Caption styles */
.nivo-caption {
	position:absolute;
	right:20px;
  top:20px;
  padding:15px;
  background:#fff;
  background:rgba(255,255,255,.9);
  box-shadow:5px 5px 0px rgba(0,0,0,.1);
  -box-shadow:5px 5px 0px rgba(0,0,0,.1);
  -moz-box-shadow:5px 5px 0px rgba(0,0,0,.1);
  -webkit-box-shadow:5px 5px 0px rgba(0,0,0,.1);
	color:#666;
	max-width:400px;
	z-index:8;
}
.nivo-caption p {
	padding:5px 5px 0 5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}

.theme-default .nivo-caption {
    font:bold italic 15px Georgia, sans-serif;
    text-transform:uppercase;
    text-align:center;
    color:#666; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9), 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .ribbon {
    background:url(ribbon.png) no-repeat;
    width:auto;
    padding:3px 5px;
    position:absolute;
    top:20px;
    width:94px;
    height:38px;
    z-index:99;
    left:-13px;
}