#thumbs_container {
	border:0 none;
}
#thumbs_container .prev {
    background: url("/modules/photo/media/arrow_left.png") no-repeat scroll 10px transparent;
    border: 0 none;
    height: 48px;
    width: 30px;
}
#thumbs_container .next {
    background: url("/modules/photo/media/arrow_right.png") no-repeat scroll 15px transparent;
   	border: 0 none;
    height: 48px;
    width: 30px;
}
#thumbs_container .prevFast {
    background: url("/_.gif") no-repeat scroll center center transparent;
	border: 0 none; 
    height: 48px;
    width: 20px;
}
#thumbs_container .nextFast {
    background: url("/_.gif") no-repeat scroll center center transparent;
	border: 0 none;    height: 48px;
    width: 20px;
}
