﻿.contentslide {
	width: 470px;
	height: 246px;
	background-color: #d8d8d8;	
	text-align: center;
	background-image: url('../images/mnstback.jpg');
	overflow: hidden;
}
.contentslide .opacitylayer {
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.contentdiv {
	width:464px;
	height:100%;
	text-align: center;
	overflow: hidden;
	margin-top: 3px;
	margin-left:3px;
	margin-right:3px;
}

.pagination {
	text-align: center;
	width: 470px;
	background-image: url('../images/paginateback.jpg');
}
.pagination a {
}
.pagination a:hover, .pagination a.selected {
}
