﻿/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	margin:0 auto;
	background:url(images/loading.gif) no-repeat 50% 50%;
	}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}


.nivo-directionNav a {
	display:block;
	width:35px;
	height:34px;
	background:url(images/arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:200px;
	
}
a.nivo-nextNav {
z-index:100;
	background-position:0 -35px;
	right:-24px;
}
a.nivo-prevNav {
z-index:100;
	left:-14px;
}
