.sliderwrapper{
	position: relative;
	overflow: hidden;
	width: 196px;
	height: 200px;
}

.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2ECE4;
}

.pagination{
	width: 196px;
	text-align: right;
}

.pagination a{
	text-decoration: none;
	color: #990000;
	width: 196px;
}

.pagination a:hover, .pagination a.selected{
	color: #990000;
}

.sliderwrapper2{
	position: relative;
	overflow: hidden;
	width: 314px;
	height: 123px;
}
.sliderwrapper2  .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	width: 314px;
	height: 120px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2ECE4;
}

.pagination2{
	text-align: right;
	padding: 2px;
}

.pagination2 a{
	text-decoration: none;
	padding: 2px;
}

.pagination2 a:hover, .pagination2 a.selected{
	color: #990000;
}

.sliderwrapper3{
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 120px;
}
.sliderwrapper3  .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	width: 450px;
	height: 120px;

	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2ECE4;
}

.pagination3 {
	text-align: center;
	background-color: #0033FF;
	visibility: hidden;
	height: 0px;
}

.pagination3 a{
	text-decoration: none;
	padding: 0px;
}

.pagination3 a:hover, .pagination3 a.selected{
	color: #CC6600;
}
