/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 @font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#CalibriRegular') format('svg');
}

@font-face {
    font-family: 'CalibriBold';
    src: url('../fonts/calibrib.eot');
    src: url('../fonts/calibrib.eot') format('embedded-opentype'),
         url('../fonts/calibrib.woff') format('woff'),
         url('../fonts/calibrib.ttf') format('truetype'),
         url('../fonts/calibrib.svg#CalibriBold') format('svg');
}

@font-face {
    font-family: 'pt_sansregular';
    src: url('../fonts/pts55f-webfont.eot');
    src: url('../fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pts55f-webfont.woff') format('woff'),
         url('../fonts/pts55f-webfont.ttf') format('truetype'),
         url('../fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
 #slider-wrapper {
    width:1000px;
    height:368px;
    margin:0 auto;
    padding:0;
}

#slider {
	position:relative;
    width:1000px;
    height:368px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:20px;
	bottom:20px;
}
.nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/bullets.png) no-repeat;
	border:0;
	margin-right:3px;
	float:left;
	font:normal 2px/20px Arial, Helvetica, sans-serif; color:#eeeeee; text-align:center;
}
.nivo-controlNav a.active {
     width:20px;
	height:20px;
	background:url(../images/bullets_active.png) no-repeat;
	border:0;
	margin-right:3px;
	float:left;
	font:normal 2px/20px Arial, Helvetica, sans-serif; color:#8e8269; text-align:center;}

.nivo-directionNav a {
	display:block;
	width:38px;
	height:38px;
	
text-indent:-500000px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
    background:url(../images/next.png) no-repeat;
}
a.nivo-prevNav {
	left:15px;
    background:url(../images/prev.png) no-repeat;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
 
/* 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;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:auto;
min-height:50px;
padding:17px 10px;
}
.nivo-caption h3 {
	padding:5px 5px 0px 5px;
	margin:0;
    font-family: 'CalibriRegular';
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.nivo-caption h3 span, h4 span, h5 span{
	font-weight:bold;
}
.nivo-caption h4 {
	padding:2px 0 0 40px;
	margin:0;
    font-family: 'CalibriRegular';
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.nivo-caption h5 {
	padding:2px 0 0 80px;
	margin:0;
    font-family: 'CalibriRegular';
	font-size:20px;
	color:#fff;
	font-weight:normal;
}
.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%;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}