
/* General */
#container{
	width: 260px;
	margin-top: 10px;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-image{
	float: left;
}

#picture-slides-frame{
  	float: left;
	width: 250px;
	text-align: center;
	background: #fff;
	margin: 5px 0;
}

#picture-slides-image-text{
	text-align: center;
}

li.slideshow-item{
	margin-left: 3em;
}