﻿
/* Slider
---------------------------------------- */

#slider-wrapper {
	position: relative;
	/*height: 400px;*/
	overflow: hidden;
	margin-bottom: 37px;
}
#slider {
	background: url(loading.gif) no-repeat 50% 50%;
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto;
    top: 0px;
    left: 0px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
    height: 100%;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	width: 100%;
	top:0px;
	left:0px;
}
/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	display: none !important;
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption .nivo-caption-inner {
	padding:0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:100%;
	height:20px;
	left:0;
	bottom:-20px;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav a {
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: absolute;
	top: 170px;
}

a.nivo-nextNav {
	background: url(button-right.png) no-repeat 0px 0px;
	right: 0px;
}
a.nivo-nextNav:hover {
	background: url(button-right.png) no-repeat 0px -50px;
	right: 0px;
}

a.nivo-prevNav {
	background: url(button-left.png) no-repeat 0px 0px;
	left: 0px;
}
a.nivo-prevNav:hover {
	background: url(button-left.png) no-repeat 0px -50px;
	left: 0px;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:100px;
	width:120px;
	height:auto;
}

