/* CSS Document */

#slideshow {
	overflow:hidden;
	width:190px;
	height:96px;
	position:relative;
	float:left;
	margin-bottom:5px;
}

#slides {
	width:190px;
	height:96px;
	margin:0;
	position:relative;
	float:left;
	padding:0;
	overflow:hidden;
}

.slide {
	float:left;
	width:190px;
	height:96px;
	padding:0 0 0 12px;
}



