/*
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 {
    /*background:url(slider.png) no-repeat;
    width:800px;
    height:350px;*/
    margin:0 auto;
    /*padding-top:16px;*/
    position:relative;
}

.theme-pascal .nivoSlider {
    position:relative;
    /*width:960px;
    height:210px;*/
    /*margin-left:17px;*/
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-pascal .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-pascal .nivoSlider a {
    border:0;
    display:block;
}

.theme-pascal .nivo-controlNavLeft {
    /*background:url(controlnavleft.png) no-repeat;*/
		float:left;
    width:60px;
    height:40px;
    z-index:20;
}

.theme-pascal .nivo-controlNavRight {
    /*background:url(controlnavright.png) no-repeat;*/
		float:right;
		width:60px;
    height:40px;
    z-index:20;
}

.theme-pascal .nivo-controlNav {
    /*background:url(controlnav.png) repeat-x;*/
    height:40px;
		position:absolute;
		left:50%;
		bottom:-5px;
		padding:8px 0 0 0;/* Tweak this to center bullets*/
    z-index:20;
}
.theme-pascal .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url(bullets.png) no-repeat;
		text-indent:-9999px;
    float:left;
		background-position:4px 0;
}
.theme-pascal .nivo-controlNav a.active {
    background-position:4px -22px;
}

.theme-pascal .nivo-directionNav a {
	display:block;
	width:33px;
	height:42px;
	/*background:url(arrows.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}
.theme-pascal a.nivo-nextNav {
	background-position:-66px 0;
	right:0px;
	top:41%;
}
.theme-pascal a.nivo-prevNav {
	left:0px;
	top:41%;
}

.theme-pascal .nivo-caption {
    bottom:40%;
    left:auto;
		right:0px;
    width:auto;
    max-width:928px;
    overflow:hidden;
    background:#fff;
    text-shadow:1px 1px 1px #FFF, 3px 3px 5px #999;
    font-family: arial, serif;
    color:#000000;
		border: 1px solid #CCCCCC;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		border-radius: 10px 0px 0px 10px;
}
.theme-pascal .nivo-caption {
    padding:10px 30px 10px 10px;
    color:#000000;
    font-weight:bold;
    font-size:24px;
    /*text-transform:uppercase;*/
}
.theme-pascal .nivo-caption a { 
    color:#C60;
    font-weight:bold;
    font-size:24px;
    /*text-transform:uppercase;*/
}

.theme-pascal .ribbon {
   /* background:url("ribbon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:111px;
    height:111px;*/
    position:absolute;
    top:-9px;
    left:-12px;
    z-index:6;
}