<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Product Gallery*/
.list_carousel {width: 100%; height:300px; position:relative; overflow:hidden;}
.list_carousel h2 { float:left; }
.list_carousel li{text-align:center;background:url(gallery-bg.jpg) left top no-repeat; width:235px; height: 218px; margin:0 5px 0 5px; display:block; float:left; position:relative; padding-top:11px; cursor:pointer;}
.list_carousel li img{ background:url(loading.gif) center center no-repeat}
.list_carousel li:hover{background:url(gallery-bghover.jpg) left top no-repeat;text-shadow:#0094DB 0 2px 10px;}
.list_carousel li a{color:#0b3869;}
.list_carousel li:hover a{color:#fff;text-decoration:none;}
.list_carousel li span{display:block; font: italic 18px/22px Georgia, "Times New Roman", Times, serif; padding-top:6px;}
.pager{float:right; margin-top:15px;}
.pager a { margin:0 3px; display:block; float:left; width:22px; height:22px; background:url(marker-3.jpg) left top no-repeat; font-size:0; position:relative;}
.pager a.selected {background:url(marker-3.jpg) -26px top no-repeat;}</pre></body></html>