/* Slider
---------------------------------------- */
#slider-wrapper {
	height: 275px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
#slider {
	position: relative;
	width: 750px;
	height: 275px;
	background: url(images/loading.gif) no-repeat 50% 50% #ffffff;
}
#slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#slider a {
  border: 0;
  display: block;
}
/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
}
.nivoSlider img {
  position: absolute;
  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 {
	position: absolute;
	right: 0px;
	color: #FFF;
	opacity: 0.8;
	z-index: 89;
	font-size: 28px;
	line-height: 34px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	filter: none !important;
	padding: 10px;
	top: 10px;
	max-width:750px;
}
.nivo-caption p {
  margin: 0;
}
.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;
	font-size: 100px;
	float: left;
	margin-top: 85px;
}
.nivo-nextNav {
	right: 0px;
	float: right;
	margin-top: 85px;
	font-size: 100px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	z-index: 98;
	height: 25px;
	bottom: 0;
	text-align: center;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	right: 0px;
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: inline-block !important;
	width: 20px;
	height: 20px;
	float: left;
	text-decoration: none;
	background-color: #9c9c9c;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 1px;
	text-align: center;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
}
.nivo-directionNav a {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	border: 0;
	top: 50%;
	background: url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {
	right: 6px;
	background-image: url(images/next_slide.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 22px;
	margin-top: -10px;
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	left: 0px;
	background-image: url(images/prew_slide.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 22px;
	margin-top: -10px;
}
a.nivo-prevNav:hover {
}
#slider .nivo-controlNav img {
  display: inline;
  /* Unhide the thumbnails */

  position: relative;
  margin-right: 10px;
  width: 120px;
  height: auto;
}