/*
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 {
	margin-top:100px;
    width:1039px;
    height:662px;
    position:relative;
}

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

.theme-pascal .nivo-controlNav {
    position:absolute;
	left:91%;
	bottom:6px;
    margin-left:-5px; /* Tweak this to center bullets */
	z-index:9999;
}
.theme-pascal .nivo-controlNav a {
    display:none;
    width:11px;
    height:36px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
	position:relative;
    float:left;
}
.theme-pascal .nivo-controlNav a.active {
    background-position:0 -36px;
}

.theme-pascal .nivo-directionNav a {
	display:none;
}

.theme-pascal .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;
}
.theme-pascal .nivo-caption p {
    padding:5px 15px;
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}
.theme-pascal .nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

.theme-pascal .ribbon {
    background:url(featured.png) no-repeat;
    width:910px;
    height:45px;
    position:absolute;
    top:0px;
    left:10px;
    z-index:300;
}

#playPauseButton{position: relative;
top: 205px;
z-index: 9999;
left: 915px;}

.rr3{background:url(pause.png) 0 0 no-repeat}
.pause{ background-position: left bottom}

#add_box{ float:left; width:284px; padding:7px; height:160px; background:url(bg_add_box.gif) no-repeat; margin-right:12px; line-height:14px}
#add_box h2{ margin:4px 0 8px; font-size:15px; line-height:16px}
#add_box h3{margin:4px 0 6px; font-size:10px; font-family:tahoma; line-height:13px}
#add_box a:link, #add_box a:visited{ color:#FFFFFF; text-decoration:none; display:block}
#add_box a:hover{color:#333}
#add_box #add1{width:132px; height:138px; padding:5px; float:left; background:url(bg_add1.gif) no-repeat}
#add_box #add2{width:132px; height:138px; padding:5px; float:left; background:url(bg_add2.gif) no-repeat}
#add_box #add3{width:132px; height:138px; padding:5px; float:left; background:url(bg_add3.gif) no-repeat}
#add_box #map{float:left; margin-left:3px}

.nivoSlider img {
position:absolute;
top:0px;
left:0px;
/*visibility:hidden;*/
}