/*
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 {
	background: url(../../images/slide/loading.gif) no-repeat 50% 50%;
	
}
.theme-default .nivoSlider img {
}
.theme-default .nivoSlider a {
}
.theme-default .nivo-controlNav {
	padding: 0px;
	position: relative;
	top: -27px;
	left: 438px;
}
.theme-default .nivo-controlNav a {
	width: 30px;
	height: 15px;
	background: url(../../images/slide/pagination.gif) no-repeat;
	text-indent: -9999px;
	margin: 0px;
	display: block;
	float: left;
}
.theme-default .nivo-controlNav a.active,
.theme-default .nivo-controlNav a:hover {
	background-position:0 -15px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:35px;
	height:68px;
	background:url(../../images/slide/arrows.gif) no-repeat;
	text-indent:-9999px;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-35px 0;
}
.theme-default a.nivo-prevNav {
}

.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;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}