.bigImageShadow {
	display:inline-block;
	background-color:#ffffff;
	-webkit-box-shadow: 3px 3px 5px 0px #999;
	-moz-box-shadow: 3px 3px 5px 0px #999;
	box-shadow: 3px 3px 5px 0px #999;
}

.bigImage {
	padding:2px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	
	
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}



.thumbnailContainer {
	float:left;
}

.carouselThumbnail {
	padding:2px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

.carouselThumbnailShadow {
	display:inline-block;
	-webkit-box-shadow: 3px 3px 5px 0px #999;
	-moz-box-shadow: 3px 3px 5px 0px #999;
	box-shadow: 3px 3px 5px 0px #999;
	background-color:#fff;
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999');
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
}
	


.loadingMessage {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
}

.navButtons {
	width:100%;
	position:absolute;
	top:0px;
}

.loadingMessageContainer {
	display:inline-block;
	background-color:#ffffff;
	padding:10px;
	border:1px dashed #999;
	font-size:0.8em;
}

.loadingImage {
	float:left;
	margin-right:20px;
	width:16px;
	height:16px;
	background:url(ajax-loader.gif);
	background-repeat:none;
	background-position:center;
}

.slideshowNextButtonNormal {
	float:right;
	height:100%;
	
	background: url(next.png) no-repeat right center;
	margin-right:20px;
	
}

.slideshowNextButton {
	
	float:right;
	height:100%;
	
	background: url(next.png) no-repeat right center;
	margin-right:20px;
	
}

.slideshowNextButton.ie {
	
	background: url(nextie.png) no-repeat right center;
	
}

.slideshowLastButton {
	
	float:left;
	height:100%;
	
	background: url(prev.png) no-repeat left center;
	margin-left:20px;
	
	
}

.slideshowLastButton.ie {

	background: url(previe.png) no-repeat left center;
	
}
	