<style type="text/css">#grpSlides { height: 170px; width: 152px; margin: 4px auto;}#slideBox {text-align:center;}#slideDescription {font-size:14pt;}</style><script type="text/javascript">$(document).ready( function() { $("img[title*='- Click to advance to the next image.']").each(function(){ $(this).attr("title",$(this).attr("title").replace(" - Click to advance to the next image.","")).parent().attr("target","").facebox(); }) var nextImg = '>'; var prevImg = '<'; var openGallery = 'Open Gallery'; $('a[id*="_lnkFullGallery"]').html(openGallery).parent().wrap("<div id='slideBox'></div>"); var galleryLink = '<a href="#" id="slidePrev">'+prevImg+'</a> ' + $("#slideBox > span").html(); galleryLink += ' <a href="#" id="slideNext">'+nextImg+'</a><div id="slideDescription"></div>'; $("#slideBox").html(galleryLink); $('#grpSlides').unbind().cycle({ fx: 'fade', speed: 'fast', timeout: 6000, next: '#slideNext', prev: '#slidePrev', after: slideDes });})function slideDes() { $('#slideDescription').html($(this).find('img').attr('title'));}</script>
<script type="text/javascript">$(document).ready(function(){ var nextImg = '>'; var prevImg = '<'; var openGallery = 'Open Gallery'; $("a[id*='lnkFullGallery']").html(openGallery).wrap("<div id='slideBox'></div>"); var prevLink = '<a href="javascript:pickImage(false)">'+prevImg+'</a> '; var nextLink = ' <a href="javascript:pickImage(true)">'+nextImg+'</a>'; $("#slideBox").prepend(prevLink).append(nextLink).parent().css('margin','');})function pickImage(nxt) { galleryPaused = true; var tmp = $("#imgCaptionDiv").html(); var indx = 0; var imglen = imgList.length-1; for (k=0;k<imglen+1;k++){ if (imgDescList[k]==tmp) indx = k; } if (nxt) { indx++ } else { indx-- } if (indx > imglen) indx = 0; if (indx < 0) indx = imglen; showGalleryImage(imgList[indx].toString(), imgDescList[indx].toString());}var showGalleryImage = function(sGalleryImgPath, sDescription){ imgHolder.fadeOut('2500', function(){ imgHolder.attr("src", sGalleryImgPath); imgHolder.bind("click", function(){jQuery.facebox('<center><img src="'+sGalleryImgPath+'"><br><br><div class="desc">'+sDescription+'</div>') }); imgHolder.parent().attr("href", "javascript:void(0);"); jQuery("#imgCaptionDiv").html(sDescription); imgHolder.fadeIn('1500', function() { } ); });}</script>
<script type="text/javascript"> $(document).ready(function(){ var minimumHeight = 500; var maximumWidth = 1000; $('#imgPlaceDiv').css({ 'min-height':minimumHeight, 'height':'', 'width':'' }); $('#imgWrapperAnchor').css({ 'max-height':'', 'max-width':'' }).attr('title',''); $('#imgGalleryImage').css({ 'max-height':'', 'max-width':maximumWidth }).unbind(); $('#imgCaptionDiv').css({ 'text-align':'center', 'width':'' }); }) var showGalleryImage = function(sGalleryImgPath, sDescription) { $('#imgGalleryImage').fadeOut('slow', function(){ $('#imgGalleryImage').attr('src', sGalleryImgPath.replace(/axst_/,'')).load(function(){ $('#imgGalleryImage').fadeIn('slow'); $('#imgCaptionDiv').html(sDescription); }); }); } </script>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>