/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	width: 920px;
	height: 400px;
	float: left;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFF;
}
#slider img {
	/* [disabled]position:absolute; */
	/* [disabled]top:0px; */
	/* [disabled]left:0px; */
	/* [disabled]width: 600px; */
	/* [disabled]height: 310px; */
	display:none;
}
#slider a {
	border:0;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom: 11px; /* Put the nav below the slider */
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right: 24px;
	margin-left: 24px;
}

#slider_wrap{
	width:100%;
	height:400px;
	float: left;
	background-color: #333;
	}

/*.nivo-controlNav {
	position:absolute;
	left:0%;
	bottom:-15px;
}*/

/*.nivo-controlNav a {
	display:block;
	width:140px;
	height:60px;
	[disabled]background:url(images/0012_thumb.jpg) no-repeat; 
	text-indent:-9990px;
	border:0;
	margin-right:10px;
	float:left;
}*/

/*#slider .nivo-controlNav a.active {
	border: 1px solid #FFF;
}*/

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

