@charset "UTF-8";
/* CSS Document */

#slider {
     position:relative;
     background:url(../../_images/loading.gif) no-repeat scroll 0 0 transparent;
	 width:685px; 
}
#slider img {
     position:absolute;
     top:0px;
     left:0px;
     display:none;
}

#slider a{
	display:block;
}


.nivo-controlNav {
padding-right:15px;
padding-left:0px;
float:right;
padding-bottom:0px;
padding-top:6px;
}
.nivo-controlNav a {
	display:block;
	z-index:99;
	background:url(../../_images/hammer.png) no-repeat 0px 0px;
	float:left;
	margin:5px;
	overflow:hidden;
	width:20px;
	cursor:pointer;
	text-indent:-3000em;
	position:relative;
	height:20px;	
}
.nivo-controlNav a.active {
	background-image:url(../../_images/hammer_active.png);
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
/*	background: url(../../_images/arrows.png) no-repeat;
*/	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}
