/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:absolute;
	background:url(./ajax-loader.gif) center no-repeat;
    width:940px;
	height:450px;
}
.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;
	bottom:-50px;
	position: absolute	;
	width:100%;

}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width:14px;
	height:15px;
	background:url(./bullets.png) no-repeat 0 -15px;
	text-indent:-9999px;
	border:0;
	margin-right:5px;
	cursor:pointer;
}
.theme-default .nivo-controlNav a:hover {

	background:url(./bullets.png) no-repeat 0 -30px;

}
.theme-default .nivo-controlNav a.active {
	background-position:0 0;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:80px;
	height:80px;
	/*background:url(arrows.png) 0px 0px no-repeat;*/
	text-indent:-9999px;
	border:0;
}



.theme-default a.nivo-nextNav {
	background:url(./arrow-next.png) 0px -80px no-repeat;
	/*background-position:-70px 0;*/
	right:-45px;
}

.theme-default a.nivo-nextNav:hover {
	background-position: 0px -160px;
	right:-45px;
}
.theme-default a.nivo-nextNav:active {
	background-position: 0px 0px;
	right:-45px;
}

.theme-default a.nivo-prevNav {
	background:url(./arrow-prev.png) 0px -80px no-repeat;
	left:-43px;
}

.theme-default a.nivo-prevNav:hover {
	left:-43px;
	background-position:0px -160px;
}
.theme-default a.nivo-prevNav:active {
	left:-43px;
	background-position:0px 0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}