
.crop_set_preview{
	float: left;
	width: 690px;
	padding: 20px 0 0 0 ;
}
.crop_preview_left{
	float: left;
	width: 430px;
	padding: 0 0 0 20px;
}


.crop_preview_right{
	font-family: verdana, arial;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	float: left;
	width: 170px;
	padding: 0 0 0 20px;
}
.crop_preview_box_small{
	width:150px;
	height: 150px;
}
/*
 * imgAreaSelect default style
 */

 .imgareaselect-border1 {
	background: url(../../images/border-v.png) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(../../images/border-h.png) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(../../images/border-v.png) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(../../images/border-h.png) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 2px #f7a600;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.thumbviewimage img {
    max-width: initial;
}

.thumbviewimage {
    overflow: hidden;
}