#main .galink a.prev  {
margin:0;
padding : 6px;
width : 12px;
height : 13px;
text-decoration : none;
background: #ffffff url(img/prevGrey.gif) center center no-repeat;
}

#main .galink a:hover.prev {
margin:0;
padding : 6px;
width : 12px;
height : 13px;
text-decoration : none;
background: #ffffff url(img/prevBlk.gif)  center center no-repeat;
}

#main .galink a.pause  {
margin:0 5px;
padding : 7px 6px;
width : 12px;
height : 13px;
text-decoration : none;
background: #ffffff url(img/pauseGrey.gif) center center no-repeat;
}

#main .galink a:hover.pause {
margin:0 5px;
padding : 7px 6px;
width : 12px;
height : 13px;
text-decoration : none;
background: #ffffff url(img/pauseBlk.gif)  center center no-repeat;
}

#main .galink a.next  {
margin:0;
padding : 7px 6px;
width : 12px;
height : 13px;
text-decoration : none;
background: #ffffff url(img/nextGrey.gif) center center no-repeat;
}

#main .galink a:hover.next {
margin:0;
padding : 7px 6px;
width : 12px;
height : 13px;
text-decoration : none;
background: #ffffff url(img/nextBlk.gif)  center center no-repeat;
}
