@CHARSET "UTF-8";
/** SCROLLING */
a.scroll:link, a.scroll:active, a.scroll:visited { display: inline-block; color: #3333CC; text-decoration: none; padding: 5px; margin: 0px 8px 0px 0px; }

a.current:link, a.current:active, a.current:visited, a.current:hover { background: #EAEDF7; color: #3333CC; text-decoration: none; padding: 5px; }
a.choose {
 display: inline-block; color: #3333CC; text-decoration: none; padding: 5px;margin-right:2px;
}
a.choose:hover { background: #EAEDF7; color: #3333CC; }

a.first:link, a.first:active, a.first:visited { background: url(../images/libs/nav/first_h.gif) 50% 50% no-repeat; }
 a.first:hover { background: url(../images/libs/nav/first.gif) 50% 50% no-repeat; }

a.last:link, a.last:active, a.last:visited { background: url(../images/libs/nav/last_h.gif) 50% 50% no-repeat; }
 a.last:hover { background: url(../images/libs/nav/last.gif) 50% 50% no-repeat; }

a.next:link, a.next:active, a.next:visited { background: url(../images/libs/nav/next_h.gif) 50% 50% no-repeat; }
 a.next:hover { background: url(../images/libs/nav/next.gif) 50% 50% no-repeat; }

a.prev:link, a.prev:active, a.prev:visited { background: url(../images/libs/nav/prev_h.gif) 50% 50% no-repeat; }
 a.prev:hover { background: url(../images/libs/nav/prev.gif) 50% 50% no-repeat; }

.scroll_select { color: #7E7E7F; float: right; padding-left: 15px; vertical-align: baseline; }
/* END OF SCROLLING */