/*
 * 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
 */
 
/*
 * 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
 */
 

/* The Nivo Slider styles */
.slider-wrapper {
	position:relative;
	width: 90%; 
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
	height:auto;
}

.nivoSlider {
	position:relative;
	width:100%;
	overflow: hidden;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
	height:100% !important;
}

/* Control nav styles (e.g. 1,2,3...) */

.theme-default .nivo-controlNav {
	position: absolute;
    text-align: center;
    z-index: 9;
    bottom: 0;
    left: 0;
    right: 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url('../png/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a:hover {
	cursor:pointer;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}