#imagesCanvas{
	width: 656px;
	height: 315px;
	overflow: auto;
	/*overflow: scroll;*/
	border: 5px solid white;
	/*position: relative;*/
}

#imagesList{
	width: 634px;
	/*position: relative;*/
	/*background-color: white;*/
}

#imagesList img{
	border: 2px solid white;
	float: left;
	cursor: pointer	
}

#folderPath{
	/*width: 237px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;	*/
}

#galleryPane{
	width: 695px;
	height: 380px;	
}

#preLoader{
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	font-weight: bold;
	cursor: wait;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	behavior: '';
}

#preLoader span{
	color: #333333;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center
}

#scrollArea{
	background-color: orange;
	width: 15px;
	visibility: hidden;
	border: 1px solid orange;
}

#scroller{
	background-color: white;
	position: relative;
	width: 16px;
	cursor: pointer;
}

#previewPane{
	width: 320px;
	height: 240px;
	overflow: hidden;	
}

.preview-pane{
	width: 320px;
	height: 240px;
	position: relative;
}

.preview-pane img{
	cursor: pointer;
	background-color: #FFFFFF;	
	width: 320px;
	height: 240px;
	behavior: '';
}

#previewBack{
	position: absolute;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

	behavior: '';
}

#previewFront{
	position: absolute;

	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;

	behavior: '';
}

.folder-icon{
	text-align: center;
	width: 75px;
	height: 75px;
	float: left;
	border: 2px solid white;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fdedd3;
	cursor: pointer;

	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	behavior: '';
}

.image-icon{
	text-align: center;
	width: 75px;
	height: 75px;
	/*filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	float: left;	
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	behavior: '';
}


.folder-icon .label{
	width: 75px;
	text-align: center;
	/*background-color: white;*/
	
	color: white;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
	vertical-align: bottom;
}

#greyOverlay{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: #333333;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	z-index: 100;
	behavior: '';
}

#imageContainer{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	z-index: 125;
}

#viewImage{
	vertical-align: middle;
	text-align: center;
	border: 5px solid white;
	cursor: pointer;
}

.image-viewer-title{
	position: absolute;
	text-align: center;	
	/*top: 11px;*/
	font-family: Arial;
	font-size: 10px;
	color: white;
	font-weight: bold;
	z-index: 3;
}

.image-viewer-comment{
	position: absolute;
	text-align: center;	
	/*top: 95%;*/
	font-family: Arial;
	font-size: 10px;
	color: white;
	z-index: 3;
}

.buttons-panel{
	position: absolute;
	top: 25px;
	z-index: 4;
	border: 1px solid white;
	background-color: #FFFFFF;
	width: auto;
}

.view-control-button{
	font-size: 9px;
	background-color: white;
	border: 2px solid white;
	width: 17px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}