.plato-pagination {
	padding-top: 5px;
}

.pp-hidden {
	display: none !important;
}

.pp-page {
	padding: 5px;
}

.pp-nav {
	margin-left: 15px;
}

.pp-current {
	text-decoration:underline !important;
}

.pp-loading {
	position: fixed;
	margin-left: 32px;
}

.pp-reload {
	position: fixed;
	margin-left: 12px;
	width: 20px;
	height:13px;
	background: url('img/reload.png') 0 -9px no-repeat;
}

.pp-reload:hover {
    cursor: pointer;
}

.pp-prev{
    position: fixed;
    width:12px;
    margin:-7px 0px 0px 0px;
    height: 24px;
    background: url('img/arrow_left.png') -40px -4px no-repeat; 
}

.pp-prev:hover{
    background: url('img/arrow_left.png') -20px -4px no-repeat;
    cursor: pointer;
}

.pp-next{
    position: fixed;
    width:12px;
    margin:-7px 0px 0px 0px;
    height:24px;

    background: url('img/arrow_right.png') -43px -4px no-repeat; 
}

.pp-next:hover{
    background: url('img/arrow_right.png') -23px -4px no-repeat;
    cursor: pointer;
}