.watch-action {
	
	width: 100%;
	height: 100%;
	
}

.watch-action img {
	border:none !important;
	padding: 0px !important;
}

.watch-action .watch-position {
	width:auto;
}




.action-like, .action-unlike {
margin-bottom:-10px;
	width:auto;

}

.action-unlike {
	padding-left:7px;	
}

.like, .unlike, .status-img, .status-msg {
	float: left;		
}

.jlk {
	cursor:pointer !important;	
}

.lc, .unlc {
vertical-align: super !important;
	width: auto;
	padding:0px 0 0 6px;
	font-size: 18px;
	line-height: 12px;color: #ff5a00 !important;
	font-weight: bold;
	
}		

.lc {
	color: #ff5a00;
}
.unlc {
	color: red;		
}

.status {
color: #ff5a00;
	padding: 0 7px 0 8px;
	font-size: 14px;
	line-height: 18px;	
}
.status .status_msg {
	width: auto;
	margin: 0 3px 0 0;	
}
.loading-img {
		padding:0px 5px;
}
.wti-clear {
	clear:both;
}

/*** START DEFAULT THUMB UP/DOWN STYLE ***/	
.lbg-, .unlbg-, .lbg-default, .unlbg-default {
vertical-align: middle !important;
	width: 66px;
	height: 36px;
	
}

.lbg-, .lbg-default {
	background:url(../images/like-button.png) no-repeat !important;
	
}

.lbg-:hover, .lbg-default:hover {
	background:url(../images/like-button-hover.png) no-repeat !important;	
}		

.unlbg-, .unlbg-default {
	background:url(../images/like-button.png) no-repeat !important;	
}

.unlbg-:hover, .unlbg-default:hover {
	background:url(../images/like-button.png) no-repeat !important;	
}

.lbg- .lc, .lbg-default .lc {
	color: green;
}

.unlbg- .unlc, .unlbg-default.unlc {
	color: red;
}
/*** END DEFAULT THUMB UP/DOWN STYLE ***/

/*** START FIRST THUMB UP/DOWN STYLE ***/	
.lbg-style1 img,  .unlbg-style1 img{
	width: 66px !important;
	height: 36px;
	
}

.lbg-style1 img{
	background:url(../images/like-button.png)  left no-repeat !important;
}        

.lbg-style1 img:hover{
	background:url(../images/like-button-hover.png) left no-repeat !important;
}

.unlbg-style1 img{
	background:url(../images/like-button.png) left no-repeat !important;
}

.unlbg-style1 img:hover {
	background:url(../images/like-button.png) left no-repeat !important;
}

.lbg-style1 .lc {
	color: green;
}
.unlbg-style1 .unlc {
	color: red;		
}
/*** END FIRST THUMB UP/DOWN STYLE ***/		

/** START Style2 STYLE **/
.lbg-style2 img,  .unlbg-style2 img{
	width: 66px;
	height: 36px;
	float:left;
}

.lbg-style2 img{
	background:url(../images/heart-icon.png) !important;
}        

.lbg-style2 img:hover{
	background:url(../images/heart-icon.png)  !important;
}

.unlbg-style2 img{
	background:url(../images/thumb_down2.png)   !important;
}

.unlbg-style2 img:hover {
	background:url(../images/thumb_down2.png)  !important;
}

.lbg-style2 .lc {
	color: green;
}
.unlbg-style2 .unlc {
	color: red;		
}
/** END Style2 STYLE**/

/** START Style3 STYLE **/
.lbg-style3 img,  .unlbg-style3 img{
	width: 66px;
	height: 36px;
	float:left;
}

.lbg-style3 img{
	background:url(../images/heart-icon.png)  !important;
}        

.lbg-style3 img:hover{
	background:url(../images/heart-icon-hover.png)   !important;
}

.unlbg-style3 img{
	background:url(../images/thumb_down3.png)   !important;
}

.unlbg-style3 img:hover {
	background:url(../images/thumb_down3.png)  !important;
}

.lbg-style3 .lc {
	color: green;
}
.unlbg-style3 .unlc {
	color: red;		
}
/** END Style3 STYLE**/