a.assetTitleLink:link, a.assetTitleLink:visited, a.assetTitleLink:active  { font:normal 10px tahoma; text-decoration:none; color:black;}
a.assetTitleLink:hover  {font:normal 10px tahoma; text-decoration:underline;color:blue;}

div#assetContainer{
	padding:10px 0px;
	margin:0px;
	float:left;
	width:100%;
}
div#galleryBox {
	float:left;
	width:100%;
	border-top:1px solid #999999;
	padding-bottom:10px;
}

div.assetBox {
	float:left;
	/*width:80px;  /* This width value is optional. It can work without this but you will have the benefit of being able to align text in center (e.x. asset_title) */
	margin:10px 10px 0px 0px;
}

div.asset {
	float:left;
	width:100%;
	text-align:center;
}

div.assetTitleBox {
	float:left;
	text-align:center;
	padding:5px 0px 0px 0px;;
	/* Set these attributes to be the same as for assetTitleLink (These attributes are rendered only in the case that applyLink is set to NO) */
	font-family:tahoma;
	font-size:10px;
	font-weight:normal;
	color:black;
	/* /Set these attributes to be the same as for assetTitleLink (These attributes are rendered only in the case that applyLink is set to NO) */
}

img.galleryImage {
	border:0px;
	padding:2px;
	margin:0px;
}

img.iconImage {
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
}