/* ------ Slider ----- */

.slider { width: 550px; position: relative; height:250px; }

.slides { position: absolute; left: 0px; background:none; border:none; }

.previous a {background: url(../homeImages/leftArrow.gif);no-repeat; }
.next a { background: url(../homeImages/rightArrow.gif); no-repeat;}
.pager a { background: url(../homeImages/greyCircle.gif) no-repeat; }
.pager a:hover, .pager a.activeSlide {background: url(../homeImages/darkCircle.gif) no-repeat;  }


.previous { left: 688px; padding-top:20px; position: absolute; top: 440px; display: none; width: 10px; height: 8px; text-indent:0px;}
.next { left: 790px; position: absolute; top: 440px; display: none; width: 10px; height: 8px; text-indent:0px}

.pager {
	position: absolute;
	padding-left:708px;
	z-index: 100;
	top: 440px;
	display:none;
	
}

.pager a { display: block; width: 16px; height: 16px; float: left; text-indent: -9999px; }
