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%;
	_width:98%;

}

div#assetContainer form{
	padding:0px;
	margin:0px;
	float:left;
}

div#galleryBox {
	float:left;
	width:100%;
	_width:98%;
	background:url(/images/bg-dotteddivider.gif) repeat-x;
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 0px;
}

div#galleryBox h5{
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#940129;
}
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;
	width:98%;
}

div.asset {
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
}

div.assetTitleBox {
	float:left;
	text-align:center;
	margin:0px;
	padding:0px 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) */
}

div#galleryBox div.assetTitleBox a img{
	margin-left:0px;
	padfing:0px;
	border:0px;
}

div#galleryBox img, img.galleryImage {
	border:0px;
	padding:0px;
	margin:0px 5px;
	border:2px solid #676767;
}

img.iconImage {
	float:left;
	padding:0px 0px 0px 0px;
}

div.asset div{
	padding:5px 0px;
	margin:0px;
	float:left;
	text-align:left;
}

