/* -- Photo Gallery -- */
.photo_gallery .photo-nav {
float: right;
}
.photo_gallery .prev-image{
background: url("/includes/images/photo_left_toggle_23x22.png") no-repeat scroll 0 0;
height: 22px;
width: 23px;
display: block;
text-indent: -9999px;
float: left;
}
.photo_gallery .next-image {
background: url("/includes/images/photo_right_toggle_23x22.png") no-repeat scroll 0 0;
height: 22px;
width: 23px;
display: block;
text-indent: -9999px;
float: left;
}
.photo_gallery td.cell {
text-align: center;
}
