/*
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
*/

.slider-wrapper.theme-default {
    position: relative;
    height: 377px;
}

.theme-default .nivoSlider {
	width: 635px;
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
    position: absolute;
	padding: 0px 0px;
    bottom: -4px;
    z-index: 100;
    width: 635px;
    text-align: center;  
}

.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	/*text-indent:-9999px;*/
	border:0;
	margin: 0;
}

.theme-default .nivo-controlNav a.active,
.theme-default .nivo-controlNav a:hover {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block; 
    width:32px; 
    color:#FFF; 
    cursor:pointer; 
    position:absolute; 
    height:32px; 
    z-index:40; 
    top:150px; 
    text-indent:-999px; 
    background:url(fleches.png) no-repeat !important; 
}

.theme-default:hover .nivo-directionNav a { opacity: 1; }

.theme-default a.nivo-nextNav {
    right:0px;  
    background-position: -32px 0 !important;
}

.theme-default a.nivo-nextNav:hover { background-position: 0 0; }

.theme-default a.nivo-prevNav {
	left:0px; 
    background-position: 0 0; 
}

.theme-default a.nivo-prevNav:hover { background-position: 0 0; }

.theme-default .nivo-caption a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.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;
}