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

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