/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	display:inline-block;
	height: 318px;
	/*padding-top: 74px;*/
    width: 968px;
	padding-bottom: 16px;
}
#slider {
	/*  background: url("../images/loading.gif") no-repeat scroll 50% 50% transparent;*/
    height: 318px;
	/*margin-left: 190px;*/
    position: relative;
	width: 968px;
	overflow:hidden;
}
#slider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#slider a {
    border: 0 none;
    display: block;
}
.nivo-controlNav {
	/*bottom: -42px;*/
	position: fixed;
	_position: absolute;
	top: 318px;
	z-index: 99;
	text-align:center;
	margin: 0 0 0 390px;
	left:48%;
	height:5px;
	/*margin:auto;
	width:450px;
    left: 450px;*/
}
.nivo-controlNav a {
    background: url("../images/slide/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 5px;
    margin-right: 8px;
    text-indent: -9999px;
    width: 5px;
}
.nivo-controlNav a.active {
    background-position: 0 -5px;
}
.nivo-directionNav a {
    background: url("../images/slide/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 5px;
    text-indent: -9999px;
    width: 5px;
}
a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
a.nivo-prevNav {
    left: 15px;
}
.nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
    text-shadow: none;
}
.nivo-caption a {
    color: #EFE9D1;
    text-decoration: underline;
}
.clear {
    clear: both;
}
