.fadeshow-container {
	/*dimensions*/
	width: 575px;
	height: 280px;
}
.fadeshow-canvas {
	/*dimensions*/
	position: relative;
	width: 575px; 
	height: 280px; 
	left: 0px; 
	top: 0px; 
	background-color: '#eee';
}
.fadeshow-controls {
	position: relative;
	float: right;
	left: 0;
	top: -30px;
	padding: 5px 2px;
	padding-left: 6px; 
	margin-bottom: 0px;
}
.fadeshow-control-button {
	cursor: pointer;
	float: left;
	/*dimensions*/
	margin-right: 6px;
	/*colors*/
	border: 1px solid #999;
	background-color: #fff;
	/*text*/
	text-align: center;
}
.fadeshow-control-button span {
	cursor: pointer;
	/*layout*/
	display: block;
	padding: 1px 4px;
	/*colors*/
	color: #999;
	font-size: 8pt;
}
.fadeshow-control-button-active {
	border: 1px solid #000;
}
.fadeshow-control-button-active span {
	color: #000;
}
* html .fadeshow-control-button {
	display: inline;  /*ie fix!!!!!!!!*/
}
/*
	utility
*/
div.clear {
	clear: both;
}