#slider {
	width:970px;
	height:330px;
	background:#383836 url(../images/nivo-slider/loading.gif) no-repeat 50% 50%;
}
/* Caption styles */
.nivo-caption {
	left:0px;
	bottom:0px;
	width:250px;
    padding-bottom: 65px;
	background: #000000;
}
.nivo-caption h1, .nivo-caption strong
{
    float:left;
    font: 18px Arial;
    color: #ffffff;
    padding-bottom: 10px;
}
.nivo-caption h1 span, .nivo-caption strong span
{
    float: left;
    width: 230px;
    font-size: 16px;
    color: #f2583e;
}
.nivo-caption p,
.nivo-caption .inner
{
    width:210px;
    font-size: 14px;
	padding: 20px 20px 0 20px;
	margin: 0;
}
.nivo-caption p p,
.nivo-caption .inner p
{
    float: left;
    font-size: 16px;
    padding: 0;
}
.nivo-caption p a,
.nivo-caption .inner a
{
	display:inline !important;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
    padding-left: 20px;
	background:url(../images/nivo-slider/bullet.png) no-repeat left 2px;
}
.nivo-caption p a:hover,
.nivo-caption .inner a:hover
{
    text-decoration: underline;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:100px;
	bottom:23px;
}
.nivo-controlNav a {
	display:block;
	width:16px;
	height:22px;
	background:url(../images/nivo-slider/bullets.png) no-repeat;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a
{
    bottom:20px;
	display:block;
	width:30px;
	height:30px;
	background:url(../images/nivo-slider/arrows.png) no-repeat;
	text-indent:-9999px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	left:60px;
}
a.nivo-prevNav {
	left:20px;
}
