/**
 * @author egrissom
 */
$(document).ready(function(){
	$("ul.vehicles a").colorbox({transition:"elastic", photo: true});
	$("a.colorbox").colorbox({fixedWidth:"90%", fixedHeight:550, iframe:true});
	
	// Validate Forms
	
	$("#frmPage").validate();
	
	// Drop Shadows
	
	$(".callouts .thumb img").dropShadow();
 });
