.main_content h2.page_title {
  background-image: url("/public/images/interface/title_line.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin: 10px 0 15px;
  font-size: 1.2em; }
.main_content p {
  margin: 8px 15px; }
.main_content ul {
  margin: 15px 25px;
  font-size: 1em;
  list-style-type: disc; }
  .main_content ul li {
    margin: 8px 20px;
    font-size: 0.8em; }
.main_content .gallery_item {
  width: 726px;
  padding: 20px 25px; }
  .main_content .gallery_item h2 {
    color: #133d8d;
    text-transform: uppercase;
    font-weight: normal; }
  .main_content .gallery_item img {
    width: 185px;
    height: 141px;
    margin: 10px 0; }
  .main_content .gallery_item p {
    margin-bottom: 0px; }
.main_content .gallery_subtitle {
  color: gray;
  font-size: 0.9em; }

.main_content .gallery_link img {
  width: auto;
  height: auto;
  margin: 0; }

.scrollable {
  float: left;
  position: relative;
  overflow: hidden;
  width: 724px;
  height: 95px; }

a.prev {
  margin: 24px 5px 0px 5px;
  display: block;
  background-image: url("/public/images/interface/scroll_arrows_sprite.png");
  width: 11px;
  height: 70px;
  background-position: -11px 0px; }
  a.prev:hover {
    background-position: 0px 0px; }

a.next {
  display: block;
  background-image: url("/public/images/interface/scroll_arrows_sprite.png");
  width: 11px;
  height: 70px;
  background-position: -22px 0px;
  margin: 24px 10px 0px 10px; }
  a.next:hover {
    background-position: -33px 0px; }

.scrollable .items {
  width: 20000em;
  position: absolute; }

.items img {
  display: block;
  float: left;
  margin: 5px;
  padding: 2px;
  height: 100px; }

.items div {
  float: left; }

#image_wrap {
  /* dimensions */
  height: 480x;
  margin: 15px 0 10px 15px;
  padding: 10px;
  /* centered */
  text-align: center;
  /* some "skinning" */
  background-color: #efefef;
  border: 2px solid white;
  outline: 1px solid #dddddd;
  -moz-ouline-radius: 4px; }

