/*#cropImg{
	max-width:100%;
}*/
/* Limit image width to avoid overflow the container */
img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}

#cropDiv{
	/*height:500px;*/
}

#nextRow{
	/*height:80px;*/
	margin-top:4px;
	text-align:center;
}

#nextCol{
	border-radius:4px;
	padding:8px;
	cursor:pointer;
}

#nextButton{
	
}

#cropImgDiv{
	overflow:hidden;
	box-shadow:0px 0px 10px #848484;
	border:0px solid red;
	padding:0px;
	position:relative;
	left:0px;
	top:0px;
}

#cropImg{
	position:relative;
	/*position:absolute;*/
	top:0px;
	left:0px;
	max-width:none;
	max-height:none;
}

.cropTopRow{
	/*height:100px;*/
}

.cropButton{
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:4px;
	cursor:pointer;
	border-radius:4px;
	display:inline-block;
}