/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
	float:left;
	position:relative;
	widthx: 0px;
	heightx: 0px;
}

.xxxxxxxx{

margin:3px;
left: -1px;
width:150px;
height:130px;

background: maroon;

}


/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
}


.floatleft20example {
 float:left;
 width:20px;
 height:103px;
}

