article.gallery, article.poster-gallery { 
	min-height: 250px; max-height: 400px; 
  min-width: 400px; max-width: 600px; 
  width: 65%;
  float: left; 
  vertical-align: bottom ; margin-left: 4px; clear: left; text-align: left; 
}

aside#gallery-aside {
  float:right ; 
  vertical-align: top;
  text-align: left;
  width: 30%;
}

figure.gallery, figure.poster-gallery {
  width: 100%;
  height: auto;
  min-width: 400px; max-width: 600px;
  min-height: 250px; max-height: 400px;
}

#gallery-wrapper {
  width: 100%;
  height: auto;
  min-height: 250px; max-height: 400px;
  min-width: 400px; max-width: 600px;
  position: inherit;
}

#poster-gallery-wrapper {
  width: 100%;
  height: auto;
  min-height: 250px; max-height: 400px;
  min-width: 400px; max-width: 600px;
  position: inherit;
}

.gallery-item {
  display: none; overflow: hidden; width:auto; height: auto; max-width: 600px; max-height: 400px; 
}

html.no-js .gallery-item:first-child {
  display:block;
}

#gallery-caption, #poster-gallery-caption {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-style: italic;
  display; block;
  clear:both;
}

.cycle-pager-active {
  color: khaki;
}