/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Pascal Gartner
Author URI: http://dev7studios.com
*/


/* 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:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	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;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:5000;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.custom-theme {
    width: 500px;
    height: 400px;
	float: left;
	margin: 0 20px 0 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.custom-theme .nivoSlider {
    position:relative;
    width: 500px;
    height: 400px;
    background: url(loading.gif) #fff no-repeat 50% 50%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.custom-theme .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width: 500px;
    height: 400px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* 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:10;
	display:none;
}

.custom-theme .nivoSlider a {
    border:0;
    display:block;
}
.custom-theme .nivo-controlNav {
    /*background:url(controlnav.png) no-repeat;*/
    width: auto;
    height: auto;
    position:absolute;
	z-index: 5000;
    left: 20px;/* Tweak this to center bullets */
   	bottom: 10px;
}
.custom-theme .nivo-controlNav a {
    display:block;
    width:13px;
    height:13px;
	background: rgba(255,255,255,0);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-indent:-9999px;
    margin-right: 8px;
    float:left;
	border: 2px solid #e6e6e6;
}
.custom-theme .nivo-controlNav a.active { background: rgba(185,19,19,0); border: 2px solid #b91313; }

.custom-theme .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.custom-theme a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.custom-theme a.nivo-prevNav {
	left:15px;
}

.custom-theme .nivo-caption {
    bottom:40%;
    left:auto;
    right:0px;
    width:auto;
    max-width:630px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: arial, serif;
    color:#4c4b4b;
}
.custom-theme .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}
.custom-theme .nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}