.roomAd {
	position: relative !important;
  height: 60px !important;
  margin: 20px 0 !important; 
}


.roomCommon {
	position: relative;
	float: left;
	width: 130px;
	height: 139px;
	margin-right: 5px;
	margin-bottom: 15px;
	cursor: pointer;
	cursor: hand;
	z-index: 10;	
}

.roomCommonImg {
	position: absolute;
	top: 29px;
	left: 9px;
	width: 110px;
	height: 82px;
	border: 1px solid #cecece;
	z-index: 11;
	background-color: #fff;
}

.roomFree {
	background-image: url('../images/room_free.jpg');
	color: #bababa;
}

.roomFreeImg {
	border-color: #cecece;
}
	
.roomSwf {
	background-image: url('../images/room.jpg');
	color: #7ecae1;
}

.roomSwfImg {
	border-color: #7ecae1;
}

.roomApp {
	background-image: url('../images/room_vip.jpg');
	color: #a988b7;
}

.roomAppImg {
	border-color: #a988b7;
}
