@charset "utf-8";
/* CSS Document */
.SimpleSlide {
	width: 194px; /* Defining slideshow width */
	height: 300px; /* Defining slideshow height */
	overflow: hidden; /* required to hide not active elements. */
}
.SimpleSlide div {
	/*width: 2403px;  Defining inner box with, must be SimpleSlide item x number of items + 3 pixels */
}
.SimpleSlide div div {
	width: 194px;
	height: 300px;
	float: left; /* Required if you want a horizontal slide. */
}
