
.small {
	width:200px;
	height:150px
	border-style: hidden hidden hidden hidden; 
}


.large {
	width:384px;
	height:288px; 
} 

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: -30px;
	left: 100px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #fcc;
	color: #77f;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

