/*
Skin Name: Nivo Slider Clean Theme
Skin URI: http://apocalypseboy.com/
Description: It's cleaneriffic!
Version: 1.3
Author: Eric Barbosa Jr.
Author URI: http://apocalypseboy.com/
Supports Thumbs: false
*/

.theme-clean {
    margin: 0 0 1em;
}

.theme-clean .nivoSlider {
    font-family: arial, tahoma, sans-serif;
	position: relative;
	background: #fff;
    margin-bottom: 5px;                 
}

.theme-clean .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-clean .nivoSlider a {
	border: 0;
	display: block;
}

.theme-clean .nivo-controlNav {
	text-align: center;
	padding: 0;
}

.theme-clean .nivo-controlNav a {
    background: #eee;
    border: 0;
    color: #333;
    float: left;
    font-family: arial, tahoma, sans-serif;
    font-size: 13px;
    line-height: 1em;
	margin: 0 5px 0 0;
    padding: 5px 7px;
    text-align: center;
}

.theme-clean .nivo-controlNav a.active {
    background: #ccc;
    font-weight: normal;
}

.theme-clean .nivo-directionNav a {
    background: #fff;
    border: 0;
    color: #333;
	display: block;
    font-family: arial, tahoma, sans-serif;
    font-size: 16px;        
    line-height: 1em;
	opacity: 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;
    padding: 5px 7px;
}

.theme-clean:hover .nivo-directionNav a { 
    opacity: 1; 
}

.theme-clean a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}

.theme-clean a.nivo-prevNav {
	left: 15px;
}

.theme-clean .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-clean .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.theme-clean .nivo-caption a:hover {
    color: #fff;
}     
