/* CSS for slideshow divs (single column of thumbnails)*/
.img_border { border: 4px ridge #006600; }
.img_space { border: 2px solid transparent; }
.ctrl_margin { margin: 0px 1px; }
 @media screen {
.img_block_width { width:712px; }
.img_block { width: 712px; height: 462px; border: 0px; }
.img_main_outer { width: 612px; }
.img_main_block { width: 608px; height: 458px; float: left; }
.img_background { background-image: url(images/loading600x450.gif); }
.img_main { width: 600px; height: 450px; }
.img_tn_outer { width: 100px; }
.img_tn_sidebar { width: 100px; height: 456px; border: 0px; float: right; }
.img_tn_div { width: 96px; height: 73px; }
.img_tn { width: 88px; height: 65px; }
.img_title_div { width: 612px; }
.img_ctrl_div { width: 100px; }
}
 @media print {
 body { font-size: 12px; }
.img_block_width { width:532px; }
.img_block { width: 532px; height: 348px; border: 0px; }
.img_main_outer { width: 460px; }
.img_main_block { width:456px; height: 344px; float: left; }
.img_main { width: 448px; height: 336px; }
.img_tn_outer { width: 72px; }
.img_tn_sidebar { width: 72px; height: 344px; border: 0px; float: right; }
.img_tn_div { width: 68px; height: 54px; }
.img_tn { width: 60px; height: 46px; }
.img_title_div { width: 460px; }
.img_ctrl_div { width: 72px; }
}

