.slider-box-hover{
	padding-top:20px;
	padding-bottom:10px;
}

.slider-wrapper { 
	width: 92.4%; 
	margin: 0px auto;
	position:relative;
	height:auto;
	overflow:hidden;
}
/*
 * jQuery Nivo Slider v3.0.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.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;
	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%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.nivo-caption h1 {
    background: none repeat scroll 0 0 #B90000;
    padding: 6px;
    position: absolute;
    bottom: 130px;
    z-index: 100;
	left:20px;
    margin: 10px;
}
.nivo-caption h1 a{
	color:#fff;
}
.nivo-caption p {
	margin-top:10px;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
	position:absolute;
	top:10px;
	z-index:9;
	cursor:pointer;
	width:26px;
	height:26px;
	text-indent:-99999px;
	
}/*
.nivo-prevNav{
	background:url(../images/slider/nivo-nav.png) no-repeat 0 0;
	right:40px;
}
.nivo-nextNav {
	background:url(../images/slider/nivo-nav.png) no-repeat -34px 0;
	right:10px;
}
.nivo-nextNav:hover {
	background-position:-34px -34px;
}
.nivo-prevNav:hover{
	background-position:0px -34px;
}
*/
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: right;
}
.nivo-controlNav a {
    cursor: pointer;
	display:inline-block;
	width:8px;
	height:8px;
	background:#a5a6a9;
	text-indent:9999px;
	border:0;
	margin: 0 2px;
}
.nivo-controlNav a.active {
	background:#b90000;
}
.nivoSlider a {
	border:0;
	display:block;
}
