/* The Nivo Slider styles */
.slider-hotsite {
	width: 900px;
	margin: 0 auto;
}
.theme-nivo { 
	position: relative;
}
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* 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: 6;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img { display: block; }
/* The slices and boxes in the Slider */
.theme-nivo .nivo-controlNav {
    background: url(../img/control-nav.png) no-repeat;
    width: 72px;
    height:13px;
	position:absolute;
	left:50%;
	bottom: -4px;
    margin-left:-51px; /* Tweak this to center bullets */
    z-index:210;
    padding:15px 13px 15px 17px;
    opacity:0.5;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.theme-nivo:hover .nivo-controlNav {
    opacity:1.0;
}
.theme-nivo .nivo-controlNav a {
	display:block;
	width:11px;
	height:12px;
	background: url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-nivo .nivo-controlNav a.active {
	background-position:0 -12px;
}

.theme-nivo .nivo-directionNav a {
	display: block;
	width: 43px;
	height:43px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
    opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
	position: absolute !important;
	z-index: 99999;
}
.theme-nivo:hover .nivo-directionNav a { opacity: 1; }
.theme-nivo a.nivo-nextNav {
	background-position:-43px 0;
	right:360px;
	top: 280px;
}
.theme-nivo a.nivo-nextNav:hover {
	background-position:-43px -43px;
}
.theme-nivo a.nivo-prevNav {
	left:360px;
    top: 280px;
}
.theme-nivo a.nivo-prevNav:hover {
	background-position:0 -43px;
}