/*
 * 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
 */
 
 
/* The Nivo Slider styles */
#flyerflip {
position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%;
		margin-top:25px;
		height:290px;
}
#flyerflip img {
	position:absolute;
  height:290px;
	left:0px;
	display:none;
		
}
#flyerflip a {
	border:0;
	display:block;

}

.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;
	z-index:60;
	display:none;
}
.nivo-controlNav {
	position:absolute;
	right:0px;
	top:-25px;
}
.nivo-controlNav a {
	display:block;
	font-weight:bold;
	width:20px;
	height:20px;
  background-color:black;
	border:0;
	text-align:center;
	margin:2px;
	float:left;
	font-family: Helvetica, Arial, sans-serif;
	padding-top:2px;

}
.nivo-controlNav a.active {
	color:white
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
position:absolute;
	background-position:-30px 0;
	right:15px;
	top:125px;
}
a.nivo-prevNav {
  position:absolute;
	left:15px;
	top:125px;

}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}