/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	float:right;
	top:0px;
	left:0px;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:50;
}
#content .nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	height:100%;
	width:35%;
	z-index:80;
}
#content .nivo-caption h4{
	color:#b9d199;
	padding: 10px 5px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:32px;
	font-style:normal;
	font-weight:bold;
}
#content .nivo-caption p{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 5px 5px 10px;
	text-transform:capitalize;
	font-size: 14px;
	text-shadow:1px #999;
	color:#FFF;
	line-height:20px;
	font-style:italic;
	margin:0;
}
.nivo-directionNav a {
	position:absolute;
	z-index:90;
	cursor:pointer;
}

.theme-default #slider {
    width:638px; 
    height:280px; 
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	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 -22px;
}

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