/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:618px;
    height:246px;
    /*margin-left:190px;*/
	background:url(../../images/slider/loading.gif) no-repeat 50% 50%;
	
	/*z-index: 500;*/
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:10px;
	bottom:10px;
	
	z-index: 400;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../images/slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	
	z-index:99;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:29px;
	height:79px;
	background:url(../../images/slider_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	
	z-index:99;
}
a.nivo-nextNav {
	background-position:-29px 0;
	right: -5px;
	top: 138px;
	/*right:15px;*/
}
a.nivo-prevNav {
	left: -5px;
	top: 139px;
	/*left:15px;*/
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	
	background-color: transparent;
	width: 239px;
	height: 335px;
	
	padding-top: 25px;
	padding-left: 20px;
	
	z-index: 75;
	
	background: url(../../images/caption_bg.png) left top no-repeat;
}

.nivo-caption p {
	color: #ffffff;
	padding: 3px 3px;
	text-shadow: 0.1em 0.07em 0.1em #000000;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

