#slideshow {
	z-index: 0;
}
#home-rotator-container {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index: 0;
	height:500px;
}
#home-rotator .cycle-slideshow {
	width:3000px;
}
#home-rotator .cycle-slideshow img {
	width: 1000px;
	height: 500px;
	z-index: 0;
	margin:0;
}
/*#home-rotator .cycle-slideshow img  { width: auto; height: auto; }*/

    #home-rotator .cycle-slideshow {
	position:absolute;
	top:0;
	left:0;
	z-index: 0;
}
#arrowContainer {
	z-index: 5000;
	width: 1000px;
	height: 25px;
	position: relative;
	top: -275px;
	margin-left: auto;
	margin-right: auto;
}
#pager-container {
	z-index: 5000;
	width: 1000px;
	position: relative;
	top: -43px;
	right: -30px;
	margin: 0 auto;

}
#prev {
	float: left;
	padding-left:0px;
}
#next {
	float: right;
	padding-right:0px;
}
#cycle-pager {
	display: block;
}
.example-pager {
	width:20%;
	z-index: 5001;
	overflow: hidden;
	float:right;
	margin:0;
	display:block;
}
.example-pager span {
	font-size: 50px;
    line-height:15px;
    padding: 0;
	height: 18px;
	display: inline-block;
	color: #ddd;
	background:#FFF;
	margin:0;
	float:right;
}
.example-pager span.cycle-pager-active {
	color: #b41019;
}
.example-pager > * {
	cursor: pointer;
}
