/* intro */
.vs11_example {
  float: left;
  font-style: italic;
  margin: 5px;
  width: 210px;
}

#vs11_photoRow {
  overflow: auto;
  max-width: 500px;
  margin: 0px auto;
}

.vs11_photo {
  float: left;
  max-width: 200px;
  margin: 10px;
}
.vs11_photo img {
  border: 1px solid #ccc;
  border-radius: 5px;
}



/* page element */
.vs11_extraImgContainer { 
  float: left;
  margin: 3px;
  border: 1px solid #000;
}

.vs11_pageNav {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: center;
}

.vs11_selectedPage {
  background-color: #F63;
  padding: 3px 3px 4px;
  color: #CCC;
  font-weight: bold;
}


/* page item */
.vs11_img {
  border: 1px solid #ccc;
  border-radius: 5px;

}
.vs11_rowItem {
  background-color: #EEE;
  border: 1px solid #111;
  border-radius: 5px;
  margin: 25px 10px;
  padding: 20px;
}

.vs11_itemTitle {
  font-size: 36px;
  font-weight: bold
}

.vs11_roImg { 
  cursor: pointer;
}

.vs11_imgContainer { 
  overflow: hidden;
}

.vs11_locationTitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.vs11_help {
  font-size: 10px;
  text-align: right;
}
