/*
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:relative;
	overflow: hidden;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index: 0;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
	z-index: 500;
}
.theme-default .nivo-controlNav {
	position:absolute;
	margin-left:0px; /* Tweak this to center bullets */
	z-index: 500;
	top: -8px;
	right: 0px;
	margin-top: 10px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	z-index: 500;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -16px;
	z-index: 500;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:12px;
	height:12px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:0px 20;
	top: -50px;
	left: 950px;
}
.theme-default a.nivo-prevNav {
	top: -50px;
	right: 0px;
}
