/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 657
Image Height: 416
Description: A nice, light skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Pascal Gartner
Author URI: http://dev7studios.com
*/

.theme-pascal.slider-wrapper {
	width:657px;
	height:383px;
	position:relative;
	background-image: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
}

.theme-pascal .nivoSlider {
    position:relative;
    width:657px;
    height:383px;
    margin-left:19px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-pascal .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:657px; /* Make sure your images are the same size */
	height:416px; /* Make sure your images are the same size */
}
.theme-pascal .nivoSlider a {
    border:0;
    display:block;
}

.theme-pascal .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-30px;
	margin-left:-140px;
	background-image: url(controlnav.png);
	width: 251px;
	height: 40px;	
}
.theme-pascal .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	margin-top: 10px;
	left: 69px;
}
.theme-pascal .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-pascal .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-pascal a.nivo-nextNav {
	background-position:-30px 0;
	right:10px;
	top: 180px;	
}
.theme-pascal a.nivo-prevNav {
	left:10px;
	top: 180px;
}

.theme-pascal .nivo-caption {
	bottom:86%;
	left:0px;
	right:auto;
	width:auto;
	max-width:657px;
	overflow:hidden;
	background:#333;
	text-shadow:none;
	font-family: arial, serif;
}
.theme-pascal .nivo-caption p {
	padding:5px 15px;
	color:#fff;
	font-weight:bold;
	font-size:27px;
	z-index:800;
}
.theme-pascal .nivo-caption4 a { 
    color:#FFF !important;
    font-weight:bold;
    font-size:21px;
}

.theme-pascal .nivo-caption4 a:hover {
	color:#A80711 !important;
	font-weight:bold;
	font-size:21px;
}

.theme-pascal .nivo-caption1 { bottom:86%; left:0px; right:auto; width:auto; max-width:657px; overflow:hidden; margin-top:0px; font-size: 21px; line-height: 120%; text-transform: none; color: #fff; }

.theme-pascal .nivo-caption2 { bottom:86%; left:0px; right:auto; width:auto; max-width:657px; overflow:hidden; margin-top:0px; font-size: 21px; line-height: 120%; text-transform: none; color: #fff; }

.theme-pascal .nivo-caption3 { bottom:86%; left:0px; right:auto; width:auto; max-width:657px; overflow:hidden; margin-top:0px; font-size: 21px; line-height: 120%; text-transform: none; color: #fff;}

.theme-pascal .nivo-caption4 { bottom:80%; left:0px; right:auto; width:auto; max-width:657px; overflow:hidden; margin-top:0px; font-size: 21px; line-height: 120%; text-transform: none; color: #fff;}

.theme-pascal .ribbon {
	background:url(ribbon.png) no-repeat;
	width:111px;
	height:111px;
	position:absolute;
	top:-8px;
	left:-8px;
	z-index:300;
}
