/* XSM layout */

#xsm_page {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

#xsm_content {
  clear: both;
}

#xsm_menu {
  position: absolute;
  right: 10px;
  top: 10px;

  display: block;
  text-align: right;
  width: 100%;
}

.xsm_menu_group .xsm_menu_group {
  position: absolute;
  right: 0px;
  top: 25px;
}
/*
.xsm_menu_group li {
  position: relative;
}
*/
#xsm_footer {
  clear: both;
}

.xsm_edit {
  float: right;
}

/* XSM Gallery */
p.xsm_gallery_nav {
  width: 100%;
  text-align: center;
}

span.xsm_gallery_nav_prev {
  float: left;
}

span.xsm_gallery_nav_curr {
  text-align: center;
  margin: 0 100px;
  display: block;
}

span.xsm_gallery_nav_next {
  float: right;
}

div.xsm_gallery_preview {
  width: 100%;
  text-align: center;
}

/* XSM Menu bar */

.xsm_menu_group ul, .xsm_menu_group li {
  width: 100%;
  display: inline;
  list-style: none;
}

#xsm_menu ul {
  padding: 0;
  margin: 0;
}

.xsm_menu_group ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 500;
}

li.xsm_menu_hidden {
  display: none;
}

.xsm_powered_logo {
  border: 0;
  display: none;
}

.xsm_buttons img {
  float: left;
  border: 0;
}
