div.clear {
  clear: both;
}

img.image_left {
  margin: 10px 10px 10px 0px;
  float: left;
}

img.image_right {
  margin: 10px 0px 10px 10px;
  float: right;
}

img.image_line {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.carousel.gallery {
  width: 100%;
  margin-top: 1em;
  border-radius: 10px;
  clear: both;
}


.jCarouselLite {
  border-radius: 10px;
}

.jCarouselLite li img {
  width: 120px;
  height: 120px;
}

.carousel ul {
  float: left;
}
.carousel ul li {
  margin: 10px;
}

.carousel button.page_gallery_up,
.carousel button.page_gallery_down {
  margin: auto;
  text-align: center;
  border: 0px none;
  background: none;
  width: 100%;
  height: 20px;
}

.carousel button.page_gallery_left {
  float: right;
  padding: 0px;
  width: 48px;
  height: 48px;
  border: 0px none;
  background: none;
}

.carousel button.page_gallery_right  {
  float: left;
  padding: 0px;
  width: 48px;
  height: 48px;
  border: 0px none;
  background: none;
}

.carousel td.center {
  text-align: center;
}

#attachments {
  width: 73%;
}

#attachment_list {
  margin-top: 1em;
}

#attachment_list input {
  width: 70%;
}

#attachment_list td {
  background-color: #eee;
  padding: 10px 0;
}

#attachment_list td label {
  float: left; width: 25%;
}

#attachment_list td.actions {
  width: 40px;
  text-align: center;
  background-color: #fff;
}

span.disabled {
  color: #999;
}

#new_message > fieldset > ol > li:nth-of-type(1) {
  display: none;
}

a > img {
  border: 0px none;
}

a.with-icon > img {
  margin-bottom: -4px;
}


#mobilemenu { display: none; }

@media (max-width: 620px) {
  #menu {
    border-radius: 0px;
    padding-top: 10px;
    height: auto;
  }

  #mobilemenu { display: block; margin: auto; padding: 5px;}
}
