.yymain {
	cursor: url(zp.cur), pointer;
    outline: none;
}
.yymain img {
XXXborder: 5px solid #aaa;
}
.yyakt img {
	visibility: hidden;
}
.yymain:hover img {
	XXXborder: 5px solid #ccc;
}

.yywrap {
	background: black;
}
.yyimg {
	XXXborder: 10px solid white;
}
.yyimg-blur {
}

.yyload {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(tlt.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

