/*
 * jQuery Nivo Slider v2.7
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
Skin Name: Pascal Theme
Skin URI: http://nivo.dev7studios.com
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:0 auto;
	position:relative;
}
.theme-pascal .nivoSlider {
	position:relative;
	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-controlNav {
	position:absolute;
	bottom:-30px;
}
.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:-25px;
}
.theme-pascal a.nivo-prevNav {
	left:-25px;
}
.theme-pascal .nivo-caption {
	bottom:40%;
	left:auto;
	right:0px;
	width:auto;
	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;
}
.theme-pascal .nivo-caption a { 
	color:#333;
	font-weight:bold;
	font-size:27px;
}
.theme-pascal .nivo-caption {
	bottom:40%;
	left:auto;
	right:0px;
	width:auto;
	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;
}
.theme-pascal .nivo-caption a { 
	color:#333;
	font-weight:bold;
	font-size:27px;
}

.theme-pascal .nivoRibbon1 {
	background:url(ribbon1_red.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}
.theme-pascal .nivoRibbon2 {
	background:url(ribbon2_red.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}
.theme-pascal .nivoRibbon3 {
	background:url(ribbon3_red.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}
.theme-pascal .nivoRibbon4 {
	background:url(ribbon4_red.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}

.theme-pascal .nivoRibbon1blue {
	background:url(ribbon1_blue.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}
.theme-pascal .nivoRibbon2blue {
	background:url(ribbon2_blue.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}
.theme-pascal .nivoRibbon3blue {
	background:url(ribbon3_blue.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}
.theme-pascal .nivoRibbon4blue {
	background:url(ribbon4_blue.png) no-repeat;
	width:111px;
	height:111px;
	left: -5px;
	top: -5px;
	position:absolute;
	z-index:300;
}