/*
 * jQuery Nivo Slider v2.5.2
 * 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;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	right: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:none;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:67px;
	top:52px;
	height:300px;
	width:380px;
	z-index:99;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	z-index:999;
	cursor:pointer;
}
#slider-wrapper {
    width:1000px;
    height:344px;
    margin:0 auto;
	position:relative;
	z-index:1;
}

#slider {
	background:none !important;
	position:relative;
}
#slider img {
	position:absolute;
	top:0px;
	right:0px;
	display:none !important;
}
.nivo-directionNav {
	position:absolute;
	top:320px;
	left:67px;
	z-index:999;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:right top;
	left:40px;
	top:0px;
}
	a.nivo-nextNav:hover {background-position:right bottom;}
a.nivo-prevNav {
	left:0px;
	top:0px;
	background-position:left top;
}
	a.nivo-prevNav:hover {background-position:left bottom;}

.nivo-caption {
   font-family: 'CalibriRegular';
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
	.nivo-caption p {
		width:100%;
		height:100%;
		margin:0;
	}
	.nivo-caption span.a {
		display:block;
		font-size:36px;
		line-height:1em;
		font-weight:normal;
	}
	.nivo-caption strong {
		display:block;
		font-size:36px;
		line-height:1em;
		font-weight:normal;
		color:#fff881;
		margin-bottom:10px;
	}
	.nivo-caption span.c {
		display:block;
		margin-bottom:40px;	
		font-size:20px;
		font-weight:normal;

	}
