#featured_img{
        float: right;
    margin-right: 24px;
    border: 0px solid;
    overflow: hidden;
    width: 150px;
}
.featured-images-main{
    margin-top: 6px;
    width: 150px;
    overflow: hidden;
}
.deleteIcon{
    background-image: url('../../../comon_images/delete_icon.gif');
    width: 16px;
    height: 17px;
    display: inline-block;
    position: absolute;
    margin-top: -13px !important;
    border: 0px solid;
    box-shadow: 0px 0px 0px;
    cursor: pointer;
}
 #sortable tr td span {
	background-color: #b4b3b3;
	background-image: url('../image/drag.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 29px; 
	display: inline-block;
	float: right;
	cursor: move;
}