.big_loader{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: url(loader.gif);
	background-color:rgba(255,255,255,0.5);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:1000000;
	
}
.image_result_container{
	overflow:hidden;
	max-height:200px;
	overflow-y:scroll;
	border:1px solid #ccc;
	padding:5px;
	cursor: pointer;
}
.image_result_container .single_image{
	float:left;
	border:2px solid #000;
	margin:0px 5px 5px 0px;
	height:100px;
	overflow:hidden;
}
.image_result_container .single_image.active{
	border:2px solid #f00;
}
#ui-datepicker-div{
	font-size:12px;
}
.listing_icon_preview{
	max-height:150px;
}
.fs-13{
	font-size:13px;
}
.max_w_200{
	max-width:200px;
}
.extra_amazon_line{
	margin:20px 0px;
	text-align:center;
}
.extra_amazon_line div{
	margin-bottom:10px;
}
.extra_amazon_line .old_price{
	font-size:22px;
}
.extra_amazon_line .new_price{
	font-size:36px;
}
.extra_amazon_line .time_hash{
	font-size:12px;
}
.site_logo_preview{
	max-height:150px;
}
.autovideoblock tbody tr:first-child .remove_row{
	display:none;
}
.img_preview{
	width:100%;
}