/*
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%;
	margin-bottom:0;
	z-index:80;
}
.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;
	padding: 5px 0;
	margin-top:0px;
	z-index:100;
	position:absolute;
	width:100%;
	height:10px;
	left:0;
	bottom:3px;
	margin: 0;
}
.theme-default {
	position:relative;
}
.nivo-controlNav-ws {
	position:relative;
}
.theme-default .nivo-controlNav a {
	text-align: center;
	display:inline-block;
	width:50px;
	height:10px;
	background:#FFF;
	text-indent:-9999px;
	border:0;
	margin:0 3px;
}
.theme-default .nivo-controlNav a.active {
	background:#00ac49;
}
.theme-default .nivo-controlNav a:hover {
	background:#f78900;
}

.nivo-controlNav-ws a {
	width:30px !important;
	height:35px !important;
	background:#4c4c4c url(slider_nav_ws.png) no-repeat !important;
}
.nivo-controlNav-ws a.active {
	width:30px !important;
	height:35px !important;
	background:#4c4c4c url(slider_nav_ws_active.png) no-repeat !important;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:50px;
	height:100px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	-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;
}
/*.theme-default:hover .nivo-directionNav a { opacity: 1; }*/
.theme-default a.nivo-nextNav {
	right:125px;
	top: auto;
	bottom:30px !important;
	margin-top: -15px;
	width:17px;
	height:29px;
	background: url(sl_next.png) no-repeat center center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index:2200;
}
.theme-default a.nivo-nextNav:hover {
}
.theme-default a.nivo-prevNav {
	left:auto;
	right:185px !important;
	top:auto;
	bottom:30px !important;
	margin-top: -15px;
	width:17px;
	height:29px;
	background:url(sl_prev.png) no-repeat center center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index:2200;
}
.theme-default a.nivo-prevNav:hover {
}

.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 {
	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;
	height: auto;
}
.theme-default .nivo-controlNav {
	//margin-top:0 !important;
}