

.carrouselPopup {
  position: relative;
	z-index: 1000;
	left:10%;
	top:10%;	
	width:80%;
	height:80%;
	border: 1px solid gray;
	background:white;
}

.carrouselBox {
	left:5%;
	top:5%;
	width:90%;
	height:90%;
	position:relative;
	border:1px solid gray;
	padding:3px;
	overflow:hidden;
}

.carrouselImage {
	position:absolute;
}

.carrouselCaption {
	margin-bottom:0px;
	text-align:center;
	position:absolute;
	bottom:4px;
	left:2px;
	right:2px;
	background:rgba(150,150,150,0.20);
}

.carrouselButtonBox {
	position:absolute;
	top:5px;	
	right:35px;
}

.popupCloseButton, .popupCloseButton:hover {
	position:absolute;
	top:5px;	
	right:5px;
	border:1px solid rgba(221,221,221,0.0);
	background:rgba(221,221,221,0.30);
	color:rgba(0,0,0,0.5);
	z-index: 1050;
	width:20px;
}


.popupCloseButton:hover {
	border:1px solid rgba(140,140,140,0.60);
	background:rgba(140,140,140,0.60);
	color:rgba(0,0,0,0.60);
	opacity:0.6;
}

.overlayEffect {
  background-color: black;
  filter: alpha(opacity=70);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
}


.nocaption {
	display:none;
}

.playing {
}

.preloadBox {
	position:absolute;
	visibility:hidden;
}

/*.ui-dialog-titlebar {
	background:inherit;
	border:1px solid gray;
	color:gray;
	margin-bottom:5px;
}

.ui-dialog {
	width:600px;
	height:400px;
}
*/

.indexButton {
	font-size:14px;
	font-weight:bold;
}

.slideButton {
	border:1px solid rgba(221,221,221,0.0);
	float:left;
	background:rgba(221,221,221,0.30);
	color:rgba(0,0,0,0.30);
}

.slideButton:hover {
	float:left;
	border:1px solid rgba(140,140,140,0.60);
	background:rgba(140,140,140,0.60);
	color:rgba(0,0,0,0.60);
}

.selectedIndexButton {
	color:rgba(0,0,0,0.80);
	background:rgba(221,221,221,0.30);
}

.selectedIndexButton:hover {
	color:black;
	background:rgba(221,221,221,0.60);
}

.prevButton, .prevButton:hover {
	background-image:url('images/controls/back.png');
}

.nextButton, .nextButton:hover {
	background-image:url('images/controls/forward.png');
}

.playButton, .playButton:hover {
	background-image:url('images/controls/play.png');
}

.playButton.playing {
	background-image:url('images/controls/pause.png');
}

.carrouselButtonBox {
}

.controlButton, .controlButton:hover {
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:2px;
	height:19px;
	color:rgba(0,0,0,0.0);
	opacity:0.3;
	width:20px;
}

.controlButton:hover {
	opacity:0.6;
/*	color:rgba(0,0,0,0.0);
	width:20px;
*/}


