/*
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 .nivoSlider {
	position: relative;
	background: #ffffff;
    margin-bottom: 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 {
	position:absolute;
	right: 5px;
	bottom: 5px;
	}
.theme-default .nivo-controlNav a {
	display:block;
	width:20px;
	height:20px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	}
.theme-default .nivo-controlNav a.active {
	background-position:0 -20px;
	}



.theme-default .nivo-directionNav a {
	display:none;
	width:45px;
	height:45px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	}
.theme-default a.nivo-nextNav {
	background-position:-45px 0;
	right:0px;
	}
.theme-default a.nivo-prevNav {
	left:0px;
	}



.theme-default .nivo-caption {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color: #444444;
	line-height:20px;
	}
.theme-default .nivo-caption a.slidetitle {
	display: block;
	float:left;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	color: #444444;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	outline:none;
	text-transform:uppercase;	
	}
.theme-default .nivo-caption a.slidetitle:hover {
	text-decoration: none;
	color: #779911;
	}
.theme-default .nivo-caption a.readmoreButton {
	display:block;
	float:left;
	height:20px;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color: #DD5500;
	text-decoration: none;
	padding: 0;
	margin: 10px 0 0 0;
	white-space:nowrap;
	outline:none;
	}
.theme-default .nivo-caption a.readmoreButton:hover {
	text-decoration: none;
	color: #779911;
	}
	
