


#slider {
	position:relative;
    width:618px;
    height:246px;
    margin-left:3px;
	
	
}
#slider img {
	position:absolute;
	top:0px;
	left:2px;
	display:lock;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}