/*
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 {
	max-height: 380px;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,.25);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,.25);
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border-radius: 10px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	top: -65px;
	left: 79.5%;
	width: 138px;
	height: 45px;
	z-index: 4000;
	background: none;
	border-radius: 20px;

}
.theme-default .nivo-controlNav a {
	display: block;
	color: 
	#b32317;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	font-size: 197%;
	display: block;
	float: left;
	width: 29px;
	padding: 4px 0;
	text-align: center;
	margin: 5px;
	font-family: "Garamond";
	background: 
	rgb(255,255,255);
	background: -moz-linear-gradient(top,
	rgba(255,255,255,1) 0%,
	rgba(207,195,177,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,
	rgba(255,255,255,1)),color-stop(100%,
	rgba(207,195,177,1)));
	background: -webkit-linear-gradient(top,
	rgba(255,255,255,1) 0%,
	rgba(207,195,177,1) 100%);
	background: -o-linear-gradient(top,
	rgba(255,255,255,1) 0%,
	rgba(207,195,177,1) 100%);
	background: -ms-linear-gradient(top,
	rgba(255,255,255,1) 0%,
	rgba(207,195,177,1) 100%);
	background: linear-gradient(top,
	rgba(255,255,255,1) 0%,
	rgba(207,195,177,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cfc3b1',GradientType=0);
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,.25);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,.25);
}
.theme-default .nivo-controlNav a.active {
	color: 
#fff;
background: 
#59462b;
box-shadow: none;
-webkit-box-shadow: none;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.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;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:20px;
}
.theme-default a.nivo-prevNav {
	left:20px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	border-radius: 10px;
	margin: 15px;
	width: 54%;
	max-height: 90%;
	overflow: hidden;
	padding: 10px 15px 18px;
	background: -moz-linear-gradient(top,
	rgba(255,255,255,0.9) 0%,
	rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,
	rgba(255,255,255,0.9)),color-stop(100%,
	rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top,
	rgba(255,255,255,0.9) 0%,
	rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top,
	rgba(255,255,255,0.9) 0%,
	rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top,
	rgba(255,255,255,0.9) 0%,
	rgba(255,255,255,0.9) 100%);
	background: linear-gradient(top,
	rgba(255,255,255,0.9) 0%,
	rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6ffffff',endColorstr='#d6ffffff',GradientType=0);	

}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.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 img {
	display: block;
	width: 120px;
	height: auto;
}