#galerij_container {
  position: absolute;
  top: 250px;
  left: 175px;
  width: 480px;
  height: 280px;
  background-color: #FF0026; 
  padding: 10px;
}

#galerij {
  height: 100%;
  width: 100%;
}

#scrollbar_wrapper {
  height: 100%;
  overflow: hidden;
}

#galerij_title_container {
  top: 180px;
  left: 175px;
  position: absolute;
  height: 60px;
  width: 500px;
  background-color: #FF0026;
}

#galerij_description_container {
  top: 560px;
  left: 175px;
  position: absolute;
  height: 40px;
  width: 480px;
  background-color: #FF0026;
  padding: 10px;
  overflow: hidden;
}

#upload_container {
  padding: 10px;
  top: 250px;
  left: 685px;
  position: absolute;
  height: 200px;
  width: 270px;
  background-color: #FF0026;
}


.toolbar a, .toolbar a:visited {
  color: blue;
  text-decoration: none;
}
.toolbar a:hover {
  color: black;
  background-color: white;
}
.toolbar { 
  background-color: white;
  /*opacity: .6;
	filter: alpha(opacity=60);*/
	padding-left: 10px;
	text-align: right;
}

.toolbar span {
  padding-right: 5px;
  font-variant: small-caps;
}

.toolbar span.handle {
  cursor: move;
}

#description {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#assets {
  padding: 10px;
}
#asset_list {
  list-style-type: none;
  margin: 0; padding: 0;
}

#asset_list li {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 100px;
  height: 115px;
}

#asset_list li a img,
#asset_list li a:visited img {
  display: block;
  margin-bottom: 5px;
  border: 0;
  border-bottom: 4px solid #3B1E33;
}




/* Editables */

#title{
  position: absolute;
  left: 10px;
}

/* Edit fields */
#galerij_description_container .editor_field {
  height: 40px;
  width: 480px;
}

#asset_caption_container .editor_field {
  width: 90px;
  height: 20px;
}
#galerij_title_container .editor_field {
  width: 490px;
  height: 50px;
}

