/*
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
*/

/* The Nivo Slider styles */
.theme-default.nivoSlider {
	position:relative;
}
.theme-default.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.theme-default .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 */
.theme-default .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.theme-default .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.theme-default .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	/*background: url(../../../images/pixel-50.png) repeat;*/
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width: 705px;
	min-height: 40px;
	z-index:8;
	padding: 10px;
	border-left: 5px solid #4e1b41;
	border-right: 5px solid #4e1b41;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.theme-default .nivo-caption p {
	padding:5px;
	margin:0;
}
.theme-default .nivo-caption a {
	display:inline !important;
}
.theme-default .nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.theme-default .nivo-directionNav a {
	position:absolute;
	text-indent: -9999px;
	z-index:9;
	cursor:pointer;	/*background-image: url(../../../images/image-nav.png);
	background-repeat: no-repeat;*/
}
.theme-default .nivo-prevNav {
	left:120px;
	/*background-position: left center;*/
	top: 50%;
	margin-top: -30px;
	height: 70px;
	width: 70px;
	background-image: url(../../../images/arrow-left.png);
}
.theme-default .nivo-nextNav {
	right:120px;
	top: 50%;
	margin-top: -30px;
	height: 70px;
	width: 70px;
	background-image: url(../../../images/arrow-right.png);	/*background-position: right center;*/
}
/* Control nav styles (e.g. 1,2,3...) */
.theme-default .nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.theme-default .nivo-controlNav a.active {
	font-weight:bold;
}
