#watch_action {
	float: left;
	width: 100%;
	height: 100%;
}

#watch_action img {
	border:none !important;
	padding: 0px !important;
}

#watch_action #watch_position {
	width:auto;
}

#action_like, #action_unlike {
	float:left;
	width:auto;
}

#action_unlike {
	padding-left:7px;	
}

.like, .unlike, .status-img, .status-msg {
	float: left;		
}

.jlk {
	cursor:pointer !important;	
}

.lc, .unlc {
	float:left;
	width: auto;
	padding:0 0 0 6px;
	font-size: 14px;
	line-height: 18px;
}		

.lc {
	color: #fff;
}
.unlc {
	color: red;		
}

.status {
	color: gray;
	padding: 0 7px 0 7px;
	font-size: 14px;
	line-height: 18px;	
}
.status .status_msg {
	width: auto;
	margin: 0 3px 0 0;	
}

#clear {
	clear:both;
}


/*** START FIRST THUMB UP/DOWN STYLE ***/	
.lbg-style1, .unlbg-style1 {
	width: 20px;
	height: 16px;	

}
.lbg-style1 {
	background:url(../images/heart.png) no-repeat left top !important;	
	position:relative;
	z-index:9;
}
	
}

/*** END FIRST THUMB UP/DOWN STYLE ***/		
