/* --- PAGINATOR ------------------------------ */
#container_paginator {
    color: #666;
    font: 14px/24px sans-serif;
    /* width: 600px; */
	margin: 0 auto;
}
.paginator {
    height:28px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none !important;
    color: #f7931e !important;
    /* text-shadow: 0px 1px 0px rgba(255,255,255, 1); */
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #f7931e;
    /* box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8); */
    color: #f0f0f0 !important;
    /* text-shadow: 0px 0px 3px rgba(0,0,0, .5); */
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
.detaljno-manje-slike {
	width: 100px;
	height: 70px;
	margin: 10px 5px 10px 5px;
	border-radius: 3px;
    border: solid 1px #c0c0c0;
}