h1.gallery_breadcrums a {
 color: #F9C03D;
 text-decoration: none;
}

#content_box_description {
 background: #000 url("/resources/img/camera_black.png") no-repeat scroll 25px 50%;
 margin-bottom: 5px;
 padding: 10px 20px 10px 100px;
}

#content_box_gallery_pictures {
 background-color: #000;
 margin: 0 0 5px 0;
 height: 104px;
}

#content_box_gallery_pictures ul {
 float: left;
 width: 924px;
 height: 100px;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#content_box_gallery_pictures ul li.picture_box {
 float: left;
 width: 70px;
 margin: 4px;
 padding: 1px;
 border: 2px solid #111;
}

#content_box_gallery_pictures ul li.picture_box .position {
 background-color: #111;
 font-size: 10px;
 color: #565656;
 text-align: center;
 border-top: 1px solid #000;
 float: left;
 width: 70px;
}

#content_box_gallery_pictures ul li.picture_box_selected {
 border-color: yellow;
}

#content_box_gallery_pictures ul li.picture_box .thumbnail a {
 width: 70px;
 height: 70px;
 line-height: 70px;
 text-align: center;
 display: block;
 outline: 0;
}

/* IE Hack */
#content_box_gallery_pictures ul li.picture_box {
 background-color: expression(this.onmouseover =   new Function ( "this.className = 'picture_box picture_box_hover';"), this.onmouseout =   new Function ( "this.className = 'picture_box';" ) );
}

#content_box_gallery_pictures ul li.picture_box_hover,#content_box_gallery_pictures ul li.picture_box:hover {
 border: 2px solid #444;
}

#content_box_gallery_pictures ul li.picture_box_selected:hover {
 border-color: yellow;
}

#content_box_picture a {
 -moz-border-radius: 10px;
 background-color: #000000;
 display: block;
 text-align: center;
 padding: 20px;
}

/* ======================================= Editor */
#content_box_editor {
 margin-bottom: 5px;
}

#content_box_editor form,#content_box_editor form fieldset {
 margin: 0;
 padding: 0;
 border: 0 none;
 width: 100%;
}

#content_box_editor .editor {
 -moz-border-radius: 10px;
 background-color: #000;
 padding: 20px 20px 0;
 position: relative;
}

#content_box_editor .spinner,
#content_box_editor .overlay{
 height: 100%;
 width: 100%;
 left: 0;
 top: 0;
 position: absolute;
 top: 0;
 width: 100%;
}

#content_box_editor .spinner{
  background: url("/resources/img/large_spinner.gif") no-repeat scroll 50% 50% transparent;
  z-index: 20001;
}

#content_box_editor .overlay{
 background: url("/resources/img/opacity/60.png") repeat scroll 0 0 transparent;
 z-index: 20000;
}


#content_box_editor .editor .workspace {
 margin-bottom: 15px;
 background: #000 url("/resources/img/editor.png") repeat scroll 0 0;
 padding: 30px 0;
 -moz-border-radius: 5px;
 text-align: center;
}

#content_box_editor .editor .options {
 -moz-border-radius: 5px 5px 0 0;
 background-color: #2A2A2A;
 border-bottom: 1px dashed #222222;
 line-height: 40px;
 padding: 0 20px;
}

#content_box_editor .editor .options .size {
 width: 70px;
}
