/* nivo slider styles */

.nivo_wrapper {
	background-color: #FFF;
	position:relative;
	height:290px;
	width:960px;
	margin:0px;
	padding:0px 0px 7px 0px;
}

.nivo-controlNav {
	position:absolute;
	top:20px;
	right:20px;
	height:20px;
	z-index:999;
}

.nivo-controlNav a {
	float:left;
	display:block;
	width:20px;
	height:20px;
	text-indent:-999em;
	margin:0px 0px 0px 10px;
}

.nivo-controlNav a.active, .nivo-controlNav a.active:hover {
	width:14px;
	height:14px;
}

.nivo-directionNav a {
	position:absolute;
	top:160px;
	right:35px;
	display:block;
	width:27px;
	height:27px;
	text-indent:-999em;
	z-index:999;
}

a.nivo-nextNav {
	right:25px;
	background-image:url(../img/ico_arrow_right.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0px 0px;
	background-position-x:0;
	background-position-y:0;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

a.nivo-prevNav {
	right:0;
	left:25px;
	background-image:url(../img/ico_arrow_left.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0px 0px;
	background-position-x:0;
	background-position-y:0;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

.nivo-directionNav a:hover {
	background-position:50% 100%;
	background-position-x:50%;
	background-position-y:100%;
}

