.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: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;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #fff;
	color: #fff;
	width: 599px;
	z-index: 8;
}

.theme-default .nivo-caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    background-image: url(../img/site/slider/slider_info_bg.jpg);
    background-repeat: repeat-x;
    height: 59px;
    padding: 10px;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.nivo-caption p {
	padding:5px;
	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:9;
	cursor:pointer;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
    color: #fff;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/******************************************************/
.theme-default .nivo-controlNav {
	position:absolute;
	right:20px;
    top: 20px;
    display: none;
}

.theme-default .nivo-controlNav a {
	display:block;
	padding: 2px 5px;
	border:0;
	margin-right:3px;
	float:left;
    color: #000;
    background-color: #fff;
}

.theme-default .nivo-controlNav a.active {
	background-color: #000;
    color: #fff;
}

.theme-default .nivo-directionNav a {
	display: block;
	width:30px;
	height:50px;
	background:url(../img/site/slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.the_slider_wrapper{
  width: 970px;
  height: 285px;
}

.the_slider{
  width: 970px;
  height: 285px;
  z-index: 1;
  overflow: hidden;
}