	#crop_container {
		margin: 15px;
		margin-top: 0px;
		left:0px;
		top:0px;
		position:relative;
	}
	.crop_content{
		width:100%;

	}
	.trans {
		background-color: #000000;
		filter:alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity: 0.6;		
		opacity:0.6;
		position:absolute;
	}
	.crop_image {
		position: absolute;
		border: 0px;
		z-index: 100;
	}
	.crop_image div.crop_empty{
		border: 0px;
		filter:alpha(opacity=0);
		opacity:0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		width: 100%;
		height:100%;
		background: #ffffff;	
	}
	
	.spanraam {
		position: absolute;
		z-index: 110;
		border: 0px;
	}
	.spanraam div {
		width: 100%;
		height:100%;
		filter:alpha(opacity=0);
		opacity:0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}
	.trans_spanraam {
		background-color: red;
		filter:alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity: 0.6;		
		opacity:0.6;
		position:absolute;
	}


	.btns {
		text-align: center;
	}
	.btns img { margin: 3px; border: 1px solid #FEFEFE; }
	

	.crop_options {
		position: relative;
		background-color: #ffffff;
	}	
	/*
	.crop_options table {
		border: 1px solid black;
		width: 100%;
	}*/