.sliderwrapper{
	position: relative;
	overflow: hidden;
	border-bottom-width: 6px;
	width: 560px;
	height: 400px;
	background: #D1D1D1;
	margin-bottom: 10px;
}
.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	padding: 4px;
	width: 552px;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: center;
	background: #D1D1D1;
}
.pagination {
	width: 560px;
	text-align: left;
	padding: 5px;
}
.pagination.contact {
	padding: 5px 0;
}
.pagination a {
	text-decoration: none; 
	border: #D1D1D1 4px solid;
	margin-right: 4px;
	float: left;
	display: block;
}
.pagination a:hover, .pagination a.selected {
	border: #16953E 4px solid;
}
.pagination a img {
	display: block;
}
#gal {
	float: right;
	width: 560px;
	margin: 15px 0 15px 15px;
}
