#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-image-text{
	text-align: left;
  font-size: 9px;
  color: #666666;
}

#image-counter{
	text-align: center;
  font-size: 9px;
  color: #666666;
  padding-right: 5px;
}

#picture-slides-thumbnails {
  padding: 5px 0 5px 10px;
}

#picture-slides-thumbnails .selected img{
  background-color: #FB6101;
  padding: 2px;
  width: 135px;
  height: 101px;
}


.photo {
  border: 1px solid #DEDEDE;
}

.photo .empty {
  height: 105px;
  color: #CCCCCC;
  text-align: left;
  vertical-align: top;
}

.photo .exist {
  height: 105px;
  color: #000000;
  text-align: left;
  vertical-align: top;
}

.photo .img_hover {
  color: #000000;
  text-align: left;
  vertical-align: middle;
  background-color: #FB6101;
	cursor: pointer;
	cursor: hand;
  padding: 2px;
  width: 135px;
}

.photo .caption {
  font-size: 9px;
  color: #666666;
}

