.contentslide{
	-moz-box-sizing:border-box;box-sizing:border-box;
	padding:0px;
	width: auto;
	height: auto;
	overflow:auto;
	border-left: 0px solid gray;
	border-right: 0px solid gray;
	border-top: 0px solid gray;
	background:#666666;
	padding: 0px;
	}

.contentslide .contentdiv{
display: none;
}

.pagination{
	background:#666666;
	width:auto;
	-moz-box-sizing:border-box;box-sizing:border-box;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top:5px;
	color:#ffffff;

}

.pagination a, .pagination span, .pagination a:link {
	text-decoration: none;
	color:#ffffff;
	font-size: 12px;

	background-color:transparent;
	cursor:pointer;
	font-weight:bold;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
}

.pagination a:active, .pagination a:hover, .pagination a.selected, pagination span.over{
	font-weight:bold;
	border-bottom: 1px solid #27AAE1;
	border-left: 1px solid #27AAE1;
	border-right: 1px solid #27AAE1;
	border-top: 1px solid #27AAE1;
	color:#ffffff;
	text-decoration: none;
}