.articlecontainer.tiles,
.freemarker.tiles {
  margin: 30px 0;
}

.tiles article,
.tiles .tile{
  display: inline-block;
  width: 220px;
  margin: 0 25px;
  text-align: center;
  color:#004680;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tiles article h4,
.tiles .tile h4 {
  font-size: 1rem;
  margin-bottom: 0.75em;
}

.tiles article h3,
.tiles article p:last-child {
  padding: 0 15px;
}

.tiles article p {
  margin: 0 0 0.5em;
}

.tiles .tile .info {
  padding: 10px 10px 15px; 
}

.tiles article h3,
.tiles .tile h3 {
  margin: 0;
}

/* specific to Judges */ 
.freemarker.tiles.judges {
  height: 425px;
  width: 80.25%;
}

.tiles .tile.judge {
  width: 200px;
  margin: 0 15px;
}

.tiles .tile.judge:first-child {
  margin-left: 0;
}

.tiles .tile.judge .photo {
  display: block;
  height: 200px;
  overflow: hidden;
}

.tiles .tile.judge h4 {
  height: 2.5em;
}

@media (min-width: 1240px) {
  .freemarker.tiles.judges {
    width: 85.25%;
  }
  .tiles .tile.judge {
    width: 200px;
    margin: 0 21px;
  }
}


/*specific to Winners */ 
.freemarker.tiles.fashion {
    width: 77%;
}

@media (min-width: 1240px) {
  .freemarker.tiles.fashion {
    width: 90%;
  }
}

.tiles .tile .shortdesc {
  font-weight: bold;
}

.tiles .tile.winner .photo {
  display: block;
  height: 190px;
  overflow: hidden;  
}


/* specific to Magazines */
.freemarker.tiles.backissues {
    width: 61%;
}

@media (min-width: 1240px) {
  .freemarker.tiles.backissues {
    width: 73%;
  }
}

.tiles .tile.backIssue {
  width: 175px;
  margin: 0 21px;
  position: relative;
}

.tile.backIssue a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.tiles .tile.backIssue .photo {
  display: block;
  height: 230px;
  overflow: hidden;
}

.backIssue h3 {
  font-size: 1.15rem;
}


/* scrolling styles for tiles */ 
.scroll.module {
  margin: 15px 0;
  position: relative;
}

.freemarker.tiles {
  overflow: hidden;
  position:relative;
  height: 340px;
  width: 80%;
  margin: 0 auto;
}

.freemarker.tiles.backissues {
  height: 300px;
}

.items {
  width:20000em;
  position:absolute;
  clear: both;
}

.tile {
  float: left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
  position: absolute;
  z-index: 50;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;  
  color: #fff;
  font-size: 1.75rem;
  opacity: 0.6;
  background: url(../png/arrows-wht.png_%3b%20filename_%3dutf-8%27%27arrows-wht04b0.png?versionId=5fsBrjS9PjtdU62MbqSzgKQDMpt6icl0) no-repeat 2px 0 #000000;
}

a.browse.prev.disabled,
a.browse.next.disabled {
  display: none;
}

a.browse.next span {
  display: block;
}

a.browse.prev {
  display: block;
  background-position: -53px 0;
}

a.browse:hover {
  cursor: pointer; 
  opacity: 1;
}

/* right */
a.right { 
  clear:right;
  margin-right: 0px; 
  right: 13px;
}

/* left */
a.left { 
  margin-left: 0px; 
  left: 13px;
}