$(document).ready(function(){
						   
		
		if($("#thb1").height()<199)
		{
			
			$("#thb1").css("height",208);
			}
			
			
 });
 

/* for light box at promotions page */
$(function() {
    $('.pro_tbl a').lightBox();
});
   
   
   
