/**** Header Publisher ****/

#publisher-after-msg{
	background: none repeat scroll 0 0 #FFEEAF;
    color: #666666;
    display: none;
    font-size: 13px;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 93px;
    width: 300px;
    z-index: 50;
}

#publisher-after-msg a{
	color:#0080AD;
	font-weight:bold;
	float:none;
}

#publisher-after-msg a.close{
	float:right;
	opacity: 0.6;
	margin-top:4px;
}

#publisher-header-wrapper .newalbum-form {
	border:1px solid #9C9C9C;
	bottom:-106px;
}

#publisher-header-wrapper .publish .content{
	border:1px solid #a1a1a1;
	/*overflow: auto;*/
	max-height: 400px;
	width:480px;
	
	overflow-x: hidden;
	overflow-y: auto;
}

#publisher-header-wrapper .publish.done .content,
#publisher-header-wrapper .publish.ask .content,
#publisher-header-wrapper .publish.loading .content,
#publisher-header-wrapper .publish.done .content{
	border:0;
}


#publisher-header-wrapper .publish .top{
	border-color:#a1a1a1;
	margin: 0;
}

#publisher-header-wrapper textarea{
	max-height:20000px !important;
}

#publisher-header-wrapper .publish .publish-to{
	background: #fff;
	border:1px solid #a1a1a1;
	border-right: 0;
	padding: 5px 6px;
}

#publisher-header-wrapper .publish .user-albuns{
	background: #fff;
	border-color:#9C9C9C;
}

#publisher-header-wrapper .publish-wrapper{
	margin: 0;
	padding: 10px 30px 30px;
	-webkit-box-shadow:0 10px 10px #000;
	-moz-box-shadow:0 10px 10px #000;
	box-shadow:0 10px 10px #000;
	
	/*
	border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    */
	
	width:482px;
}

#publisher-header-wrapper a.main-close{
	float:none;
}

#publisher-header-wrapper .main-close{
	color:#a1a1a1;
	background-image:url(/images/publisher_close_gray.png);
	padding-top: 10px;
}

#publisher-header-wrapper .uploaded-image{
	color:#333;
}

#publisher-header-wrapper .publish textarea.txt{
	max-height:100px;
}

#publisher-header-wrapper .publish .user-albuns ul,
#publisher-header-wrapper .publish .publish-to ul{
	border:1px solid #9C9C9C;
	top:46px;
}

#publisher-header-wrapper .publish .user-albuns .selected strong{
	color:#333 !important;
}

#publisher-header-wrapper .publish .user-albuns .selected span{
	background: url("../images/publisher-drop-arrow.png") no-repeat scroll center center transparent;
}


/**** Publisher ****/

#header-publisher .input input,
#myhome-publisher .input input,
#petsite-publisher .input input{
	width: 420px;
}

.publish-wrapper{
	position: relative;
	margin:15px auto 40px;
	width:470px;
}

.publish textarea:-moz-placeholder{
	color:#bbb;
}

.publish textarea::-webkit-input-placeholder{
	color:#bbb;
}

.publish{
	min-width: 300px;
}

.publish .content{
	margin: 0;
}

.publish img{
	border: 0;
}

.publish.closed{
	margin-bottom: 20px;
}

/**** header & close ****/
.publish .header{
	text-align: right;
	margin-bottom: 20px;
	background: transparent !important;
	padding: 0;
}

.publish.closed .header{
	
}


.publish.ask .header .main-close,
.publish.loading .header .main-close,
.publish.done .header .main-close,
.publish.closed .header .main-close{
	visibility: hidden;
}

#main .publish .header .main-close,
.publish .header .main-close{
/*	float:right;*/
	color:#fff;
	text-decoration: none;
	font-size: 14px;
/*	padding: 10px 0 10px 10px;*/
	background: url(/images/publisher_close.png) no-repeat right center;
	padding-right:25px;
/*	display: block;*/
	display: inline-block;
	height: 20px;
}

.publish .header .main-close span{
	display: none;
	/*margin-right: 25px;*/
/*	float:right;*/
}

.publish .header .main-close img{
	opacity: 0.5;
	float:right;
}

.publish .header .main-close:hover img{
	opacity: 1;
}

.publish .header .main-close:hover span{
	display: inline;
}

/**** Placeholder ****/
.publish .publish-placeholder{
/*	float:left;*/
	padding:11px;
	display: none;
	position:relative;
	color: #666666;
	font-size: 17px;
	text-transform: lowercase;
	font-weight: normal;
	cursor: text;
}

.publish.closed .publish-placeholder:after{
	position:absolute;
	content:"";
	background: url(../images/publish/dummy.png) no-repeat;
	bottom:-20px;
	left:0;
	width:35px;
	height:20px;
}

.publish .publish-placeholder img{
	opacity: 0.5;
	float:right;
	margin-top: 1px;
}

.publish .publish-placeholder:hover img{
	opacity: 1;
}

/**** Status ****/
.publish .publish-status{
/*	float:left;*/
	padding:11px;
	display: none;
	position:relative;
	color: #666666;
	font-size: 17px;
	text-transform: lowercase;
	font-weight: normal;
	text-align: center;
}

.publish .publish-status span{
	padding-left:20px;
}

.publish .publish-status.loading span{
	background:url(../images/publish_loading.gif) no-repeat left center;
}

.publish .publish-status.done span{
	background: url(../images/publisher_done.png) no-repeat left center;
}

.publish .publish-status.done a{
	float:none;
	color:#fff;
	background: none repeat scroll 0 0 #009BD8;
	margin-left: 30px;
	padding: 5px 10px;
	text-decoration: none;
}

.publish .publish-status.ask span{
	display: block;
	float:left;
	padding-left: 0;
}

.publish .publish-status.ask a{
	float:right;
	color:#fff;
	background: none repeat scroll 0 0 #009BD8;
	margin-left: 5px;
	padding: 5px 10px;
	text-decoration: none;
}

.publish .publish-status.ask a:hover{
	background-color: #19B4F1;
}

/**** Struct ****/

.publish.ask .top,
.publish.ask .footer,
.publish.ask .publish-placeholder,
.publish.ask .inputs.types,
.publish.done .top,
.publish.done .footer,
.publish.done .publish-placeholder,
.publish.done .inputs.types,
.publish.loading .inputs.types,
.publish.loading .publish-placeholder,
.publish.loading .top,
.publish.loading .footer{
	display: none;
}


.publish.ask .publish-status.ask{
	display: block;
	height: 28px;
}

.publish.done .publish-status.done{
	display: block;
	height: 28px;
}

.publish.loading .publish-status.loading{
	display: block;
}


.publish.closed .top,
.publish.closed .footer{
	display: none;
}

.publish.closed .middle{
	border-top: 1px solid #999;
}

.publish.closed .publish-placeholder{
	display: block;
}

.publish textarea.title{
	height: 38px;
	font-weight: bold;
	font-size: 14px;
	max-height: 100px;
}

.publish .title-wrapper{
	display: none;
	background: #fff;
	border-bottom: 1px dotted #cecece;
	position:relative;
}

.publish .title-placeholder{
	color: #0497CB;
	font-size: 14px;
	height: 20px;
	position: absolute;
	padding: 10px;
}

.publish textarea{
	border:0;
	padding: 10px 0 10px 10px;
	width: 459px;
	color: #333;
	font-family: Helvetica;
	font-size: 14px;
}

.publish textarea.txt{
	height: 80px;
	max-height: 300px;
}

.publish .top{
	border:0;
	border-bottom:1px solid #333;
	
	background: #fff;
	padding: 0;
}

.publish .middle{
	border: 1px solid #999;
	border-top:0;
	
	border:0;
}

.publish .options{
	background: #fff;
}

.publish .options .types{
/*	float: right;
	padding: 10px;*/
}

.publish.closed .options .types{
	display: none;
}
/*
.publish .options .types div{
	display: inline-block;
	position: relative;
}

.publish .options .types > div > a{
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 10px;
	display:inline-block;
}

.publish .options .types ul{
	display: none;
	position: absolute;
	text-align: center;
	background: #555;
	border-radius:5px;
	width: 100px;
	border:1px solid #fff;
	box-shadow: 0 0 5px #666;
	top:30px;
	z-index: 2;
	line-height: 18px;
}

.publish .options .types ul li{
	padding: 2px;
	border-bottom: 1px solid #fff;
}

.publish .options .types ul:before{
	content:"";
	position: absolute;
	background: url(../images/tooltip_arrow_top.png) no-repeat center;
	top:-11px;
	left:40px;
	width: 21px;
	height: 11px;
}

.publish .options .types ul li:hover{
	background-color: #888;
}

.publish .options .types ul li a{
	display: block;
	color: #fff;
}*/

.publish .footer{
	margin-top: 20px;
	background-color: transparent;
	position: static;
}

.publish .publish_to .button{
	padding:2px;
	min-width:0;
	width:36px;
}
	

.publish .publish_to span{
	background-image: url("../images/btn_arrow_small.png");
	right: 4px;
	top: 11px;
	width: 10px;
}

.publish .publish_to li{
	height: 22px;
	line-height: 22px;
	padding: 2px;
}

.publish .publish_to li img{
	float:left;
	width: 22px;
	height: 22px;
	margin-right: 5px;
}

.publish .publish_to .button > img{
	max-width: 22px;
	max-height: 22px;
	display:block;
}


.publish .upload-div,
.publish .photo-div,
.publish .video-div,
.publish .link-div{
	display: none;
}

.publish .error,
.publish .success{
	display: none;
}

.publish a.close{
	float: right;
    margin-top: 2px;
	height: auto;
    width: auto;
}

.publish .success,
.publish .error,
.publish .input{
	border-bottom: 1px solid #999;
	padding: 10px;
/*	min-height: 21px;*/
}

.publish .input{
	border-bottom: 1px solid #999;
	padding: 10px;
/*	min-height: 21px;*/
}

.publish .input input{
	border: 0;
	width: 480px;
}

.publish .link-div .favicon{
	float:left;
	margin-right:5px;
	width: 16px;
	height: 16px;
}

.publish .link-div .title{
	margin-left: 30px;
	font-weight: bold;
	font-size: 14px;
}

.publish .link-div .url{
	font-size: 12px;
	margin-top: 2px;
	margin-left: 30px;
}

.publish .video-div .title{
	margin-left: 100px;
	font-weight: bold;
	font-size: 14px;
}

.publish .video-div .url{
	font-size: 12px;
	margin-top: 2px;
	margin-left: 100px;
}

.publish .photo-div .image,
.publish .video-div .image{
	float:left;
	margin-right:5px;
	display: block;
}

.publish .photo-div .image img,
.publish .video-div .image img{
	width: 90px;
}

.publish .error{
	background-color: #FFFCC9;
}

.publish .upload-queue .file{
	float:left;
	width: 51px;
	height: 51px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 10px;
	white-space: nowrap;
/*	overflow: hidden;*/
	text-overflow:ellipsis;
	text-align: center;
/*	padding:5px;*/
	line-height: 22px;
	border:1px solid #eee;
	position:relative;
}

.publish .upload-queue .file:hover .remove{
	display:block;
}

.publish .upload-queue .file .remove{
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:no-repeat center;
	background-image: url(../images/file_remove.png);
	/* background-color:rgba(0,0,0,0.5); */
}

.publish .upload-queue .file img{
	max-width:100%;
	max-height:100%;
}

.publish .upload-queue .file .tip{
	position: absolute;
	display: none;
	content:attr(data-text);
	background: #5c5c5c;
	border:1px solid #fff;
	color:#fff;
	padding: 6px 13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	box-shadow:0 0 5px #aaa;
	position: absolute;
	top:60px;
	text-align: center;
	left:-20px;
	z-index: 2;
}

.publish .upload-queue .file .tip:before{
	background: url(../images/tooltip_arrow_top.png) no-repeat top;
	content:"";
	position: absolute;
	top:-11px;
	width: 21px;
	height: 11px;
	left: 0;
	right: 0;
	width: 100%;
}

.publish .user-albuns{
	float:left;
	display: none;
}

.publish .privacy,
.publish .button-wrapper{
	float:right;
}

.publish .button-wrapper{
	position: relative;
}

.publish .privacy{
	margin-right: 10px;
}

.publish .privacy .button{
	height:12px;
	width:12px;
}

/***** New album ****/

.newalbum-form{
/*	bottom: -25px;*/
/*	left: 20px;*/
	display: none;
	bottom:-138px;
	position: absolute;
	z-index: 1;
	background:#fff;
	padding:10px;
	border:1px solid transparent;
	-webkit-box-shadow: 0 5px 5px #000;
	-moz-box-shadow: 0 5px 5px #000;
	box-shadow: 0 5px 5px #000;
}

.newalbum-form .question{
	margin: 0 0 10px 0;
	font-size: 14px;
	color:#333;
}

.newalbum-form .button-wrapper{
	margin-top: 10px;
	margin-right: 0;
	float: right;
}

.newalbum-form input{
	width:200px;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 14px;
	height: 19px;
	padding: 5px;
}

.newalbum-form input:-moz-placeholder{
	color:#bbb;
}

.newalbum-form input::-webkit-input-placeholder{
	color:#bbb;
}

.newalbum-form .loading{
	float: left;
}

.newalbum-form .close{
	background: url("/images/close_grey.gif") no-repeat scroll center center transparent;
	display: block;
	float: right !important;
	height: 16px;
	width: 16px;
}

.newalbum-form button{
	background: none repeat scroll 0 0 #009BD8;
	border: 1px solid transparent;
	border-radius: 1px 1px 1px 1px;
	color: #FFFFFF !important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	padding: 5px 10px;
	text-align: center;
	text-transform: lowercase;
}

/**** AV inputs ****/

.publish .inputs{
	padding: 15px;
}

.publish.closed .inputs{
	display: none;
}

.publish .upload-wrapper{
	float: left;
}

.publish .link-wrapper{
	float: left;
	width: 265px;
}

.publish .upload-btn{
	background: none repeat scroll 0 0 #009bd8;
	border: 1px solid transparent;
	border-radius: 1px 1px 1px 1px;
	color: #FFFFFF !important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 19px;
	margin-right: 15px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	width: 120px;
	line-height: 19px;
}

.publish .upload-btn.hover,
.publish .upload-btn:hover{
	background-color: #19b4f1;
}

.publish .link-input{
	border:1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	width: 271px;
	color:#333;
	height: 19px;
}

.publish .link-input:focus,
.publish .link-input:hover{
	border-color:#333;
}

.publish .link-info{
	border:1px solid #CCCCCC;
	color: #333333;
	font-size: 14px;
	padding: 5px;
	width: 281px;
	display: none;
}

.publish .link-info.loading{
	background: url("../images/publish_loading.gif") no-repeat scroll 8px center transparent;
	padding-left: 30px;
	width: 256px;
}

.publish .link-info.success{
	background-color: #9EFFCC;
}

.publish .link-info.error{
	background-color: #FFA5A5;
}

.publish .link-info .close{
	float:right;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/close_grey.gif) no-repeat center;
	margin-top: 0;
}

.publish .publish-btn{
	text-decoration: none;
	font-size: 18px;
	background: #009bd8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color:#fff;
	padding: 10px 20px;
	border:0;
	float:right;
	line-height: 28px;
	margin: 0;
	height: 48px;
}

.publish .publish-btn:hover{
	background-color: #19b4f1;
}
/**** Privacy ****/

.publish .privacy{
	float:right;
	
	padding: 6px;
	position: relative;
}

.publish .privacy:hover{
	background: #E4E6E5;
}

.publish .selected-privacy{
	display: block;
	height: 36px;
	width: 36px;
	text-decoration: none;
	
	background: url(../images/publisher_privacy_unlock_white.png) no-repeat center center;
}

.publish .selected-privacy:hover{
	text-decoration: none;
}

.publish .privacy:hover .selected-privacy{
	background: url(../images/publisher_privacy_unlock_black.png) no-repeat center center;
}

.publish .selected-privacy.friends{
	background: url(../images/publisher_privacy_lock_white.png) no-repeat center center;
}

.publish .privacy:hover .selected-privacy.friends{
	background: url(../images/publisher_privacy_lock_black.png) no-repeat center center;
}


.publish .privacy ul{
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: 49px;
	border-top:1px solid transparent;
	height: 20px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.publish .privacy ul li{
	clear:both;
	padding: 16px;
	font-size: 12px;
	background:#fff;
	list-style: none;
}

.publish .privacy ul li:hover{
	background: none repeat scroll 0 0 #E4E6E5;
}

.publish .privacy ul li a{
	text-decoration: none;
	font-weight: bold;
	color:#666;
}

.publish .privacy ul li span{
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.publish .privacy ul li img{
	float:left;
}

.publish .publish ul li.selected{
	background: none repeat scroll 0 0 #E4E6E5;
}

.publish .privacy ul li.selected a{
/*	color:#006699;*/
}

/**** Publish To && User albuns ****/



.publish .user-albuns,
.publish .publish-to{
	float:right;
	background: #E4E6E5;
	padding: 5px 6px;
	position: relative;
	height: 36px;
	border:1px solid transparent;
}

.publish .user-albuns .selected img,
.publish .publish-to .selected img{
	width: 36px;
	height: 36px;
	float:left;
	background: #fff;
	margin-right: 10px;
	border:0
}

.publish .user-albuns .selected span,
.publish .publish-to .selected span{
	float:left;
	background: url(../images/publisher-drop-arrow.png) no-repeat center;
	display: block;
	width: 10px;
	height: 36px;
	opacity: 0.5;
}

.publish .publish-to .selected:hover span{
	opacity: 1;
}

.publish .user-albuns ul,
.publish .publish-to ul{
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	position: absolute;
	right: 0;
	left:-1px;
	top:48px;
	border-top:1px solid transparent;
	margin: 0;
	padding: 0;
	z-index: 1;
	-webkit-box-shadow: 0 3px 3px #000;
	-moz-box-shadow: 0 3px 3px #000;
	box-shadow: 0 3px 3px #000;
	border:1px solid transparent;
	
	max-height: 200px;
	overflow: auto;
}

.publish .user-albuns ul li,
.publish .publish-to ul li{
	clear:both;
	padding: 6px;
	font-size: 12px;
	background:#fff;
	list-style: none;
	border-top:1px solid #E4E6E5;
}

.publish .publish-to ul li:first-child,
.publish .user-albuns ul li:first-child{
	border-top:0;
}

.publish .user-albuns ul li:hover,
.publish .publish-to ul li:hover{
	background: none repeat scroll 0 0 #E4E6E5;
}

.publish .user-albuns ul li a,
.publish .publish-to ul li a{
	text-decoration: none;
	font-weight: bold;
	color:#666;
}

.publish .user-albuns ul li img,
.publish .publish-to ul li img{
	float:left;
}

.publish .user-albuns ul li.selected,
.publish .publish-to ul li.selected{
/*	background: none repeat scroll 0 0 #E4E6E5;*/
}

.publish .user-albuns ul li:hover a,
.publish .publish-to ul li:hover a{
	color:#333;
}

/**** User album ****/
.publish .user-albuns{
	float:left;
/*	display:none;*/
	min-width: px;
	background-color: #1A1F23;
	border-color:#e6e6e6;
	font-size: 14px;
	height: auto;
	margin-top:5px;
}

.publish .user-albuns div.selected{
/*	height: 36px;*/
}

.publish .user-albuns span{
	opacity: 1;
}

.publish .user-albuns.formshow,
.publish .user-albuns.hover{
	background-color: #e6e6e6;
}

.publish .user-albuns.formshow .selected strong,
.publish .user-albuns.hover .selected strong{
	color: #333 !important;
}

.publish .user-albuns .selected span{
	background: url(../images/publisher-drop-arrow-gray.png) no-repeat center;
	height: 20px;
}

.publish .user-albuns.formshow .selected span,
.publish .user-albuns.hover .selected span{
	background: url(../images/publisher-drop-arrow.png) no-repeat center;
	opacity:1;
}

.publish .user-albuns .selected strong{
	 border: 1px solid transparent;
	border-radius: 1px 1px 1px 1px;
	color: #e6e6e6 !important;
	display: block;
	float: left;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	margin-right: 15px;
	/* padding: 7px 0; */
	text-align: center;
	text-decoration: none;
	
	font-weight: normal;
}

.publish .user-albuns ul{
	min-width:230px;
	top:31px !important;
}

.publish .user-albuns ul li{
	padding: 16px 10px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
}

.publish .user-albuns ul li a{
	font-weight: normal;
}

.publish .user-albuns ul li:hover a{
	color:#333;
}

/**** Publish tip ****/
.publish .publish-tip{
	background: none repeat scroll 0 0 #FFFF01;
	bottom: -80px;
	margin-top: 5px;
	padding: 10px;
	position: absolute;
	width: 110px;
	display: none;
	color: #333333;
	font-size: 13px;
	
	right: 192px;
	top: -10px;
	max-height: 50px;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	
}

/*.publish .publish-tip h4{
	font-size: 12px;
}*/

.publish .publish-tip .close{
	float:right;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/close_grey.gif) no-repeat center;
}

.publish .publish-tip:before{
/*	border-color: transparent transparent transparent #FFFF01;
	border-style: solid;
	border-width: 10px;*/
	
	display:block;
	width:9px;
	height:17px;
	background:url(/images/publisher_tip_arrow_shadow.png) no-repeat center;
	
	
	position: absolute;
	content:"";
	right: -9px;
	top: 20px;
}

.publish .publish-tip p{
	float:left;
	width:85px;
	margin: 0;
}

/**** Uploaded images ****/
.publish .files-queue{
	padding: 0 15px 15px;
	display: none;
}

.publish.ask .files-queue,
.publish.loading .files-queue,
.publish.done .files-queue{
	display: none !important;
}

.publish .uploaded-image{
	background: none repeat scroll 0 0 #E7E7E7;
	border:1px solid transparent;
	float: left;
	height: 77px;
	margin: 0 0 10px 10px;
/*	margin-left: 8px;
	margin-bottom: 8px;*/
	overflow: hidden;
	width: 77px;
	position: relative;
}

.publish .uploaded-image:nth-child(5n+1){
	margin-left: 0;
}

.publish .uploaded-image.file{
	line-height: 77px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	font-size: 14px;
}

.publish .uploaded-image .video-icon{
	position: absolute;
	background: url(../images/video-icon.png) no-repeat center center;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.publish .uploaded-image .toolbar{
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}

.publish .uploaded-image .main{
	background: #333;
	color:#fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 2px;
	font-size: 12px;
	display: none;
	height: 16px;
}

.publish .uploaded-image .remove{
	padding: 2px;
	font-size: 12px;
	display: none;
	float: right;
	width: 16px;
	height: 16px;
	background: #333 url(../images/publisher_remove.png) no-repeat center;
	opacity:0.5;
}

.publish .uploaded-image .remove:hover{
	opacity:1;
}


.publish .uploaded-image.main .main{
	display: block;
}

.publish .uploaded-image:hover .remove{
	display: block
	
}


/**** Added links ****/
.publish .links-queue{
	padding: 0 15px 15px 15px;
	font-size: 12px;
	display: none;
}

.publish.done .links-queue,
.publish.ask .links-queue,
.publish.loading .links-queue,
.publish.closed .links-queue{
	display: none;
}

.publish .link-data{
	padding:10px;
	background: #e7e7e7;
	color: #036497;
	font-size: 12px;
	margin-top: 20px;
}

.publish .link-data .remove{
	float:right;
	cursor: pointer;
	display: block;
}

.publish .link-data:first-child{
	margin-top: 0;
}

.publish .link-data .thumb_meta{
	float:left;
	max-width: 90px;
	margin-right: 10px;
}

.publish .link-data .favicon{
	float:left;
}

.publish .link-data h4{
	margin-bottom: 10px;
}
