﻿
/* Gallery Scroller Module */
.gallery_scroller_module							{ width: 167px; font-family: Arial; font-size: 11px; color: #777777; float: left; background: url(../img/bg/gallery_module.gif) repeat-x bottom left; }
.gallery_scroller_module h2							{ text-indent: -9999px; height: 33px; background: url(../img/ir/gallery_module_sml.gif) no-repeat; margin: 0; padding: 0; }
.gallery_scroller_module.extended_true h2			{ background: url(../img/ir/gallery_module_large.gif) no-repeat; }
.gallery_scroller_module.extended_true				{ width: 300px; }
.gallery_scroller_module div						{ border: 1px solid #e58fc4; border-top: 0px; float: left; }
.gallery_scroller_module.extended_true div			{ background: url(../img/bg/gallery_module_images.gif) no-repeat center 30px;  }
.gallery_scroller_module h3							{ float: left; margin: 5px 0 5px 5px; font-weight: normal; padding: 0; font-size: 11px; font-family: Arial; }
.gallery_scroller_module a.view_all					{ float: right; color: #777777; background: url(../img/btn/arrow_pink.gif) no-repeat scroll right center; padding: 0 9px 0 0; margin: 5px 5px 5px 0; }
.gallery_scroller_module ul							{ list-style: none; float: left; width: 100%; }
.gallery_scroller_module ul li						{ float: left; width: auto; }
.gallery_scroller_module ul li.prev,
.gallery_scroller_module ul li.next					{ width: 25px; height: 15px; margin: 35px 0 0; overflow: hidden; }
.gallery_scroller_module ul li.prev a,			
.gallery_scroller_module ul li.next a				{ text-indent: -9999px; width: 15px; height: 15px; display: block; }
.gallery_scroller_module ul li.prev a				{ background: url(../img/btn/gallery_prev.gif) no-repeat scroll 0 0; margin: 0 5px 0 5px; }
.gallery_scroller_module ul li.next	a 				{ background: url(../img/btn/gallery_next.gif) no-repeat scroll 0 0; margin: 0 5px 0 5px; }
.gallery_scroller_module ul li.prev_gallery,
.gallery_scroller_module ul li.next_gallery			{ width: 60px; }
.gallery_scroller_module ul li.prev_gallery			{ margin-left: 7px; }
.gallery_scroller_module ul li.next_gallery			{ margin-right: 7px; }
.gallery_scroller_module ul li.prev_gallery a,
.gallery_scroller_module ul li.next_gallery a		{ width: 53px; height: 38px; display: block; overflow: hidden; margin: 24px auto 0 auto; }
.gallery_scroller_module ul li.prev_gallery a img,
.gallery_scroller_module ul li.next_gallery a img	{ display: block; margin: 0 auto; width: 49px; }
.gallery_scroller_module ul li.current				{ width: 110px; }
.gallery_scroller_module ul li.current a			{ width: 110px; height: 83px; display: block; overflow: hidden; margin: 0 auto; }
.gallery_scroller_module ul li.current a img		{ display: block; margin: 0 auto; }
.gallery_scroller_module ul li.current span			{ font-weight: bold; text-align: center; display: block; margin: 5px 0 5px 0; }