.sliderwrapper {
	height: 280px;
	overflow: hidden;
}

.sliderwrapper .contentdiv {
	height: 280px;
	left: 0;
	padding: 5px;
	position: relative;
	top: 0;
	visibility: hidden;
	width: 100%
}

.sliderwrapper .contentdiv img {
	height: 280px;
}

.sliderwrapper .contentdiv h3 {
	background: url(../images/transparent.png) repeat-x;
	bottom: 0px;
	left: 8px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 3px 4px 3px;
	position: absolute;
	width: 96%
}

.sliderwrapper .contentdiv h3 a {
	color: #fff
}

.sliderwrapper .contentdiv h3 a:hover {
	color: #0078d3
}

.pagination {
	background: #fff;
	padding: 2px 0 2px 5px;
	text-align: left;
	width: 100%;
	margin: 10px 0;
}

.pagination a {
	font-size: 14px;
	font-weight: normal;
	padding: 0 5px;
	background-color: #cccccc;
	color: #cccccc
}

.pagination a:hover, .pagination a.selected {
	background-color: #0078d3;
	color: #0078d3
}

.pagination a.prev {
	background: url(../images/prev.png) no-repeat 4px 4px;
	width: 6px;
	display: none;
}

.pagination a.next {
	background: url(../images/next.png) no-repeat 4px 4px;
	width: 6px;
	display: none;
}