/* 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/image/contentsBG.jpg);
	}
	
#photoBTN{
	background-image:url(../gallery/image/photoBTN3.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
#movieBTN{
	background-image:url(../gallery/image/movieBTN2.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
#otherBTN{
	background-image:url(../gallery/image/otherBTN2.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}
	

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

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

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

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


h3{
	text-indent:-9999px;
	display:block;
	font-size:70%;
	padding:0;
	}
h4{
	clear:left;
	border-bottom:1px dotted #666;
	font-size:90%;
	margin:0 auto 10px auto;
	padding:0;
	}


#rightColumn{

	}
	
#rightColumn ul{
	margin:0;
	padding:0;
	}
#rightColumn li{
	float:left;
	margin:0 0 40px 25px;
	list-style-type:none;
	padding:0;
	display:block;
	height:120px;
	width:110px;

	}
	
span{
	font-size:80%;
}

	
