/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    width:960px;
    height:320px;
    margin:-30px auto -20px;
}

#slider {
	position:relative;
    width:960px;
    height:246px;
	background:url(../images/slideshow/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;
    right: 11px;
    top: 10px;
    z-index: 100;
}
.nivo-controlNav a {
	background: url("../images/slideshow/off.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 0;
    margin: 0 0 0 3px;
    overflow: hidden;
    padding: 15px 0 0;
    width: 20px;
}
.nivo-controlNav a.active {
	background: url("../images/slideshow/on.png") no-repeat scroll 0 0 transparent;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/slideshow/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
	text-align: left;
    font: 22px ColaborateRegular;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}