/*
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 {
    width:980px;
    height:400px;
    margin:0 auto;
    padding-top:0px;
    position:relative;
}

.theme-pascal .nivoSlider {
    position:relative;
    width:980px;
    height:400px;
    margin-left:0px;
    background:url(loading.gif) no-repeat 50% 50%;
}
.theme-pascal .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:980px;
    height:400px; 
}
.theme-pascal .nivoSlider a {
    border:0;
    display:block;
}

.theme-pascal .nivo-controlNav {
    width:251px;
    height:20px;
    position:absolute;
    left: 20px; /* Tweak this to center bullets */
    bottom: 5px;
    z-index:20;
}
.theme-pascal .nivo-controlNav a {
    display:block;
    width:14px;
    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:65px;
	height:79px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-pascal a.nivo-nextNav {
	background-position:-65px 0;
	top: 150px;
	right: 0px;
}
.theme-pascal a.nivo-prevNav {
	top: 150px;
	left: 0px;
}

.theme-pascal .nivo-caption {
    top: 30px;
    right: 0px;
	padding: 15px;
	text-align: center;
    left: auto;
    width: 200px;
	height: 80px;
    max-width: 220px;
    overflow: hidden;
	background: transparent;
    text-shadow: none;
    font-family: arial, serif;
}
.theme-pascal .nivo-caption p {
    font-family: arial, helvetica;
	display: block;
	float: left;
	width: 200px;
    color: rgb(255,255,255);
    font-weight: normal;
    font-size: 20px;
	text-align: center;
	padding: 0;
	margin-top: -12px;
}

.theme-pascal .nivo-caption a { 
    font-family: arial, helvetica;
	display: block;
	float: left;
	width: 200px;
    font-size: 12px;
    color: rgb(190,190,190);
    font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/*
.theme-pascal .ribbon {
    background:url(ribbon.png) no-repeat;
    width:111px;
    height:111px;
    position:absolute;
    top:-8px;
    left:-8px;
    z-index:300;
}