.uploaded-image {
	float: left;
	width: auto;
	position: relative;
	text-align: center;
	border: 2px solid #222;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	min-width: 104px;
	max-width: 200px;
	overflow: hidden;
	height: 140px;
}

.uploaded-image .img-button-set {
	position: absolute;
	width: 96%;
	top: 5px;
	max-height: 30px;
	text-align: right;
}

.uploaded-image img {
	min-height: 70px;
	max-width: 270px;
	border: 0;
	max-height: 100%;
	max-height: 140px;
	height: 140px;
}

.uploaded-image a {
	float: left;
	width: 100%;
}

#frame_outer {
	padding-top: 60px;
	margin-top: 10px;
}

#images-search {
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 20px #999;
    position: fixed;
    z-index: 999999;
    cursor: move;
    top: 0px;
    right: 10px;
    width: 290px;
}

#images-search .ui-button {
    float: left;
    height: 24px;
    padding: 0 5px;
    margin: 3px;
}

#images-search .ui-button span {
    padding: 0;
}