/*

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:#fff 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:30px;

	width:200px;

	position: absolute;

	/* left:50%;
	
	margin-left:-60px; */
	right: 10px;

	bottom:10px;

	z-index:10;

}

.theme-default .nivo-controlNav a {

	width:26px;

	height:26px;

	display:block;

	float:left;

	/* background:url(../images/bullets.png) no-repeat;
	
	_background:url(../images/bullets.gif) no-repeat; */
	background: rgb(143, 150, 186);
	border-radius: 50%;

	/* text-indent:-9999px; */

	border:0;

	line-height: 26px; text-align: center;

	margin: 0 5px;
	color: #fff;

	font-size:12px;

	_display:inline;

}

.theme-default .nivo-controlNav a.active {

	background-position:0 -5px;
	background: #f00;

}



.theme-default .nivo-directionNav a {

	display:block;

	width:30px;

	height:30px;

	background:url(../images/arrows.png) no-repeat;

	text-indent:-9999px;

	border:0;

}

.theme-default a.nivo-nextNav {

	background-position:-30px 0;

	right:15px;

}

.theme-default a.nivo-prevNav {

	left:15px;

}



.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:1000;



}

.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 {

}