/* <?php $customstyleName = $gallery->i18n('Ice - Carbon Thumb Frames'); ?>
 * $Revision: 16034 $
 */
#gallery img.giThumbnail {
	border-color: #333 !important;
	background-color: #666 !important;
	padding: 6px !important;
	margin: 1px !important;
	-moz-border-radius: 3px !important;
}

#gallery img.giThumbnail:hover {
	border-color: #666 !important;
    background-color: #555 !important;
}

#gallery img.ImageFrame_ice_carbon {
	background-color: #444 !important;
	border: 1px solid #333 !important;
}
#gallery img.ImageFrame_ice_carbon:hover {
	border-color: #666 !important;
	background-color: #555 !important;
}

