$(document).ready(function(){
    $('#gallery').jqGalViewII();
			    
	$('ul #wyoming-list').jqGalViewII();
	$('#wyoming').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#wyoming').mouseout(function(){ if($('.title').text()!='WYOMING') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
	//$('#wyoming').click(function() {$('#rightpanel').load('wyoming/property.htm')});
				
	$('#victory').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#victory').mouseout(function(){if($('.title').text()!='VICTORY') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
				
	$('#reese').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#reese').mouseout(function(){ if($('.title').text()!='WALNUT') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
				
	$('#catalina').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#catalina').mouseout(function(){ if($('.title').text()!='VERDUGO') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
				
	$('#saticoy').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#saticoy').mouseout(function(){ if($('.title').text()!='SATICOY') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
				
	$('#grand').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#grand').mouseout(function(){ if($('.title').text()!='SYCAMORE N') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
	
	$('#grand2').mouseover(function(){ $(this).css("background","#CDE13A").css("cursor","pointer"); });
	$('#grand2').mouseout(function(){ if($('.title').text()!='SYCAMORE S') { $(this).css("background","url(img/arrow-white.gif) no-repeat #4E96BE center left").css("cursor","text");} });
});
