/* Changed 03/10/2012  */

.banner_wrapper {
    background-color: #ffffff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

#slide-show {
    height: 300px;
    margin: 0 auto;
    max-width: 1386px;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-width: 1024px;
}

.home_banner {
	position:relative;
	width: 100%;
	overflow: hidden;
	min-height: 300px;
	background:#000 url(/images/rotator/nivo/loading.gif) no-repeat 50% 50%;
}
.home_banner img {
	position:absolute;
	top:0px;
	display:none;
}
.home_banner a {
	border:0;
	display:block;
}

#slider a{
    display:block;
}

/* If an image is wrapped in a link */
.home_banner 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:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Nav styles */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav {
	position:absolute;
	width: 141px;
	height: 40px;
	bottom: -20px;
	padding: 13px 0 0 31px;
	left:625px;
	z-index: 900;
}

.nivo-controlNav a {
	display:block;
	width:11px;
	height:12px;
	background:url(/images/rotator/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -12px;
}

.nivo-directionNav a {
	display:block;
	width:28px;
	height:28px;
	background:url(/images/rotator/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-28px 0;
	right:-14px;
}
a.nivo-prevNav {
	left:-14px;
}