/* @override http://localhost/~hanonno/worn_relics/styles/gallery.css */

#gallery {
	}

	#gallery div.relic {
		display: none;
		opacity: 0.0;
		cursor: move ;
	}
	
	#gallery img {
		max-width: 345px;
		max-height: 460px;	
	}
	
	#gallery label {
		background-color: #fff;
		padding: 1px;
		padding-left: 10px;
		padding-right: 5px;	
		
		position: relative ;
		top:  -40px;
		left:  -4px;
		border:  1px solid #000;
		border-left: 1px dashed #000;
	}