/*
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.2
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default #slider {
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
.theme-default .nivoSlider {
	position: absolute;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
.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;
	height:20px;
	width:150px;
	position: absolute;
	left:50%;
	margin-left:-75px;
	bottom:0px;
	z-index:100000;
}
.theme-default .nivo-controlNav a {
	width:19px;
	height:5px;
	display:block;
	float:left;
	background:url(../images/bullets.png) no-repeat;
	_background:url(../images/bullets.gif) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
	font-size:0px;
	_display:inline;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -5px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:50px;
	height:50px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-50px 0;
	right:5%;
}
.theme-default a.nivo-prevNav {
	left:5%;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	position:absolute;
	right:20%;
	bottom:0px;
	padding:0; 
	height:85px; 
	width:500px; 
	z-index:1;

}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: 80px;
	height:50px;
	display:block;
	background: none;
	margin:0 5px;
	border:1px solid #7f7d71;
	float:left;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 80px;
	height: 50px;

}
.theme-default .nivo-controlNav a.active {
}