/*

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

*/



.slider-wrapper {
	position:relative;
	margin:0; padding:0;
	width:940px; 
	z-index:99; 
}

.theme-default .nivoSlider img {

	display:none; 

}

.theme-default .nivoSlider a {

	border:0;

	display:block;

}



.theme-default .nivo-controlNav {

	position:absolute;

	right:20px;

	top:20px; display:block;

     /* Tweak this to center bullets */

}

.theme-default .nivo-controlNav a {

	display:block;

	width:15px;

	height:15px;

	background:url(bullets.png) no-repeat;

	text-indent:-9999px;

	border:0;

	margin-right:10px;

	float:left;

}

.theme-default .nivo-controlNav a.active {

	background-position:bottom;

}

.theme-default .nivo-directionNav {display:block !important;}

.theme-default .nivo-directionNav a {

	display:block;
	width:30px;
	height:30px;
	top:180px;
	text-indent:-9999px;
	position:absolute;
	border:0;
	z-index:999;
    background-image: url(arrow.png);
    background-repeat:no-repeat;
}

.theme-default a.nivo-nextNav {

	background-position:right 0;
	right:-14px;

}

.theme-default a.nivo-prevNav {

	left:-14px;
	background-position:left 0;
}



.theme-default .nivo-caption { font-family:verdana;}

.theme-default .nivo-caption a {

    color:#fff;

    border-bottom:1px dotted #fff;

}

.theme-default .nivo-caption a:hover {

    color:#fff;

}