/* Article page classes */
.photo_viewer_container { width: 122px; height: 163px; }
#photo_viewer_main_image { width: 122px; height: 163px; }
#photo_viewer_slider_bar { text-align: center; }
#photo_viewer_slider_bar .photo_tiles_holder { width: 35px; height: 47px; text-align: center; margin: 0 auto; }
#photo_viewer_slider_bar .photo_tiles { width: 35px; height: 47px; }
#photo_viewer_slider_bar .photo_tiles div { margin-bottom: 5px; width: 35px; height: 47px; text-align: center; border: 1px solid #333333;}
#photo_viewer_slider_bar .photo_tiles div img { width: 35px; height: 47px; }
#photo_viewer_slider_bar .photo_tiles .selected { width: 35px; height: 47px; border: 2px solid #1373b9; }


