// JavaScript Document
$(document).ready(function(){
	$("a[rel='thumb_gallery']").colorbox({transition:"fade", previous:"< prev ", next:" next >"});
	$(".iframe_movie").colorbox({width:"90%", height:"85%",iframe:true});
	$(".iframe_directions").colorbox({width:"95%", height:"100%",iframe:true});
	$("a[rel='slideshow']").colorbox({slideshow:"true", slideshowSpeed:1500});
	$(".iframe_bio").colorbox({width:"70%", height:"90%", iframe:true});
	$(".colorbox").colorbox();
	$("#currentBrothersForm").ajaxForm();
});
