﻿.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 375px;
}
.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	width: 490px;
	height: 100%;
}
.pagination{
	width: 500px;
	text-align: center;
	padding: 5px 10px;
}
.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	font-weight:bold;
}
.pagination a:hover, .pagination a.selected{
	color:#000000;
	font-weight:bold;
}