.contentslide{
	border: none;

	padding: 15px;
	width: 330px;
	height: 150px;
	z-index: 5;
	position: absolute;
	left: 540px;
	top: 470px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
	display: none;
	color: #888888;
	letter-spacing: 1px;
}

.pagination{
	width: 330px;
	height: 150px;
	text-align: left;
	background-color: #000000;
	border:none;
	border-width: 0 10px;
	padding: 0 0 4px 0;
	position: absolute;
	left: 540px;
	top: 470px;
}

* html .pagination{
	width: 330px;
	w\idth: 350px;
	left: 540px;
	top: 470px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #000000;
	background-color: #000000;
	height: 150px;
	width: 330px;
	left: 540px;
	top: 470px;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #000000;
}

