// JavaScript Document
$(document).ready(function(){
						   
/*$(".gallery").jCarouselLite({
auto: 2000,
speed: 1000,
visible: 10
});*/
	
//clear the search box field
$('.search_string').focus(function() {
    $(this).val("");
  });

//clear the send to a friends box
$('.friend_send1').focus(function() {
    $(this).val("");
  });

$('.friend_send2').focus(function() {
    $(this).val("");
  })

$("a[rel^='prettyPhoto']").prettyPhoto();

});//end alll



