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

.theme-pascal.slider-wrapper {
    
	float:left;
	height:280px;
	overflow:hidden;
	position:relative;
    width:980px;
}

.theme-pascal .nivoSlider {
    position:relative;
    width:980px;
    height:280px;
    background:url(loading.gif) no-repeat 50% 50%;
}

.theme-pascal .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:980px; /* Make sure your images are the same size */
    height:280px; /* 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:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}

.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;
}

.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:15px;
}

.theme-pascal a.nivo-prevNav {
	left:15px;
}

.theme-pascal .nivo-caption {
	position:absolute;
	top:auto;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	text-align:center;
}
.theme-pascal .nivo-caption p {
    padding:5px 15px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:12px;
}
.theme-pascal .nivo-caption a { 
    color:#FFFFFF;
    font-weight:bold;
    font-size:12px;

}

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