/*
 * 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;
box-shadow: 0 0 5px 2px rgba(58,75,140,0.5);;
}
.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:55%px;
	top:0px;

text-align:left;
	width:45%;
height:100%
	z-index:10;
}
.nivo-caption p {
	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:50%;
	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:#fff url(loading.gif) no-repeat 50% 50%;
	margin-bottom:30px;
}
.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 {
	left:55%;
	right:0px;
	width:45%;
	overflow:hidden;

	text-shadow:none;
	font-family: arial, serif;
	color:#0a2973;
margin-bottom:20px;

}
.theme-pascal .nivo-caption p {
	padding:0px 15px 0px 0px;
	color:#000;
	font-size:14px;
	margin-bottom:20px;
}
.theme-pascal .nivo-caption p h2 {
	line-height: 1.2;
	color: #0a2896;
	font-family: 'VTB Group', sans-serif;
	text-transform: uppercase;
	font-style: normal;
}
.theme-pascal .nivo-caption p h2 font {
	color: #0a2896;
	font-style: normal;
}
.theme-pascal .nivo-caption p button {
	background: #ff0000;
	color: #fff;
}
.theme-pascal .nivo-caption a { 
	color:#0a2973;
	font-size:14px;
margin-bottom:20px;
}
.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;
}
.button {
   width:200px;
   border: 1px solid #DDD;
   border-radius: 3px;
   text-shadow: 0 1px 1px white;
   -webkit-box-shadow: 0 1px 1px #fff;
   -moz-box-shadow:    0 1px 1px #fff;
   box-shadow:         0 1px 1px #fff;
   padding: 6px 10px;
   white-space: nowrap;
   vertical-align: middle;
   color: #0a2973;
font-weight:bold;
text-align: center;
text-decoration: none!important;
font: 12px;
Arial,Helvetica,sans-serif;
text-overflow:ellipsis;
overflow: hidden;
   background: #d4e1f0;
   cursor: pointer;
}
.button:hover, .button:focus {
   border-color: #999;
   background: -webkit-linear-gradient(top, white, #d4e1f0);
   background:    -moz-linear-gradient(top, white, #d4e1f0);
   background:     -ms-linear-gradient(top, white, #d4e1f0);
   background:      -o-linear-gradient(top, white, #Ed4e1f0);
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   -moz-box-shadow:    0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
   box-shadow:         0 1px 2px rgba(0,0,0,0.25), inset 0 0 3px #fff;
}
.button:active {
   border: 1px solid #AAA;
   border-bottom-color: #CCC;
   border-top-color: #999;
   -webkit-box-shadow: inset 0 1px 2px #aaa;
   -moz-box-shadow:    inset 0 1px 2px #aaa;
   box-shadow:         inset 0 1px 2px #aaa;
   background: -webkit-linear-gradient(top, #d4e1f0, gainsboro);
   background:    -moz-linear-gradient(top, #d4e1f0, gainsboro);
   background:     -ms-linear-gradient(top, #d4e1f0, gainsboro);
   background:      -o-linear-gradient(top, #d4e1f0, gainsboro);
}