/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */
#slider {
	position:relative;
    background:url(../images/loading.gif) no-repeat 50% 50%;
    width: 938px;
    height: 230px !important;
    margin: 0 auto 60px;
}
#slider .desc {
	font-size: 12px;
    margin: 0px 0 0 0px;
    padding:0;
	color:#fff !important;
}
.tit {
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  margin-bottom: -5px;
  display: block;
  font-family: 'Comic Sans MS';
}
/* 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: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;
}
.nivo-caption {
	position:absolute;
	left:15px;
	background:#b5423b;
	opacity:0.8; /* Overridden by captionOpacity setting */
    filter: alpha(opacity=80);
    width: 220px !important;
	z-index:8;
    bottom: 0px;
    padding: 16px 20px 20px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
    color: #000 !important;
    line-height: 22px;
}
.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;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}




/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  bottom: -42px;
  left: 45%;
  z-index: 9999999;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
    text-indent: -9999;
    background: url(../images/nivobutton.png) no-repeat;
    display: block;
    float: left;
    height: 18px;
    margin-right: 7px;
    text-indent: -9999px;
    width: 19px;
}
.nivo-controlNav a.active {
    background: url(../images/nivobutton.png) no-repeat scroll right;
}
#slider img {
  display: none !important;
}
#slide-bottom {
  background: url(../images/slide.png) no-repeat;
  width: 938px;
  height: 28px;
  position: relative;
  top: -88px;
  left: 11px;
  z-index: 88888888;
}
#slidesep {
  width: 938px;
  height: 7px;
  background: url(../images/sepsl.gif) repeat-x;
  margin: -28px auto 30px auto;
}