/**** slide gallery ****/

#gal_bottom_ABS{ position:absolute; }
#gal_bottom{ clear:both; height:59px; position:relative; top:-82px; }
#gal_bottom .gal_left{ width:194px; float:left; position:relative; }
#gal_bottom .gal_left .head{ width:180px; height:12px; border-bottom:solid 1px #2f4798; position:absolute; top:-13px; left:14px; }
#gal_bottom .gal_left .text{ margin-left:27px; width:167px; height:59px; background-color:#cad0d7; }
#gal_bottom .gal_left .text img{ padding:14px 0px 0px 14px; }
#gal_bottom .gal_right{
  width:729px; height:53px; float:left; padding-top:5px; background:url(/images/gal_bottom_bg.jpg) center right #cad0d7 no-repeat;
}
#gal_bottom .scroll_buttons{ position:absolute; width:70px; height:51px; top:5px; left:837px; }
#gal_bottom .scroll_buttons .sep{ position:absolute; top:15px; left:41px; width:1px; height:21px; background-color:#2f4899; }

/***** SLIDE GALLERY ***************/

.slide_gallery { clear:both; display:none; width:640px; height:51px; }
.slide { overflow:hidden;width:645px; height:51px; }
.scroller {white-space:nowrap; width:5000px; height:51px; }
.scroller img { margin-right:9px; float:left; display:block; width:99px; }

a.scroll_button_right, a.scroll_button_left {
  display:block;background-repeat:no-repeat; position:absolute; top:15px; width:9px; height:21px; background-position:center center;
}

a.scroll_button_left {background-image:url(/images/gal_left.gif); left:28px; }
a.scroll_button_right {background-image:url(/images/gal_right.gif); left:48px; }

a.disabled_button_left, a.disabled_button_right {
  background-image:none !important;
}


/***********************************/

