/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Munter - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

a {
  color: #000;
  text-decoration: none;
}

.font-thin {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
}

.font-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
}

.font-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
}

* {
	position: relative;
}

.breaker {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

html,
body {
	height: 100%;
	width: 100%;
}

body {
	background: #c49bc2;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #c49bc2 0%, #8bc0e4 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c49bc2), color-stop(100%, #8bc0e4));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #c49bc2 0%, #8bc0e4 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #c49bc2 0%, #8bc0e4 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #c49bc2 0%, #8bc0e4 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #c49bc2 0%, #8bc0e4 100%);
	/* W3C */
	
	line-height: 1.5;
	font-size: 18px;
	font-family: 'SimSun', 'MS UI Gothic', 'Hei', 'sans-serif';
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}

h3 {
	font-size: 21px;
}

.justify-text {
	text-align: justify;
}

.navbar {
	background: none;
	border-bottom: 0 none;
	font-size: 12px;
	transition: .25s all linear;
}

.navbar.inv {
	background-color: rgba( 255, 255, 255, .5);
	border-bottom: 1px solid #bfbfbf;
}

.navbar .nav a {
	color: #5f5f5f;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	transition: all .5 linear;
	width: 100px;
}

.navbar.inv a {
	color: #e4e6e5;
}
}
.navbar-responsive-collapse {
	margin: 0 auto;
	margin: 0 auto;
	width: 80%;
}
.nav-collapse {
	width: 840px;
	margin: 0 auto;
}
.nav li {
	text-align: center;
	white-space: nowrap;
}
.nav > li > a:hover,
.nav > li > a:focus {
	background-color: inherit;
	outline: none;
}
.navbar-brand {
	padding: 8px;
}
.active-menu {
	background-color: #4e4e4e;
	content: '.';
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5 linear;
	width: 1%;
	z-index: 9;
}
.inv .active-menu {
	background-color: #e4e6e5;
}
.special-active-menu {
	z-index: 10;
}
#special-active-menu-1 {
	background-color: #fff !important;
}
#special-active-menu-2 {
	background-color: #DC007F !important;
}
#special-active-menu-3 {
	background-color: #00A465 !important;
}
#special-active-menu-4 {
	background-color: #229CD9 !important;
}
#special-active-menu-5 {
	background-color: #808080 !important;
}
#special-active-menu-6 {
	background-color: #EB8E00 !important;
}
#special-active-menu-7 {
	background-color: #7F2C86 !important;
}
.hotel-icon {
	margin-left: 20px;
}
.hotelbox .row {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}
.hotelbox h3 {
	font-weight: bold;
	font-size: 28px;
	text-align: left;
}
.hotelbox p.text-right {
	text-align: right;
}
.hotelbox p {
	text-align: left;
}
.hotelbox .left {
	float: left;
	width: 40%;
}
.hotelbox .right {
	float: right;
	width: 60%;
}
.hotelbox .left .img100 {
	width: 90%;
}
.hotelbox .right .img100 {
	width: 100%;
}
.list {
	font-size: 14px;
	width: 500px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
}
.list th {
	width: 150px;
	font-weight: normal;
}



/*table-box*/

.table-box {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
}
.table-box:after {
	clear: both;
	display: block;
	content: "";
}
.table-box-list {
	float: left;
	font-size: 14px;
	width: 400px;
	height: 100%;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
}
.table-box-list th {
	width: 100px;
	font-weight: normal;
}





.access dt {
	padding: 3px 10px;
	display: block;
	font-size: 14px;
}
.access dd {
	height: 64px;
	line-height: 64px;
	padding-left: 140px;
	display: block;
}
.access dd.icon-train {
	background: url(../images/icon-train.png) no-repeat 50px center;
	background-size: 68px auto;
}
.access dd.icon-bus {
	background: url(../images/icon-bus.png) no-repeat 50px center;
	background-size: 68px auto;
}
.access dd.icon-shinkansen {
	background: url(../images/icon-shinkansen.png) no-repeat 50px center;
	background-size: 68px auto;
}
.access dd.icon-car {
	background: url(../images/icon-car.png) no-repeat 50px center;
	background-size: 68px auto;
}
.access dd.icon-walk {
	background: url(../images/icon-walk.png) no-repeat 50px center;
	background-size: 68px auto;
}
.access-ttl {
	font-size: 24px;
}
.access-o dt {
	border-bottom: 1px #DE007F dotted;
	color: #DE007F;
}
.access-h dt {
	border-bottom: 1px #00A465 dotted;
	color: #00A465;
}
.access-t dt {
	border-bottom: 1px #229CD9 dotted;
	color: #229CD9;
}
.access-n dt {
	border-bottom: 1px #808080 dotted;
	color: #808080;
}
.access-a dt {
	border-bottom: 1px #EB8E00 dotted;
	color: #EB8E00;
}
.access-k dt {
	border-bottom: 1px #7F2C86 dotted;
	color: #7F2C86;
}




.footer_mail a,
.footer_other a{

	font-size: 19px;
}

.footer_text{

	font-size: 28px;
	
}

.footer_copyright {
	font-size: 12px;
}

.footer_title{
	margin-bottom:0;

}

.footer .row.facebook-content{
	overflow: hidden;
	margin-bottom:50px;
}
.footer .row.mailbox{
	margin-bottom:50px;
	overflow: hidden;
}






@media (max-width: 767px) {
	.list {
		font-size: 14px;
		width: 100%;
		height: 100%;
		text-align: left;
		margin: 0 auto;
	}
	
	.list th {
		width: 150px;
		font-weight: normal;
	}
	
	.table-box {
		width: 100%;
		zoom: 1;
	}
	
	.table-box-list {
		float: left;
		width: 100%;
		height: 100%;
		text-align: left;
		margin: 1em;
	}
	
	.table-box-list th {
		width: 40%;
		font-weight: normal;
	}
	
	.hotelbox .row {
		width: 80%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.hotelbox .row .left,
	.hotelbox .row .right {
		float: none;
		width: 100%;
	}
}
.photo-set {
	margin-top: 10px;
	margin-bottom: 12px;
}
.header-textbox {
	padding: 30px
}
.slide {
	overflow: hidden;
}
.slide h2 {
	margin-bottom: 12px;
}
#slide-1 .text-right,
#slide-3 .text-right,
#slide-5 .text-right,
#slide-7 .text-right {
	float: right;
}
#slide-1 .text-left,
#slide-3 .text-left,
#slide-5 .text-left,
#slide-7 .text-left {
	float: left;
}
{
	margin: 50px auto;
}
@media (min-width: 768px) and (max-width: 991px) {
	#slide-4 .content-row h2 {
		min-height: 6em;
	}
}
@media (max-width: 767px) {
	.slide p {
		text-align: left;
	}
	
	.slide p.small {
		text-align: center;
	}
	
	.nav li {
		text-align: left;
		white-space: nowrap;
	}
	
	.navbar-responsive-collapse {
		width: 100%;
	}
	
	.active-menu {
		display: none !important;
	}
	
	.navbar-toggle {
		margin-right: 10px;
	}
	
	.navbar {
		background-color: #e4e6e5 !important;
		padding: 0;
	}
	
	.navbar .nav a {
		color: #e4e6e5;
		font-size: 16px;
		padding-left: 0;
	}
	
	.icon {
		margin-right: 12px;
	}
	
	.nav li[data-slide="1"] {
		background-color: #fff;
	}
	
	.nav li[data-slide="2"] {
		background-color: #DC007F;
	}
	
	.nav li[data-slide="3"] {
		background-color: #00A465;
	}
	
	.nav li[data-slide="4"] {
		background-color: #229CD9;
	}
	
	.nav li[data-slide="5"] {
		background-color: #808080;
	}
	
	.nav li[data-slide="6"] {
		background-color: #EB8E00;
	}
	
	.nav li[data-slide="7"] {
		background-color: #7F2C86;
	}
	
	.navbar-brand {
		margin: 0;
		text-align: left;
	}
	
	.content-row .text-right {
		text-align: center;
	}
	
	.footer_text img {
		width: 90%;
		height: auto;
	}
	
	.footer_text .footer_title img {
		width: auto;
	}
	
	#slide-1 .text-left,
	#slide-3 .text-left,
	#slide-5 .text-left,
	#slide-7 .text-left {
		float: none;
	}
	
	#slide-1 .text-right,
	#slide-3 .text-right,
	#slide-5 .text-right,
	#slide-7 .text-right {
		float: none;
	}
	
	.img70 {
		display: block;
		margin: 0 auto;
		width: 70%;
		min-width: 300px
	}
	
	.img100 {
		display: block;
		margin: 0 auto;
		width: 100%;
		min-width: 300px
	}
	
	.content-row .text-left img {
		margin: 0 auto;
	}
	
	.header-textbox img {
		width: 100%;
	}
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
.slide {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 65px;
	padding-top: 50px;
	text-align: center;
}
.footer {
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 65px;
	padding-top: 50px;
	text-align: center;
}
.img-center {
	display: block;
	margin: 1em auto;
}
.footer .row {
	margin-bottom: 30px;
}
.head-content {
	background-image: url('../images/bg1.jpg');
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	background-attachment: relative;
	background-position: center 50px;
}
.head-content h1 {
	padding-top: 20px;
}
@media (max-width: 991px) {
	/*
	.head-content {
		background-position: -70% 0, 170% 0;
	}
	*/
}
@media (max-width: 767px) {
	.head-content {
		background-size: 100% auto;
	}
	
	.header-textbox.text-center {
		text-align: left;
	}
}
#home-row-1,
#home-row-2 {
	padding-top: 25px;
}
#home-row-1 h1 {
	font-size: 54px;
}
#home-row-1 h1 img {
	width: 100%;
	height: auto;
}
#home-row-1 h4 {
	font-size: 32px;
}
#home-row-2 {
	font-size: 25px;
}
#home-row-2 .col-12 {
	height: 232px;
	padding-top: 30px;
}
#home-row-2 .col-12 .home-hover {
	height: 166px;
	overflow: hidden;
	padding-top: 26px;
	transition: all ease-in .5s;
}
#home-row-2 .col-12 .home-hover:hover {
	height: 166px;
	padding-top: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.small {
	margin-top: 30px;
	font-size: 14px;
}
@media (max-width: 767px) {
	#home-row-2 .col-12 {
		float: left;
		width: 33%;
		height: 100px;
		padding-top: 30px;
	}
	
	#home-row-1,
	#home-row-2 {
		padding-top: 16px;
	}
	
	#home-row-1 h1 {
		font-size: 35px;
	}
	
	#home-row-1 h4 {
		font-size: 21px;
	}
	
	#home-row-2 {
		font-size: 16px;
	}
}
#slide-2 {
	color: #333;
	padding-top: 90px;
}
.title-row {
	font-size: 45px;
	padding-bottom: 50px;
}
.line-row .hr {
	background-color: #e4e6e5;
	height: 5px;
	margin: 0 auto;
	width: 33%;
}
.subtitle-row {
	font-size: 35px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.content-row {
	padding-top: 45px;
	max-width: 750px;
	margin: 0 auto;
}
/*
 * page
 * 
 */

.page .head-content {
	background: none;
	padding-bottom: 0;
}
.page-o {
	background: #c4e6c2;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #c4e6c2 0%, #aac0e4 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #c4e6c2), color-stop(100%, #aac0e4));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #c4e6c2 0%, #aac0e4 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #c4e6c2 0%, #aac0e4 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #c4e6c2 0%, #aac0e4 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #c4e6c2 0%, #aac0e4 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c4e6c2', endColorstr='#aac0e4', GradientType=1);
	/* IE6-9 */
}
.page-h {
	background: #aac0e4;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #aac0e4 0%, #f3e585 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aac0e4), color-stop(100%, #f3e585));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #aac0e4 0%, #f3e585 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #aac0e4 0%, #f3e585 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #aac0e4 0%, #f3e585 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #aac0e4 0%, #f3e585 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aac0e4', endColorstr='#f3e585', GradientType=1);
	/* IE6-9 */
}
.page-t {
	background: #f3e585;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #f3e585 0%, #ffa5f0 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f3e585), color-stop(100%, #ffa5f0));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #f3e585 0%, #ffa5f0 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #f3e585 0%, #ffa5f0 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #f3e585 0%, #ffa5f0 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #f3e585 0%, #ffa5f0 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3e585', endColorstr='#ffa5f0', GradientType=1);
	/* IE6-9 */
}
.page-n {
	background: #ffa5f0;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #ffa5f0 0%, #d3ffff 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffa5f0), color-stop(100%, #d3ffff));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #ffa5f0 0%, #d3ffff 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #ffa5f0 0%, #d3ffff 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #ffa5f0 0%, #d3ffff 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #ffa5f0 0%, #d3ffff 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa5f0', endColorstr='#d3ffff', GradientType=1);
	/* IE6-9 */
}
.page-a {
	background: #d3ffff;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #d3ffff 0%, #c0ff6a 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d3ffff), color-stop(100%, #c0ff6a));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #d3ffff 0%, #c0ff6a 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #d3ffff 0%, #c0ff6a 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #d3ffff 0%, #c0ff6a 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #d3ffff 0%, #c0ff6a 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d3ffff', endColorstr='#c0ff6a', GradientType=1);
	/* IE6-9 */
}
.page-k {
	background: #d3ffff;
	/* Old browsers */
	
	background: -moz-linear-gradient(left, #d3ffff 0%, #fe9cbb 100%);
	/* FF3.6+ */
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d3ffff), color-stop(100%, #fe9cbb));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(left, #d3ffff 0%, #fe9cbb 100%);
	/* Chrome10+,Safari5.1+ */
	
	background: -o-linear-gradient(left, #d3ffff 0%, #fe9cbb 100%);
	/* Opera 11.10+ */
	
	background: -ms-linear-gradient(left, #d3ffff 0%, #fe9cbb 100%);
	/* IE10+ */
	
	background: linear-gradient(to right, #d3ffff 0%, #fe9cbb 100%);
	/* W3C */
	
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d3ffff', endColorstr='#fe9cbb', GradientType=1);
	/* IE6-9 */
}
.marginBtn {
	margin-bottom: 50px;
}
.ya3-a {
	background: url('../images/ya3-a.png') no-repeat center bottom;
	padding-bottom: 140px;
}
.ya3-h {
	background: url('../images/ya3-h.png') no-repeat center bottom;
	padding-bottom: 140px;
}
.ya3-k {
	background: url('../images/ya3-k.png') no-repeat center bottom;
	padding-bottom: 140px;
}
.ya3-n {
	background: url('../images/ya3-n.png') no-repeat center bottom;
	padding-bottom: 140px;
}
.ya3-o {
	background: url('../images/ya3-o.png') no-repeat center bottom;
	padding-bottom: 140px;
}
.ya3-t {
	background: url('../images/ya3-t.png') no-repeat center bottom;
	padding-bottom: 140px;
}
.yaji-a {
	background: url('../images/sankaku-a.png') no-repeat center bottom;
}
.yaji-h {
	background: url('../images/sankaku-h.png') no-repeat center bottom;
}
.yaji-k {
	background: url('../images/sankaku-k.png') no-repeat center bottom;
}
.yaji-n {
	background: url('../images/sankaku-n.png') no-repeat center bottom;
}
.yaji-o {
	background: url('../images/sankaku-o.png') no-repeat center bottom;
}
.yaji-t {
	background: url('../images/sankaku_t.png') no-repeat center bottom;
}
.hotel_icon-a {
	width:
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-primary {
	padding: 30px 0;
}
.hotel_icon {
	padding: 30px 0;
}
.content-row i,
#about-row-5 i {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	i {
		font-size: 90px;
		color: white;
	}
	
	@media (max-width: 767px) {
		.title-row {
			font-size: 34px;
			padding-bottom: 33px;
		}
		.subtitle-row {
			font-size: 26px;
			padding-bottom: 26px;
			padding-top: 26px;
		}
		.content-row {
			width: 100%;
			padding-top: 29px;
		}
		.content-row h2 {
			font-size: 24px;
			padding-bottom: 26px;
		}
		.content-row h4 {
			font-size: 20px;
		}
	}
	
	#slide-3 {
		background-color: #000;
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
		text-align: left;
		width: 100%;
	}
	
	#slide-3 .col-12 {
		display: inline-block;
		height: 451px;
		margin: 0;
		padding: 0;
		width: 452px;
	}
	
	#slide-3 a,
	#slide-3 img {
		display: inline-block;
		height: 100%;
		margin: 0 auto;
		width: 100%;
	}
	
	@media (max-width: 991px) {
		#slide-3 {
			text-align: center;
			width: 100%;
		}
		#slide-3 .row {
			left: 0 !important;
			margin: 0;
			width: 100% !important;
		}
		#slide-3 .col-12 {
			height: auto;
			width: 50%
		}
		#slide-3 a,
		#slide-3 img {
			height: auto;
			max-height: 100%;
			max-width: 100%;
			width: auto;
		}
	}
	
	@media (max-width: 767px) {
		#slide-3 .col-12 {
			width: 100%;
		}
	}
	
	#slide-4 {
		color: #333;
		padding-top: 90px;
	}
	
	#slide-4 i {
		font-size: 80px;
		color: white;
	}
	
	#slide-5 {
		color: #333;
		padding-top: 90px;
	}
	
	#slide-6 {
		color: #333;
		padding-bottom: 350px;
		padding-top: 90px;
	}
	
	@media (max-width: 767px) {
		#slide-6 {
			background-image: none;
		}
	}
	
	#slide-6 .line-row .hr {
		background-color: #4e4e4e;
		color: #4e4e4e;
	}
	
	#slide-6 a {
		color: inherit;
		outline: none;
		text-decoration: none;
	}
	
	@media (max-width: 767px) {
		.with-hover-text {
			margin-bottom: 2em;
			margin-top: 1em;
		}
	}
	
	#contact-row-4 {
		padding-top: 125px;
	}
	
	#contact-row-4 .col-12 {
		height: 175px;
		overflow: hidden;
		padding-top: 20px;
		transition: all ease-in .5s;
	}
	
	#contact-row-4 img {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}
	
	#contact-row-4 .col-12:hover {
		height: 175px;
		padding-top: 0;
	}
	
	#contact-row-4 .col-12 .hover-text {
		display: none;
		font-size: 20px;
	}
	
	#slide-7 {
		background-color: #e4e6e5;
		color: #4e4e4e;
		font-size: 35px;
		line-height: 50px;
		text-align: center;
	}
	
	#lightbox-out {
		background-color: rgba( 0, 0, 0, 0.7);
		height: 100%;
		position: fixed;
		width: 100%;
		z-index: 99999;
	}
	
	.with-hover-text span {
		display: none;
	}
	
	.zoom {
		background-image: url('../images/zoom.png');
		background-position: center center;
		background-repeat: no-repeat;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
	#arrows {
		bottom: 10%;
		height: 80px;
		position: fixed;
		right: 10%;
		width: 80px;
		z-index: 1000;
	}
	
	#arrows div {
		background-image: url('../images/website-arrows.png');
		cursor: pointer;
		height: 30px;
		position: absolute;
		width: 30px;
	}
	
	#arrows div.disabled {
		cursor: default;
	}
	
	#arrow-up {
		background-position: 30px 0;
		left: 25px;
		top: 0;
	}
	
	#arrow-up.disabled {
		background-position: 0 0;
	}
	
	#arrow-down {
		background-position: 30px -30px;
		left: 25px;
		bottom: 0;
	}
	
	#arrow-down.disabled {
		background-position: 0 -30px;
	}
	
	#arrow-left {
		background-position: 30px -60px;
		left: 0;
		top: 25px;
	}
	
	#arrow-left.disabled {
		background-position: 0 -60px;
	}
	
	#arrow-right {
		background-position: 30px -90px;
		right: 0;
		top: 25px;
	}
	
	#arrow-right.disabled {
		background-position: 0 -90px;
	}
	
	.navigation-slide {
		cursor: pointer;
	}
}