.urlpreview {
    width: 100%;
    overflow: hidden;
    border-top: 1px dashed #CCC;
    margin-top: 10px;
    display: none;
    margin-left: -10px;
	margin-right: -10px;
    
}
.liveUrlLoaderHolder{
	margin-right: -20px;
	margin-left: -20px;
	padding-top: 40px;
}
.urlpreview .inner {
    margin: 15px;

    overflow: hidden;
}
.urlpreview span.image {
    float: left;
    clear: none;
}
.urlpreview .details {
    float: left;
    overflow: hidden;
    width: 350px;
}
.urlpreview .details .info * {
    float: left;
    clear: both;
    line-height: 13px;
}
.urlpreview .title {
    font-weight: bold;
}
.urlpreview .url {
    font-size: 11px;
    font-weight: normal;
    color: #666;
}
.urlpreview .image {
    width: 100px;
    margin: 0 10px 10px 0;
    float: left;
    display: none;
}
.urlpreview .video {
	min-width: 300px;
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    display: none;
}
.urlpreview img {
    width: 100px;
    height: auto;
    display: none;
}
.urlpreview img.active {
    display: block;
}
.urlpreview .close {
    float: right;
    cursor: pointer;
    width: 16px;
    height: 16px;
	color: #000;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 10px;
}
.urlpreview .luthumbnail {
    float: left;
    margin: 15px 0 0 0;
    clear: both;
    display: none;
}
.urlpreview .luthumbnail  label {
    padding: 0 0 0 5px;
    vertical-align: text-top;
}
.urlpreview .button {
    width: 23px;
    height: 22px;
    float: left;
    border: 1px solid #A8A8A8;
    text-align: center;
    line-height:20px;
    /*background: #FFF;*/
    position: relative;
    cursor: pointer;
}
.urlpreview .button:before {
    content: '';
    width: 0;
    position:absolute;
    left:5px;
    top: 5px;
}
.urlpreview .button:active {
    border-color: #3B5998;
}
.urlpreview .button.prev:before {
    border-top: 6px solid transparent;
    border-right: 12px solid #828282;
    border-bottom: 6px solid transparent;    
}
.urlpreview .button.next:before {
    border-top: 6px solid transparent;
    border-left: 12px solid #828282;
    border-bottom: 6px solid transparent;    
}
.urlpreview .button:active.prev:before {
    border-right: 12px solid  #3B5998;
}
.urlpreview .button:active.next:before {
    border-left: 12px solid  #3B5998;
}
.urlpreview .button.inactive {
    opacity: 0.5;
    filter:alpha(opacity=50);
    pointer-events:none;
    cursor: default;
}
.urlpreview .count {
    float: left;
    margin: 0 0 0 10px;
    line-height: 25px;
}
.urlpreview .controls {
    margin: 10px 0 0 0;    
}
.post textarea {
    max-width: 460px;
    height: 140px;
}
.urlpreview-loader {
   display: none;
    width: 32px;
	height: 32px;
	margin: 10px 0px;
	background: transparent url("../img/loader/ajax_loader_blue_32.gif") repeat scroll 0% 0%;
}