.IMAGEGALLERY_container{
	line-height:normal;	
}

.IMAGEGALLERY_leftArrow{
	background-image:url(galleryGraphic/left.png);
	background-position:center center;
	background-repeat:no-repeat;
	float:left;
	height:100%;
	width:30px;
	cursor:pointer;
}

.IMAGEGALLERY_rightArrow{
	background-image:url(galleryGraphic/right.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width:30px;
	float:right;
	cursor:pointer;
}

.IMAGEGALLERY_leftArrow:hover{
	background-image:url(galleryGraphic/leftHover.png);	
}

.IMAGEGALLERY_rightArrow:hover{
	background-image:url(galleryGraphic/rightHover.png);	
}

.IMAGEGALLERY_imageArea{
	background-color:#F3F3F3;
	height:100%;
	text-align:center;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}

.IMAGEGALLERY_loadImage{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-image:url(galleryGraphic/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:998;
}

.IMAGEGALLERY_selectDialogue{
	text-align:left;
	z-index:1000;
	position:absolute;
	top:15%;
	width:150px;
	left:50%;
	margin-left:-75px;
	padding:20px;
	font-family:Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:10pt;
	box-shadow:rgba(0,0,0,0) 0px 0px 5px;
	border:1px rgba(0,0,0,0.3) solid;	
}

.IMAGEGALLERY_selectDialogueNormal{
	background-color:rgb(30,30,30);
	background-color:rgba(30,30,30,0.9);
}

.IMAGEGALLERY_selectDialogueOnlyIE7{
	background-color:rgb(0,0,0);
}

.IMAGEGALLERY_selectDialogueButton{
	border:none;
	background-color:rgb(80,80,80);
	color:#CCC;
	padding:5px;
	cursor:pointer;
	margin-right:10px;
	transition:background-color 0.75s, color 0.75s;
	-webkit-transition:background-color 0.75s, color 0.75s;
	-moz-transition:background-color 0.75s, color 0.75s;
	-o-transition:background-color 0.75s, color 0.75s;
}

.IMAGEGALLERY_selectDialogueButton:hover{
	color:white;
	background-color:rgb(100,100,100);
}

.IMAGEGALLERY_radioButtonContainer{
	margin-top:10px;
	margin-bottom:10px;
}

.IMAGEGALLERY_radioButtonContainer label{
	text-shadow:#000 0px 0px 5px;	
}

.IMAGEGALLERY_selectDialogueHeading{
	font-size:16pt;
	font-weight:bold;
	color:white;
	text-shadow:#000 0px 0px 5px;
}

.IMAGEGALLERY_overlayContainer{
	width:100%;
	z-index:999;
	position:absolute;
	bottom:0px;
	left:0%;
}

.IMAGEGALLERY_thumblistContainer{
	padding-top:16px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(galleryGraphic/thumbsLoading.png);
	box-shadow:rgba(0,0,0,0) 0px 0px 5px;
}

.IMAGEGALLERY_thumblistContainerNormal{
	background-color:rgb(30,30,30);
	background-color:rgba(30,30,30,0.9);		
}

.IMAGEGALLERY_thumblistContainerOnlyIE7{
	background-color:rgb(0,0,0);	
	text-align:left;
}

.IMAGEGALLERY_thumblistContainerIE7{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	background-color:rgb(0,0,0);
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(galleryGraphic/thumbsLoading.png);
}

.IMAGEGALLERY_thumblistSpacer{
	position:relative;
	overflow:hidden;
	height:82px;
}

.IMAGEGALLERY_thumblist{
	position:relative;
	left:0px;
	height:82px;
	text-align:left;
	margin:0px;
	padding:0px 10px 0px 10px;
}

.IMAGEGALLERY_thumblistSmooth{
	transition:margin-left 1s;	
	-webkit-transition:margin-left 1s;
	-moz-transition:margin-left 1s;
	-o-transition:margin-left 1s;		
}

.IMAGEGALLERY_scrollbar{
	height:8px;
	background-color:#999;	
	cursor:pointer;
	transition:background-color 0.25s;
	-webkit-transition:background-color 0.25s;
	-moz-transition:background-color 0.25s;
	-o-transition:background-color 0.25s;
}

.IMAGEGALLERY_scrollbarSmooth{
	transition:background-color 0.25s, margin-left 1s !important;
	-webkit-transition:background-color 0.25s, margin-left 1s !important;
	-moz-transition:background-color 0.25s, margin-left 1s !important;
	-o-transition:background-color 0.25s, margin-left 1s !important;	
}

.IMAGEGALLERY_scrollbar:hover{
	background-color:#BBBBBB;
}

.IMAGEGALLERY_scrollbar:focus{
	background-color:#BBBBBB;	
}

.IMAGEGALLERY_scrollbarTrail{
	text-align:left;
	height:8px;
	margin-left:13px;
	margin-right:13px;
}

.IMAGEGALLERY_scrollbarTrailNormal{
	background-color:rgb(90,90,90);
	background-color:rgba(90,90,90,0.7);
}

.IMAGEGALLERY_scrollbarTrailOnlyIE7{
	background-color:rgb(48,48,48);
}

.IMAGEGALLERY_scrollbarContainer{
	width:98%;	
	margin:auto;
	margin-top:8px;	
	height:8px;
	padding:0px;
}

.IMAGEGALLERY_thumbImage{
	height:80px;
	cursor:pointer;
	margin-left:5px;
	margin-right:5px;
	padding:1px;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	transition:opacity 0.25s, background-color 1s;
	-webkit-transition:opacity 0.25s, background-color 1s;
	-moz-transition:opacity 0.25s, background-color 1s;
	-o-transition:opacity 0.25s, background-color 1s;	
	box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
}

.IMAGEGALLERY_thumbImage:hover{
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
}

.IMAGEGALLERY_buttonContainer{
	margin-bottom:10px;
	text-align:left;
}

.IMAGEGALLERY_button{
	padding:5px;
	z-index:999;
	text-transform:uppercase;
	cursor:pointer;
	font-family:Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:10pt;	
	margin-left:5px;
	margin-right:5px;
	text-shadow:#000 0px 0px 2px;
	box-shadow:rgba(0,0,0,0) 0px 0px 5px;	
	outline:none;
	float:left;
}

.IMAGEGALLERY_buttonNormal{
	background-color:rgb(30,30,30);
	background-color:rgba(30,30,30,0.9);	
}

.IMAGEGALLERY_buttonOnlyIE7{
	background-color:rgb(0,0,0);
}

.IMAGEGALLERY_button:hover{
	color:#FFF;
}

.IMAGEGALLERY_buttonPlay{
	background-image:url(galleryGraphic/play.png);
	width:15px;
	height:15px;
	background-position:center center;
	background-repeat:no-repeat;
}

.IMAGEGALLERY_buttonPlay:hover{
	background-image:url(galleryGraphic/playHover.png);
}

.IMAGEGALLERY_buttonStop{
	background-image:url(galleryGraphic/stop.png);
	width:15px;
	height:15px;
	background-position:center center;
	background-repeat:no-repeat;
}

.IMAGEGALLERY_buttonStop:hover{
	background-image:url(galleryGraphic/stopHover.png);
}

.IMAGEGALLERY_leftStep{
	float:left;
	height:8px;
	width:8px;
	background-color:#999;
	cursor:pointer;
	transition:background-color 0.25s;
	-webkit-transition:background-color 0.25s;
	-moz-transition:background-color 0.25s;
	-o-transition:background-color 0.25s;
}

.IMAGEGALLERY_leftStep:hover{
	background-color:#BBBBBB;	
}

.IMAGEGALLERY_leftStep:focus{
	background-color:#BBBBBB;	
}

.IMAGEGALLERY_rightStep{
	float:right;
	height:8px;
	width:8px;
	background-color:#999;
	cursor:pointer;
	transition:background-color 0.25s;
	-webkit-transition:background-color 0.25s;
	-moz-transition:background-color 0.25s;
	-o-transition:background-color 0.25s;
}

.IMAGEGALLERY_rightStep:hover{
	background-color:#BBBBBB;	
}

.IMAGEGALLERY_rightStep:focus{
	background-color:#BBBBBB;	
}

.IMAGEGALLERY_permLinkInput{
	position:absolute;
	top:10px;
	left:10px;
	z-index:999;
	-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	border:none;
	text-shadow:#000 0px 0px 2px;
	-webkit-box-shadow:rgb(0,0,0) 0px 0px 7px;
	-moz-box-shadow:rgb(0,0,0) 0px 0px 7px;	
	box-shadow:rgb(0,0,0) 0px 0px 7px;	
	width:200px;
	left:4%;
	font-family:Calibri,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:10pt;	
	outline:none;
	padding:4px;
}

.IMAGEGALLERY_permLinkInputNormal{
	background-color:rgb(0,0,0);
	background-color:rgba(0,0,0,0.7);
}

.IMAGEGALLERY_permLinkInputOnlyIE7{
	background-color:rgb(0,0,0);
}