/*** Container ***/
#slider-container {
	width: 760px;
	height: 260px;
	position: relative;
	float: right;
}

#slider {
	visibility: hidden;
	width: 760px;
	height: 260px;
}

.slider-inner {
   	width: 100%;
	height: 260px;
}

#pager {
	position: absolute;
	bottom: 26px;
	right: 40px;
	z-index: 100;
}

#pager a {
	display: block;
	background: url(../../images/sliderButtons.png) no-repeat;
	width: 18px;
	height: 18px;
	float: left;
	text-indent: -9999em;
	margin-right: 5px;
}

#pager a.activeSlide {
	background: url(../../images/sliderButtons.png) no-repeat -18px 0;
}