<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************
 * C_GenericImageCollectionGallery (tackle_trader)
 *****************************************************************************/

div.image_gallery {
	float:left; width:100%;
}

div.image_gallery a {
	float:left;
	width:88px;
	height:88px;
	margin:0px 10px 10px -10px;
	padding:12px 0px 0px 12px;
	text-decoration:none;
	background-image:url(../../../images/classified_view/thumb_bg.jpg);
}

div.image_gallery a img {
	border:none;
}

/*

jQuery Tools Overlay

*/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	/* width:675px;	
	min-height:200px; */
	
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../../../ext/jquery_tools/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay .close:active {
	background-color:transparent;
}

/* styling for elements inside overlay */
.details {
		/* position:absolute;
		top:15px;
		right:15px; */
		font-size:11px;
		width:98%;
		background-color:#ffffff;
		padding:1%;
	}
	
.details h2 {
		font-size:12px;
		text-decoration:none;
		margin:0px 0px 0px 0px;
		border:none;
	}


</pre></body></html>