@charset "utf-8";


/* Edit */ 


.easyVideo
{
	display: block;
	width: 585px;
  height: 330px;
  background: url(../../../../edit/images/videoplaceHOLDER_585.png) no-repeat 0 0;
	
}


.easyedit
{
  display: block;
  width: 57px;
  height: 40px;
  background: url(../../../../edit/images/edit-tab.png) no-repeat 0 0;
  float: right;
	position:relative;
	right:-65px;
}

.easyedit:hover
{ 
  background-position: -56px 0 ;
}

.easyeditClear
{ 
  display: none;
  clear:right;
}

