@charset "UTF-8";
/* CSS Document */

a#next, a#previous {width: 10px; height: 19px; display: block;}
a#next {background: url(/photogallery/images/arrow-right.png) no-repeat top;}
a#previous {background: url(/photogallery/images/arrow-left.png) no-repeat top;}
a#next:hover {background-position: 0px -19px;}
a#previous:hover {background-position: 0px -19px;}