.slideshowContainer {
	width: 566px;
	height: 420px;
	margin-bottom: 5px;
	padding:0;
	background:no-repeat url('/Localization/SG_AU/Assets/Images/Templates/Home/Slideshow/slideshowContainer-bg.png');
	float: right;
	cursor:pointer;
	overflow:hidden;
	position:relative;
}

.slideshowContainer img {
	width: 566px !important;
	height:420px !important;
}

.loading {
	background: url('/Localization/SG_AU/Assets/Images/Templates/Home/Slideshow/loading.gif') center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding:5px;
	margin-top:3px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #cccccc;
	padding:5px;
	margin-top:3px;
}

.current img {
	border: 1px solid red;
	padding: 6px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	padding-left:3px;
	height:408px;
	width:111px;
	/*margin-left:2px;*/
	float: left;   
	/*border:0;*/
	border-left: 6px solid #006594;
	border-top: 6px solid #006594;
	border-bottom: 6px solid #006594;
}
