.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	background:#fff url('../images/ajax-loader.gif') no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.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;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* 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; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
}

    .nivo-caption b {
        text-align: right;
    }

.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    font-size: 0px;
    cursor: pointer;
    width:30px;
    height:30px;
    position: absolute;
    top: 45%;
    z-index: 9;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}
.nivoSlider:hover .nivo-directionNav a {
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=1);
}
.nivo-prevNav {
	left:10px;
	background:url('../images/arrows.png') no-repeat left center;
}
.nivo-nextNav {
	right:10px;
	background:url('../images/arrows.png') no-repeat right center;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
    border-bottom: 4px double #A8A8A8;
    padding: 5px 0px;
}
.nivo-controlNav a {
	display:inline-block;
    width:22px;
    height:22px;
    background:url('../images/bullets.png') no-repeat;
    font-size: 0px;
    margin: 0 2px;
    cursor: pointer;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}


table #slider {
    height: 500px;
}
