/*
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.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default {
	position:relative;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
    bottom: 15px;
    left: 35px;
    position: absolute;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:7px;
	height:7px;
	background:url(bullets.png) no-repeat 0 0;
	font-weight:bold;
	font-size:0;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	border:0;
	margin:0;
	float:left;
	padding:0 4px 0 2px;
}
.theme-default .nivo-controlNav a.active,
.theme-default .nivo-controlNav a:hover {
	background:url(bullets.png) no-repeat 0 -7px;
	color:#FFF;
}

.theme-default .nivo-directionNav {
    display: block !important;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
    z-index: 10;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:20px;
	height:21px;
	background: url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	top:0;
}
.theme-default a.nivo-nextNav {
	background-position:-21px 0;
	right:10px;
}
.theme-default a.nivo-prevNav {
	right:60px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
	background:none;
	color:#534E48;
	font-weight:normal;
	bottom:40px;
	left:25px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}