#pagination {
	float:right;
}

#pagination a {
        background-color:#ed1163;
        color:white;
        float:left;
		display:inline;
		margin:3px;
		cursor:pointer;
		cursor:hand;
		padding-left:5px;
		padding-right:5px;
        line-height:20px;
}

#pagination a:hover {
        background-color:#7b3a00;
}

#pagination a.current {
        background-color:#7b3a00;
}

.kop {
	float:left;
	margin:3px;
}



.active_page {
	
}

.inactive_page {
	display:none;
}

.current_page {
	font-weight:bold;
}

.arrow {
	display:none;
}

.arrow_back {

}

.arrow_forward {

}
