﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */

#sl_container {
	width: 100%;
	text-align: center;
}

/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
	width:667px;
	height:557px;
	position:relative;
	background-image:url(../img/tour/map.png)
}

/* .mainView


------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */

.slideShow .thumbNail { padding-bottom:8px; position:absolute; bottom:60px; left:250px; z-index:100000;}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	
}

.slideShow .thumbNail ul li img {
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 20px;
	height: 75px;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	top: 225px;
	left: 200px;
	background-image: url(../img/tour/allow_pre.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.slideShow .mainView .btnNext {
	top: 225px;
	right: 20px;
	background-image: url(../img/tour/allow_nex.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}

li#thmb01,
li#thmb02,
li#thmb03,
li#thmb04,
li#thmb05,
li#thmb06{ text-indent:-10000px;}

li#thmb01 {
	background-image: url(../img/tour/btn_01.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	margin-right:10px;
	background-color: #FFF;
}

li#thmb01.active {
	background-image: url(../img/tour/btn_01_on.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	background-color: #FFF;
}


li#thmb02 {
	background-image: url(../img/tour/btn_02.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	margin-right:10px;
	background-color: #FFF;
}

li#thmb02.active {
	background-image: url(../img/tour/btn_02_on.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	background-color: #FFF;
}


li#thmb03 {
	background-image: url(../img/tour/btn_03.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	margin-right:10px;
	background-color: #FFF;
}

li#thmb03.active {
	background-image: url(../img/tour/btn_03_on.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	background-color: #FFF;
}


li#thmb04 {
	background-image: url(../img/tour/btn_04.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	margin-right:10px;
	background-color: #FFF;
}

li#thmb04.active {
	background-image: url(../img/tour/btn_04_on.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	background-color: #FFF;
}


li#thmb05 {
	background-image: url(../img/tour/btn_05.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	margin-right:10px;
	background-color: #FFF;
}

li#thmb05.active {
	background-image: url(../img/tour/btn_05_on.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	background-color: #FFF;
}



li#thmb06 {
	background-image: url(../img/tour/btn_06.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	margin-right:10px;
	background-color: #FFF;
}

li#thmb06.active {
	background-image: url(../img/tour/btn_06_on.png);
	width: 40px !important;
	height: 39px !important;
	background-repeat: no-repeat;
	background-color: #FFF;
}

