/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
 

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	position:absolute; 
	z-index:1000;
	top:470px;
	left:517px;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:14px;
	 background:url(../images/sprite.png) -166px -9px no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background:url(../images/sprite.png) -183px -9px no-repeat;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:15px;
	height:48px;
	background-image:url(../images/banner-arrow-left.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	border:0;	
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-image:url(../images/banner-arrow-right.png); background-repeat:no-repeat;
	width:15px;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}



