/* Article page classes */
#photo_gallery_holder table td { vertical-align: top; }
.photo_gallery table { width: 100%; }
.photo_gallery table td { vertical-align: top; }
.photo_gallery p {margin: 0px; padding: 5px 0 15px 0; font-size: 14px; text-align: left;}
.photo_gallery_cell { width: 135px; padding-bottom: 15px; text-align: left; }
.photo_gallery_cell h1 { margin: 0px; padding: 0px; font-size: 12px; font-weight: bold;}
.photo_gallery_cell h2 { margin: 0px; padding: 0px; font-size: 12px; font-weight: normal;}
.photo_gallery_cell h3 { margin: 0px; padding: 0px; font-size: 12px; font-weight: normal; color: #999999;}
.photo_gallery_cell p {margin: 0px; padding: 0px; font-size: 12px; }
.photo_gallery_cell a, .photo_gallery_cell a:active, .photo_gallery_cell a:visited { text-decoration: none; color: #009900; }
.photo_gallery_cell a:hover { text-decoration: underline; }

.photo_viewer_item { text-align: center; }
.photo_viewer_description { padding: 5px 0; font-size: 14px; }

table.photo_viewer { margin: 0px auto; border-spacing: 0px; border-collapse: collapse; }
table.photo_viewer th { padding: 0px; }
table.photo_viewer td { padding: 5px 0 5px 0px !important; padding: 3px 0 7px 0px; background: #DD2026;}
table.photo_viewer td a, table.photo_viewer td a:visited, table.photo_viewer td a:active { color: #FFF; font-size: 12px; background-image: url(../images/list_arrow2.gif); background-repeat: no-repeat; background-position: left; padding-left: 7px; margin: 0 10px; text-decoration: none; cursor: pointer; font-weight: bold; }
table.photo_viewer td a:hover { color: #FC0; }
#photo_viewer_slider_bar { text-align: left; width: 340px !important; }

.photo_viewer_container { height: 250px; width: 333px; overflow: hidden; background: #EEE; }
#photo_viewer_main_image { height: auto; }
#photo_viewer_slider_bar { padding: 10px 0; margin: 0 auto; text-align: center; width: 428px;}
#photo_viewer_slider_bar .photo_tiles_holder { height: 63px; margin: 0 auto; overflow: hidden;}
#photo_viewer_slider_bar .photo_tiles { height: 63px; margin: 0 auto;}
#photo_viewer_slider_bar .photo_tiles div { display: block; cursor: pointer; float: left; margin: 0 3px; width: 82px; height: 61px; overflow: hidden; text-align: center; border: 1px solid #333333;}
#photo_viewer_slider_bar .photo_tiles div img { width: auto; height: 62px; margin: 0 auto;}
#photo_viewer_slider_bar .photo_tiles .selected { width: 74px; height: 53px; border: 5px solid #0B860A; }
#photo_viewer_slider_bar .slider_button { height: 27px; padding: 0 5px; vertical-align: middle;}

.photo_viewer_info { margin: 0 auto; text-align: center; width: 468px; font-size: 12px;}
.photo_viewer_info table { width: 100%; text-align: left; border-spacing: 0px; border-collapse: collapse; font-size: 12px; }
.photo_viewer_info table th { font-weight: bold; vertical-align: bottom; }
.photo_viewer_info table td { font-weight: normal; vertical-align: top; padding: 5px 0;}
.photo_viewer_info table th div { border-bottom: 1px solid #CCCCCC;}
.photo_viewer_info table div.title { width: 200px; }
.photo_viewer_info table div.photo_by { margin: 0 20px; width: 73px;}
.photo_viewer_info table div.date { width: 100px; }
.photo_viewer_info table div.views { width: 50px; }
