#Cycle {
	background: url(../images/slideshow_bg.png) left top no-repeat;
}
#Cycle img {
	width: 284px !important;
	height: 188px !important;
}
#Pager {
	margin-top: 7px;
	margin-left: 7px;
	font: 8px/8px Arial, Helvetica, sans-serif;
	position: relative;
	top: 0;
	left: 0;
}
#Pager a {
	width: 9px;
	height: 9px;
	color: #cad19d;
	background: #cad19d;
	display: inline-block;
	margin-right: 2px;
	overflow: hidden;
}
#Pager a.activeSlide {
	color: #839f4f;
	background: #839f4f;
}
#Pager a:focus {
	outline: none;
}