#remote_image_container
{
  width: 200px;
  position: relative;
}

.remote_image_indicator
{
  position: absolute;
  top: 50%;
  left: 80px;
}

#remote_image_container
{
  margin-bottom: 10px;
  margin-top: 5px;
}

.hidden
{
  display: none;
}

iframe
{
  height: 2.3em;
  width: 100%;
}



.remote_fileinput
{
  width: 150px;
}



#remote_images 
{
	width: 380px;
}

#remote_images .image_container 
{
	float: left;
	border: 1px solid #999999;
	margin-right: 6px;
  margin-bottom: 6px;
  padding: 6px 6px 3px 6px;
  background-color: white;
}

#remote_images .image 
{
  margin-bottom: 2px;
  width: 96px;
  height: 96px;
	overflow: hidden;
	display: block;
}


#remote_images .image .load 
{
	margin: 42px 0 0 40px;
}

#remote_images a:hover 
{
	cursor:pointer;
}

