/* Double space between top and bottom content areas */
.panels-flexible-row-11-main-row {
  margin-bottom: 1.1em;
}

/* Reset width to add border (drop-shadow) */
.panels-flexible-region-11-center,
.panels-flexible-region-11-scroll_area {
  width: 83%;
}

/* Drop Shadow for right content boxes */
.panels-flexible-region-11-center, 
.panels-flexible-region-11-scroll_area-inside {
  -moz-box-shadow: 0 0 10px #CCCCCC;
  -webkit-box-shadow: 0 0 10px #CCCCCC;
  box-shadow: 0 0 10px #CCCCCC;
  border: 1px dotted #DCDEDE;
}

/* Resize bottom left to fit layout above */
.panels-flexible-region-11-bottom_left {
  width: 16.8%;
}

.panels-flexible-region-11-scroll_area-inside,
.panels-flexible-region-11-scroll_area,
#node-340 {
  height: 308px;
  background-color: white;
}

.scrollable {
  position: relative;
  overflow: hidden;
  width: 670px;  /* vary */
  height: 270px;
  padding: 19px 10px 10px 10px;
}

.scrollable .items {
  /* this cannot be too large */
  width: 20000em;
  position: absolute;
}

.items div {
  float: left;
}

.item {
  width: 220px;
  margin-right: 15px;
}

.img-holder {
  width: 220px;
  height: 144px;
  overflow: hidden;
}

.text-holder {
  width: 220px;
  height: 125px;
  overflow: hidden;
}

/* a.browse {
  margin: 130px 10px !important;
} */

a.browse {
  height: 270px;
  margin: 19px 10px;
  width: 23px;
}

a.left {
  background: url("/sites/default/files/Bar-arrow_left1.jpg") no-repeat scroll 0 0 transparent;
}

a.left:hover {
  background: url("/sites/default/files/Bar-arrow_left2.jpg") no-repeat scroll 0 0 transparent;
}

a.right {
  background: url("/sites/default/files/Bar-arrow_right1.jpg") no-repeat scroll 0 0 transparent;
}

a.right:hover {
  background: url("/sites/default/files/Bar-arrow_right2.jpg") no-repeat scroll 0 0 transparent;
}

.third {
  margin-right: 0px !important;
}


a.no-decorate {
  text-decoration: none;
  color: #444444;
  font-weight: normal;
}

a.no-decorate:hover {
  text-decoration: underline;
}
