#div_photo_overlay {
    position: absolute;
    width: 800px;
    height: 750px;
    z-index: 1;
    background-color: #000;
    filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#div_photo_viewer {
    position: absolute;
    width: 800px;
    height: 750px;
    z-index: 2;
    visibility: hidden;
	vertical-align: middle;
}

#div_photo_viewer table {
	height: 100%;
	vertical-align: middle;
	margin: auto;
}

#div_photo_viewer a {
	cursor: pointer;
}

#div_photo_indicator {
    position: absolute;
    width: 800px;
    height: 750px;
    z-index: 3;
}

#div_photo_indicator table {
	height: 100%;
	vertical-align: middle;
	margin: auto;
}

#map {
    position: relative;
    width: 800px;
    height: 600px;
}

#div_slide_bar_container {
    position: relative;
    background-color: #000000;
    border: 0px;
    width: 800px;
    height: 150px;
    text-align: center;
}

#div_slide_view {
    float: left;
    position: relative;
    border: 0px;
    width: 80%;
    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, 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_navigation_button {
    float: left;
    width: 10%;
    height: 150px;
    color: #FFFFFF;
}

.table_navigation_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: Verdana, Arial, Sans-Serif;
    line-height: 125%;
    width: 256px;
}

#left .div_photo_imagetab a {
	cursor: pointer;
	border-style: none;
}

.div_photo_infotab {
    font-size: 12px;
    color: #333;
    font-family: Verdana, Arial, 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;
}

#img_photo_detail {
	vertical-align: middle;
    border: 5px solid #FFFFFF;
}
