/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
.nivoSlider {
	top: 6px;
	position:relative;
	width:470px;
	height:300px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #696a6c;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	border: none !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

.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; }

.nivo-controlNav {
	margin: 24px 0 0;
	text-align: center;
}

.nivo-controlNav a {
	cursor:pointer;
	display: inline-block;
	margin: 0 4px;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
    background: url(../img/layout/slider-tabs.png);
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position: -25px 0;
}