a.assetTitleLink:link, a.assetTitleLink:visited, a.assetTitleLink:active  { font:normal 10px tahoma; text-decoration:none; color:#000000;}
a.assetTitleLink:hover  {font:normal 10px tahoma; text-decoration:underline;color:#000000;}

div#assetContainer{
	padding:10px 0px;
	margin:0px;
	float:left;
	width:100%;
}
div#galleryBox {
	float:left;
	width:99%;
	padding:10px 0px;
	border-top:1px solid #000000;
	padding-bottom:10px;
	margin-left:5px;
}

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 7px 0px 0px;
}

div.asset {
	float:left;
	width:100%;
	text-align:justify;
}

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:11px;
	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;
}
