/*
 * jQuery Nivo Slider v2.4
 * 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
 */
 
 @font-face {
	font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing: antialiased;
	font-weight:normal;
	font-style:normal;
	font-family: 'FrutigerRoman';
	src: url('../fonts/Frutiger55Roman.eot'); /* IE6-IE9 */
	src: local('Frutiger55Roman'), 
		 url('../fonts/Frutiger55Roman.otf') format('opentype'), /* Chrome */
		 url('../fonts/Frutiger55Roman.ttf') format('truetype'), /* Modern Browsers */
		 url('../fonts/Frutiger55Roman.woff') format('woff'), /* Firfox 3.5 */
		 url('../fonts/Frutiger55Roman.svg#svgFontName') format('svg'); /* Legacy iOS */
}
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	/*-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;*/
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.5; /* Overridden by captionOpacity setting */
	width:72% !important;
	z-index:89;
	padding:2% 2% 2% 2%;
	-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;
}
.nivo-caption p {
	padding:10px;
	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;
/*	bottom:10px;*/
	z-index:99;
	*z-index:99;
	cursor:pointer;
	background-color:#0FF;
	/*top:1000;*/
}
.nivo-prevNav {
	right:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
/*.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}*/



#slider {
	position:relative;
    width:996px;
    height:250px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
	margin:2px 0 0 0;
	left:-185px;
	/*margin:75px 0 0 0;*/
}
#slider img {
	position:absolute;
	width:996px;
    height:250px;
	top:0px;
	left:0px;
	display:none;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
.nivo-controlNav {
	position:absolute;
	right:-26px;
	top:312px;
	z-index:99;
	width:207px;
	height:30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
/*.nivo-directionNav a {
	display:block;
	width:27px;
	height:35px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	cursor:pointer;
}*/
.nivo-directionNav a {
	display:block;
	width:44px;
	height:44px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:99;
	*z-index:999;

}
a.nivo-nextNav {
	background-position:-49px 0;
	right:8px;
	top:106px;
	*z-index:99;
}
a.nivo-prevNav {
	right:945px;
	top:106px;
	*z-index:99;
}
.nivo-caption {
    text-shadow:none;
    font-family:'FrutigerRoman',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px; line-height:24px;
	padding:10px 270px 10px 10px;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
.clear {
	clear:both;
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/*#reachus .nivo-controlNav {
	position:absolute;
	left:142px;
	bottom:10px;
	border:#006 solid 0px;
}
#reachus .nivo-controlNav a {
	display:block;
	width:6px;
	height:6px;
	background:url(../images/hmap-bullet.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}
#reachus .nivo-controlNav a.active {
	background-position:-18px 0;
}*/

