/*
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 {
	height: 264px;
	width: 975px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/slider-zemini.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.theme-pascal .nivoSlider {
	position: relative;
	width: 975px;
	height: 239px;
	background: url(loading.html) no-repeat 50% 50%;
}
.theme-pascal .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 973px; /* Make sure your images are the same size */
	height: 239px; /* Make sure your images are the same size */
	z-index: 0;
}
.theme-pascal .nivoSlider a {
    border:0;
    display:block;
}

.theme-pascal .nivo-controlNav {
	width: 250px;
	height: 40px;
	position: absolute;
	left: 375px; /* Tweak this to center bullets */
	bottom: -42px;
	z-index: 20;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 82px;
}
.theme-pascal .nivo-controlNav a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
	background-image: url(../images/control3.png);
	background-repeat: no-repeat;
}
.theme-pascal .nivo-controlNav a.active {
    background-position:0 -16px; margin-right:3px; padding:0;
}

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

.theme-pascal .nivo-caption {
	bottom: 15%;
	left: auto;
	right: 0;
	margin-right: 2px;
	overflow: hidden;
	max-width: 370px;
	/* change background color of the caption */
	text-shadow: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	opacity: 0.25;
	height: 100px;
	background-color: transparent;
}
.theme-pascal .nivo-caption h4{
	margin-bottom: 0px;
	color: #000;
	background: #fff;
	padding: 10px 15px;
	width: auto;
}
.theme-pascal .nivo-caption h5{
	margin-bottom: 0px;
	color: #fff;
	background: #000;
	padding: 10px 15px;
}

.theme-pascal .nivo-caption p {
    color:#cccccc;
    font-weight:normal;
	line-height:16px;
    font-size:14px;

}
.theme-pascal .nivo-caption a {
	color: #333;
	font-weight: bold;

}

.theme-pascal .ribbon {
	width: 111px;
	height: 111px;
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 300;
	background-image: url(ribbon.html);
	background-repeat: no-repeat;
}
