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

#gallery img.giThumbnail:hover {
	border-color: #38c !important;
	background-color: #C9DCE7 !important;
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important; /* IE's opacity*/
}

#gallery img.ImageFrame_ice_default {
	background-color: #f3f3f3 !important;
	border: 1px solid #ddd !important;
	padding: 6px !important;
	margin: 1px !important;
	-moz-border-radius: 3px !important;
}

#gallery img.ImageFrame_ice_default:hover {
	border-color: #38c !important;
	background-color: #C9DCE7 !important;
}