/*Start Slider Css*/
/*
* jQuery Nivo Slider v2.6
* 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
* Customized and introduced by http://www.shareallworld.info
* March 2010
*/
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.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;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}
.nivo-directionNav a, .nivo-directionNav a:hover {
	position:absolute;
	top:45%;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index:9;
	cursor:pointer;
	background-image: url(../Images/nivo_button.png);
}
.nivo-prevNav {
	left: 10px;
	background-position: top left;
}
.nivo-prevNav:hover {
	background-position: bottom left;
}
.nivo-nextNav {
	right: 10px;
	background-position: top right;
}
.nivo-nextNav:hover {
	background-position: bottom right;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align:right;
	padding: 5px 0;
	z-index: 999;
	text-indent: -99999px;
}
.nivo-controlNav a {
	cursor:pointer;
	display:inline-block;
	width:12px;
	height:9px;
	padding: 0;
	background: url(../Images/bullet_nivo.png) top left no-repeat;
	border:0;
	margin: 0 2px;
	color: #010101;
	text-align: center;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	background: url(../Images/bullet_nivo.png) bottom left no-repeat;
	text-decoration: none;
	color: #1037b9;
}
/*
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
Developer: http://www.shareallworld.info
*/

.theme-pascal {
	width:1349px;
	height:590px;
	margin:0 auto;
	position:relative;
	z-index: 1;
}
.theme-pascal .nivoSlider {
	position:relative;
	width:100%;
	height:100%;
}
.theme-pascal .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:100%; /* Make sure your images are the same size */
	height:100%; /* Make sure your images are the same size */
}
.theme-pascal .nivo-directionNav a {
	display:block;
}
/*End Slider Css*/
