/*
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
*/
.nivoSlider
{
	position: relative;
	left: -20px;
	background: #FFF url(loading.gif) no-repeat 50% 50%;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.nivoSlider IMG
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.nivoSlider A
{
	border: 0;
	display: block;
}
.nivo-controlNav
{
	position: absolute;
	left: 50%;
	bottom: -42px;
	margin-left: -40px;
/*Tweak this to center bullets*/
}
.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;
}
.nivo-controlNav A.active
{
	background-position: 0 -22px;
}
.nivo-directionNav A
{
	display: block;
	width: 30px;
	height: 30px;
	background: url(arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
A.nivo-nextNav
{
	background-position: -30px 0;
	right: 15px;
}
A.nivo-prevNav
{
	left: 15px;
}
.nivo-caption
{
	font-family: Helvetica, Arial, sans-serif;
	z-index: 2;
	width: 50%;
	/*+border-radius:20px;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px 20px 20px 20px;
	display: block;
	/*+placement:margin-auto 0px 360px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 360px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}
.nivo-caption A
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
.excerpts-container
{
	display: none;
}
.nivo-caption A:hover
{
	color: #FFF;
}
.nivo-slice
{
	position: absolute;
	top: 0;
	left: 0;
}
.nivoSlider .nivo-box
{
	/*+placement:displace 0px 0px;*/
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
}