/* CSS Document */

#gallery a:link,#gallery a:visited{background-image:url(../images/BTNgallery2.jpg);}


h2{
	/*background-image:url(../gallery/image/titleBG.jpg);*/
	
	}
	
#contents{
	background-image:url(../gallery/other/image/contentsBG.jpg);
	}
	
#otherBTN{
	background-image:url(../gallery/image/otherBTN3.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	
#photoBTN{
	background-image:url(../gallery/image/photoBTN2.jpg);
	background-repeat:no-repeat;
	
	}

#movieBTN{
	background-image:url(../gallery/image/movieBTN2.jpg);
	background-repeat:no-repeat;

	}
	
#photoBTN a:link,#photoBTN a:visited{
	background-image:url(../gallery/image/photoBTN1.jpg);
	}

#movieBTN a:link,#movieBTN a:visited{
	background-image:url(../gallery/image/movieBTN1.jpg);
	}


	
#photoBTN a:hover{
	background-image:url(../gallery/image/photoBTN2.jpg);
	overflow:hidden;
	}

#movieBTN a:hover{
	background-image:url(../gallery/image/movieBTN2.jpg);
	overflow:hidden;
	}



h3{
	text-indent:-9999px;
	display:block;
	font-size:70%;
	}

	
#rightColumn li{
	float:left;
	margin:0 0 30px 30px;
	list-style-type:none;
	padding:0;
	display:block;
	height:120px;
	width:100px;
	}
	
span{
	font-size:90%;
}

	