.contentslide{
	padding:10px;
	width: auto;
	height: auto;
	overflow:auto;
	}

.contentslide .contentdiv{
display: none;
}

.pagination{
		-moz-box-sizing:border-box;box-sizing:border-box;
	width:auto;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top:10px;

}

.pagination a, .pagination span{
	text-decoration: none;
	color:#000000;

	background-color:transparent;
	cursor:pointer;
	
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}

.pagination a:hover, .pagination a.selected, pagination span.over{
	font-weight:bold;

}