/*
$Id: dynamic_mopics.css 3 2006-05-27 04:59:07Z user $

  Dynamic MoPics version 3.000, built for osCommerce MS2

  Copyright 2006 osCMax2004-2005 Josh Dechant

  Released under the GNU General Public License
*/

BODY.popupImage {
	background: #FFFFFF;
	color: #000000;
	text-align: center;
	padding: 0;
	margin: 0;
}

.thumbnailContainer {
	width: 192px;
	padding: 4px;
	margin: 0;
	background-color: #e1e1e1;
}

.thumbnail {
	padding: 4px;
	float: left;
}

.thumbnail a {
	
	text-decoration: none;
	
}
.thumbnail a:hover {
	text-decoration: underline;
}

.clearThumbnails {
	clear: both;
	height: 2em;
	width: 100%;
	text-align: center;
}

.noScreenshots {
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0;
}

