
#slider {
	position:relative;
	min-height:236px;
	margin:0px 0px 0px 42px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	 width:559px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}



.nivo-controlNav {
	position:absolute;
	left:65%;
	bottom:-16px;
}

*HTML, HTML* .nivo-controlNav {
	position:absolute;
	left:65%;
	bottom:-20px;
}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

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



.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode:bicubic;
}

