/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder,.imageSlideshowHolder_left{
	float:left;
	position:relative;
	width: 0px;
	height: 0px;



}

.xxxxxxxx{

margin:3px;
left: -1px;
width:150px;
height:130px;

background: maroon;

}


/* Don't change these values */
.imageSlideshowHolder img{
	position:absolute;
	left:3px;
	top:2px;
}


.floatleft20example {
 float:left;
 width:20px;
 height:103px;
}

