@charset "utf-8";
/* CSS Document */

/* Slider */

#main-message-wrap {
	width: 960px;
	height: auto; /* 500px */
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	z-index: 1;
}

#jtcg-slider {
	width: 960px;
	height: auto; /* 500px */
	clear: both;
	z-index: 1;
}

#jtcg-slider #container {
	width: 960px;
	height: 470px; /* 500px */
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#jtcg-slider #container .slides {
	position: absolute;
	width: 960px;
	height: 470px;
	top: 0;
	left: 0;
	z-index: 1;
}

#jtcg-slider #container .slides div {
	position: absolute;
	top: 0;
	display: none;
	width: 960px;
	height: 470px;
	z-index: 1;
}

#jtcg-slider #container #controls {
	left: -9px;
	top: 337px;
	margin-left:131px;
	position: absolute;
	width: 631px;
	height: 94px;

}

#controls ul.pagination {
	margin: 12px -16px 0;
	list-style-type: none;
	color: #000;
	float: left;
}

#controls ul.pagination li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	float: left;
}

#controls ul.pagination li.last {
	margin-right: 0;
}

#controls ul.pagination li a:hover, #controls ul.pagination li.active a, #controls ul.pagination li.active {
	border-bottom: 1px solid #ed2e23;
}

#controls ul.pagination li a {
	display: block;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#arrows {
	display: block;
	width: 83px;
	height: 18px;
	z-index: 10;
	position: absolute;
	top: 13px;
	right: 14px;
}

a#previous {
	text-indent: -5000px;
	width: 41px;
	height: 18px;
	margin: 0 1px 0 0;
	background: url(images/left-arrow.png) no-repeat left top;
	overflow: hidden;
	display: inline-block;
}

a#next {
	text-indent: -5000px;
	width: 41px;
	height: 18px;
	background: url(images/right-arrow.png) no-repeat left top;
	overflow: hidden;
	display: inline-block;
}

a#previous:hover, a#next:hover {
	background-position: left bottom;
}
