$(document).ready(function() {
$("a.lb_page").fancybox({ 'padding':'0'});
$("a.lb_form").fancybox({ 'width':'7','height':'3','autoScale': false,'type':'iframe'});
$("a.lb_formPreOwned").fancybox({ 'width':'7','height':'4','autoScale': false,'type':'iframe'});
//$("a.lb_flash").fancybox({ 'width':'11','height':'5','autoScale': false,'type':'iframe'});
$("a.lb_flash").fancybox({ 'width':'10','height':'7','autoScale': false,'type':'iframe'});
$("a.lb_video").fancybox({ 'autoScale': false,'type':'iframe'});
$("a.lb_pdf").fancybox({ 'width':'80%','height':'100%','autoScale': false,'type':'iframe'});
$("a.lb_threeD").fancybox({ 'width':'8','height':'5','autoScale': false,'type':'iframe'});
});
