.demo a{
	float:left;
	padding:0;
	display:block;
	background:url(bg_tms.jpg) no-repeat;
	width:118px;
	height:93px;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 10px;
}

.demo a:hover{
	background:url(bg_tms_hover.jpg) no-repeat;
}

.demo a img{
	border:0;
	float:left;
	padding:0;
	background:url(bg_tms.jpg) no-repeat;
	width:100px;
	height:75px;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
}

.demo_lite a{
	float:left;
	padding:0;
	display:block;
	background:url(bg_tms.jpg) no-repeat;
	width:118px;
	height:93px;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 7px;
}

.demo_lite a:hover{
	background:url(bg_tms_hover.jpg) no-repeat;
}

.demo_lite a img{
	border:0;
	float:left;
	padding:0;
	background:url(bg_tms.jpg) no-repeat;
	width:100px;
	height:75px;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
}
