$(function() {
    $('img.image1').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt1.png"  alt="" /></p><p><a href="allnewbolero.aspx"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:320px;" /></a></p></div>');
	$('img.image2').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt2.png"  alt="" /></p><p><a href="models_features_technology.aspx?model=1"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:293px;" /></a></p></div>');
	$('img.image3').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt3.png"  alt="" /></p><p><a href="models_features_styles.aspx?model=1"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:295px;" /></a></p></div>');
	$('img.image4').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt4.png"  alt="" /></p><p><a href="models_features_styles.aspx?model=1"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:350px;" /></a></p></div>');
	$('img.image5').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt5.png"  alt="" /></p><p><a href="models_features_convenience.aspx?model=1"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:335px;" /></a></p></div>');
	$('img.image6').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt6.png"  alt="" /></p><p><a href="models_features_comfort.aspx?model=1"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:370px;" /></a></p></div>');
	$('img.image7').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt7.png"  alt="" /></p><p><a href="models_features_comfort.aspx?model=1"><img src="images/read-more.png" width="92" height="21" alt="" style="padding-right:330px;"  /></a></p></div>');
	$('img.image8').data('ad-desc', '<div class="spotlightDesc"><p><img src="images/spotlight-txt8.png"  alt="" style="padding-right:70px;" /></p><p><a href="newtvc.aspx"><img src="images/WatchNow.png" width="92" height="21" alt="" style="padding-right:330px;"  /></a></p></div>');
    var galleries = $('.ad-gallery').adGallery();
	$("ul.ad-thumb-list li a").click(function(){
		$(".ad-gallery").hoverIntent(function(){
		$(".blackOpacityBg").fadeIn("slow");
		},function(){
		$(".blackOpacityBg").fadeOut("slow");
		});
	});
});
