/*
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 {position:relative; background:url(loading.gif) no-repeat 50% 50%; background-color:transparent;}
.theme-default .nivoSlider img {

-webkit-border-top-left-radius: 134px;
-moz-border-radius-topleft: 134px;
border-top-left-radius: 134px;

-webkit-border-top-right-radius: 174px;
-moz-border-radius-topright: 174px;
border-top-right-radius: 174px;

-webkit-border-bottom-left-radius: 170px;
-moz-border-radius-bottomleft: 170px;
border-bottom-left-radius: 170px;

-moz-border-radius-bottomright: 0px;
-webkit-border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;

display: none; left: 0; position: absolute; top: 0;
}

.nivo-main-image {}

.theme-default .nivoSlider a {border:0; display:block;}

.theme-default .nivo-controlNav {text-align: center; padding: 20px 0;}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	/*height:22px;*/
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
	z-index:10000;
}
.theme-default .nivo-controlNav a.active {
}

.theme-default .nivo-directionNav a {
	display:block;
	width:26px;
	height:21px;
	text-indent:-9999px;
	border:0;
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
		z-index:10000;
		top:193px !important;

}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	right:15px;

}
.theme-default a.nivo-prevNav {
	left:8px;
	background:url(../../../images/css_images/lefT_arrow.png) no-repeat;

}

.theme-default .nivo-caption {

}


.theme-default .nivo-caption a {
    color:#fff;
	font-size:18px;
	text-decoration:none;
}
.theme-default .nivo-caption a:hover {
    color:#FFD452;
}

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