#testdiv {width:600px; margin:0 auto; border:1px solid #ccc; padding:20px 25px; background:#fff}
.pointer {cursor:pointer;}
.pointer li {height:135px;}

#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}

.button {
	font:14px Georgia,Verdana;
	margin-bottom:10px;
	border:2px solid #FFFFFF;
	cursor:pointer;
	height: 100px;
	width: 100px;
}
.button a:link {
	font:14px Georgia,Verdana;
	margin-bottom:10px;
	border:6px solid #000000;
	cursor:pointer;
	height: 100px;
	width: 100px;
}
.button	a:visited {
	font:14px Georgia,Verdana;
	margin-bottom:10px;
	border:2px solid #ccc;
	cursor:pointer;
	height: 100px;
	width: 100px;
}
.button:hover	 {
	font:14px Georgia,Verdana;
	margin-bottom:10px;
	border:2px solid #FFFF00;
	cursor:pointer;
	height: 100px;
	width: 100px;
}
.button	a:active {
	font:14px Georgia,Verdana;
	margin-bottom:10px;
	border:2px solid #ccc;
	cursor:pointer;
	height: 100px;
	width: 100px;
}
