#ct_ResizeImg {
	position: relative;
	/*width: 300px;*/
	height: 154px;	
	margin-left: 32px;
}
#ct_ResizeImg .boxCover {
	border: 1px solid #000;
	width: 300px;
	height: 154px;
	overflow:hidden;
}
#ct_ResizeImg .frameBorder {  
	box-shadow: 0 0 1px #000;
  padding: 0;
  margin: 0;
  line-height: 0;
}

#ct_ResizeImg .frameBorder > img { 
	width: 100%;
 }

#ct_ResizeImg #eventControls { 
	position:absolute;
	width: 22px;
	background-color: #000;
	line-height: 0;
	padding: 3px 5px;
	text-align: center;
	top: 0px;
	left: -33px;
	z-index:999;
	opacity: 0;
}

#resize_picture {
	border: none;
}

#ct_ResizeImg #eventControls button {
  display: block;
  width: 18px;
  height: 18px;
  margin: 10px 2px;
  line-height: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#fit {
	background: url('../imgs/fit.png') no-repeat 0 0;
}
#fit:hover {
	background: url('../imgs/fit.png') no-repeat 0 -21px;
}

#rotate_left {
	background: url('../imgs/rotate.png') no-repeat 0 0;
}

#rotate_left:hover {
	background-position: 0 -21px;
}

#rotate_right {
	background: url('../imgs/rotate.png') no-repeat -22px 0;
}

#rotate_right:hover {
	background-position: -22px -21px;
}

#zoom_out {
	background: url('../imgs/zoom.png') no-repeat 0 0;
}

#zoom_out:hover {
	background-position: 0 -24px;
}

#zoom_in {
	background: url('../imgs/zoom.png') no-repeat -24px 0;
}

#zoom_in:hover {
	background-position: -24px -24px;
}

#eventControls button:hover { color: #333; }
