
$(function(){
	$('a[@rel*=lightbox]').lightBox();
});
$(function() {
    $(".homeImageBorder").jCarouselLite({
        auto: 5000,
   		speed: 3000,
		visible: 1,
		scroll: 1,
		vertical: true,
		btnNext: ".next",
  		btnPrev: ".prev"
    });
});
$(function() {
    $(".scrollText").jCarouselLite({
        auto: 5000,
   		speed: 3000,
		visible: 1,
		scroll: 1,
		vertical: true,
		btnNext: ".next",
  		btnPrev: ".prev"
    });
});
function search(){
	document.searchForm.submit();
};


