/**
 * Stylesheet to be used with contribution:
 * Attributes_popup_large_images_v.1.0.3.
 * This stylesheet is optional.
 * If you uninstall the contribution, you can delete this file too.
 */

.attribImg img 
{
	cursor:pointer;
	cursor:hand;
}

.attribImg
{
	padding: 5px 5px 5px 5px;
	border: solid 1px #3B3B3B;
	text-align: center;
	margin: 0 5px 5px 0;
	width: 100px;
	font-size: 9px;
}

.attribImg a
{
	text-decoration: none;
}

.attribImg a:hover
{
	text-decoration: none;
}
