.flashclass{ /*sample CSS class added to image slideshow container*/
	width: 200px; /*a width should be defined for transition to work*/
	height: 200px;
	border: none;
	padding: 0px;
}

.flashclass img{
	width: 200px; /*a width should be defined for transition to work*/
	height: 200px;
	border-width: 0;
}
