.sliderwrapper {
	border: 0px solid navy; border-image: none; width: 100%; height: 450px; overflow: hidden; position: relative;
}
.sliderwrapper .contentdiv {
	background: no-repeat top white; padding: 1px; left: 0px; top: 0px; width: 100%; height: 450px; visibility: hidden; position: absolute; opacity: 1; -moz-opacity: 1;
}
.pagination {
	padding: 5px 10px; width: 400px; text-align: right; background-color: navy;
}
.pagination a {
	background: white; padding: 0px 5px; color: rgb(0, 0, 125); text-decoration: none;
}
.pagination a:hover {
	color: rgb(0, 0, 0); background-color: rgb(254, 228, 150);
}
.pagination a.selected {
	color: rgb(0, 0, 0); background-color: rgb(254, 228, 150);
}
