/* Image gallery styles */
/***************************************************************************************/
.imageGallery  .data
	{ position: relative; overflow: auto; margin-top: 10px; }
.imageGallery .loading
	{ float: left; background: url(../../images/loading_medium.gif) no-repeat center; border: 1px solid #ccc; display: none; }
.imageGallery .image
	{ float: left; margin-right: 10px; }
.imageGallery .image IMG
	{ border: 1px solid #ccc; }
.imageGallery .description
	{ float: left; width: 230px; }

.imageGallery .pagerbg
	{ position: relative; height: 39px; background: url(../../images/bg_pager.gif) no-repeat right; }
.imageGallery .pagerbg .pagertitle
	{ position: absolute; left: 5px; top: 11px; font-size: 13px; font-weight: bold; color: #fff; }
.imageGallery .pagerbg .pageprev
	{ position: absolute; width: 30px; height: 30px; top: 5px; right: 45px; background: url(../../images/button_prev.gif) no-repeat; }
.imageGallery .pagerbg .pagenext
	{ position: absolute; width: 30px; height: 30px; top: 5px; right: 5px; background: url(../../images/button_next.gif) no-repeat; }
.imageGallery .pagerbg .pageprev:hover
	{ background: url(../../images/button_prev_1.gif) no-repeat; }
.imageGallery .pagerbg .pagenext:hover
	{ background: url(../../images/button_next_1.gif) no-repeat; }

#gallery
	{ overflow: hidden; }
#gallery_thumbbar
	{ position: relative; padding: 0px; overflow: hidden; white-space: nowrap; height: 125px; width: 100%; display: block; }
#gallery_thumbstrip
	{ position: relative; z-index: 0; }

#gallery_thumbbar DIV.fadeLeft
	{ position: absolute; top: 0; left: 0; width: 40px; height: 100%; background: url(../../images/fadeedge_left.png) repeat-y; display: none; z-index: 1; }
#gallery_thumbbar DIV.fadeRight
	{ position: absolute; top: 0; right: 0; width: 40px; height: 100%; background: url(../../images/fadeedge_right.png) repeat-y; display: none; z-index: 2; }

#gallery_thumbstrip IMG
	{ border: 1px solid #444; margin: 1px 3px 1px 1px; position: relative; cursor: pointer; }
#gallery_thumbstrip IMG.current
	{ border: 2px solid black; margin: 0px 2px 0px 0px; }

#gallery_view
	{ position: relative; height: 422px; padding: 5px 0; margin: 5px 0; border: 1px solid #444; border-width: 1px 0; }
#gallery_view_images
	{ position: relative; float: left; height: 420px; width: 480px; margin-right: 20px; }
#gallery_view_header
	{ font-size: 18px; margin-top: 60px; }
#gallery_view_text
	{ }
#gallery_image1
	{ position: absolute; z-index: 0; visibility: hidden; border: 1px solid #444; }
#gallery_image2
	{ position: absolute; z-index: 1; visibility: hidden; border: 1px solid #444; }

#gallery_loading
	{ position: absolute; left: 520px; top: 0px; width: 50px; height: 50px; background: url(../../images/loading_medium.gif) no-repeat center; z-index: 3; }
#gallery_controls
	{ position: absolute; left: 495px; top: 10px; width: 100px; height: 50px; display: none; }

#gallery_prev
	{ background: url(../../images/bg_button_prev.gif) no-repeat center; width: 44px; height: 42px; display: block; float: left; }
#gallery_next
	{ background: url(../../images/bg_button_next.gif) no-repeat center; width: 44px; height: 42px; display: block; float: left; }


