#canvas {
	float:center;
	background:url(../img/bg.png);
	background-repeat:repeat-x;
	width: 570px;
	height: 450px;
	text-align:center;
	margin-right:15px;
}
#slideshowshadow{
	float:center;
	background:url(../img/shadow.png);
	background-repeat:no-repeat;
	width: 570px;
	height: 450px;
}

#slideshowContainer {
	float:center;
	width: 570px;
	height: 420px;
	margin-top:20px;
	text-align:center;
}

.loading {
	background: url(../branding/css/img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	width:60px;
	height: 60x;
	float:left;
	border: none;
	margin-left:20px;
	margin-top:20px;
}



.current img {
	border: 1px solid #ccc;
	padding: 10px;
}

.outline {
	border: 1px solid #ccc;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 260px;
	margin-top:5px;
	float: left;
}
.slideshowcontrol {
	float:right;
	width:570px;
	height:50px;
	text-align:center;
	background-color:#333333;
}

.slideshowcontrol img {
	border:none;

}

/*************************************************************/