#map{
	position:relative; 
	width:950px; 
	height:470px;
}

#div_slide_bar_container{ 
	float:left;
	background-color:#000000;
	border:0px;				
	width:950px;
	height:150px;
	text-align:center;
	
}


#div_slide_view{ 
	float:left;
	position:relative;
	border:0px;				
	width:750px;
	height:150px; 
	overflow:hidden;
	
}


.div_loading_frame{	
	float:left;
	position:absolute;
	left:0px;
	width:750px;
	height:150px;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
	
	
}

.table_loading_bar{	
	width:750px;
	height:100%;
	border:0px;
	text-align:center;
	color:#CCCCCC;
	font-size: 20px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
}

.div_slide_bar{	
	float:left;
	position:absolute;
	left:0px;
	overflow:hidden;
	white-space:nowrap;
	visibility:visible;
	
}

.div_slide_bar_hidden{	
	float:left;
	position:absolute;
	left:0px;
	overflow:hidden;
	white-space:nowrap;
	visibility:hidden;
				
}

.div_nevigation_button{
	float:left;
	width:100px;
	height:150px;
	color:#FFFFFF;

}

.table_nevigation_button{
	cursor:pointer;
	width:100%;
	height:100%;
	border:0px;
	text-align:center;
}

.table_photo_frame{
	width:100%;
	height:100%;
	border:0px;
	text-align:center;
}


.div_photo { 
	float:left;
 	border:0px solid #000000; 
	width:150px; 
	height:150px;
	text-align:center;
}

.div_photo_selected { 
	float:left; 
	width:150px;
	height:150px;
}

.div_photo_imagetab{
	font-size: 11px;
	color: #888;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	line-height: 125%;
	width: 256px;
}

.div_photo_infotab{
	font-size: 12px;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	line-height: 125%;
	width: 256px;
}

.img_normal { cursor:pointer; filter:Alpha(Opacity=70); opacity:0.7; border:0px;}
.img_normal:hover { cursor:pointer; filter:Alpha(Opacity=100); opacity:1; border:#999999 solid 2px;}

.img_selected { cursor:pointer; filter:Alpha(Opacity=100); opacity:1; border:3px solid #FFFFFF;}
.img_selected:hover{ cursor:pointer; filter:Alpha(Opacity=100); opacity:1; border:#999999 solid 2px;}

.img_hover { cursor:pointer; filter:Alpha(Opacity=100); opacity:1; border:#999999 solid 2px;}


#div_photo_overlay {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:620px;
	z-index:1;
	background-color: #000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#div_photo_viewer {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:620px;
	z-index:2;
	visibility: hidden;
}

#div_photo_indicator {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:620px;
	z-index:3;
}

#img_photo_detail {
	border: 5px solid #FFFFFF;
}
