.ItemStyle {
	list-style-image: url(file.gif);
	font-family: "sans-serif";
	font-size: 12px;
	vertical-align: middle;TEXT-DECORATION: none

}

.PopItemStyle {
	list-style-image: url(folder.gif);
	font-family: "sans-serif";
	font-size: 12px;
	vertical-align: middle;TEXT-DECORATION: none

}

.ItemStyle2 {
	font-family: "verdana";
	font-weight:  600;
	font-size: 10px;
	vertical-align: bottom;
	line-height: 14px;
}

.ItemStyle3 {
	font-family: "verdana";
	font-weight:  400;
	font-size: 10px;
	vertical-align: bottom;
	line-height: 12px;
}


P.small {font-family: Arial;font-size: 10px;}
A:link {color:#000080;TEXT-DECORATION: none}
A:visited {color:#000080;TEXT-DECORATION: none}
A:hover {color:#ff0000}


/* overlay play button */
div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}
