#pop-crop-layer
{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;
	background:rgba(0, 0, 0, .6);
	display:none;
}


#pop-crop
{
	position:absolute;
	text-align:center;
	background:#ffffff;
	border-radius:4px;
	box-shadow:0px 0px 20px rgba(0, 0, 0, .8);
	max-width:800px;
	min-height:260px;
	min-width:260px;
	overflow:hidden;
}

#pop-crop-header
{
	float:left;
	width:100%;
	background:#309ee4;
	text-align:left;
	padding:12px 0px 12px 12px;
	position:relative;
}
#pop-crop-title
{
	color:#FFFFFF;
	font-size:18px;
}
#pop-crop-close
{
	float:right;
	width:30px;
	height:22px;
	background:url(pop-close.png) center no-repeat;
	-webkit-background-size:14px;
	-moz-background-size:14px;
	-o-background-size:14px;
	background-size:14px;
	margin-right:4px;
	cursor:pointer;
}	


#pop-crop-content
{
	float:left;
	width:100%;
	display:none;
	font-size:0px;
	text-align:center;
	padding:10px;
}
#pop-crop-image-container
{
	display:table;
	margin : 0px auto;
	text-align:center;
	position:relative;
	padding:0 30px;
}

#pop-crop-next-arrow
{
	display:none;
	cursor:pointer;
	margin-left:10px;
}
#pop-crop-previous-arrow
{
	display:none;
	cursor:pointer;
	margin:0 10px;
}

#pop-crop-image
{
	background:url(loading-128.gif) center no-repeat;
	-webkit-background-size:64px;
	-moz-background-size:64px;
	-o-background-size:64px;
	background-size:64px;
}

#pop-crop-loading
{
	float:left;
	width:100%;
	height:250px;
	background:url(loading-128.gif) center no-repeat #ffffff;
}

#pop-crop-button-container
{
	float:left;
	width:100%;
	text-align:center;
	margin-top:5px;
	font-size:0px;
}

#pop-crop-next-button
{
	padding-top:7px;
	padding-bottom:7px;
	width:140px;
}
#pop-crop-next-button:disabled
{

}

#pop-crop-rotate-left-button,
#pop-crop-rotate-right-button
{
	font-weight:normal;
	font-size:14px;
	-webkit-background-size:18px;
	-moz-background-size:18px;
	-o-background-size:18px;
	background-size:18px;
	background-repeat:no-repeat;
	color:#555555;
	display:inline-block;
	border:none;
	background-color:#ffffff;
	box-shadow:none;
	cursor:pointer;
}

#pop-crop-rotate-left-button
{
	background-image:url(pop-crop-rotate-left-button.png?1);
	background-position:left center;
	margin-right:20px;
	padding:7px 0px 7px 22px;

}
#pop-crop-rotate-right-button
{
	background-image:url(pop-crop-rotate-right-button.png?1);
	background-position:right center;
	margin-left:20px;
	padding:7px 22px 7px 0px;
}




