/*mobilyslider
------------------------------*/

#content {
	width: 900px;
	height: 400px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
.slider {
	width: 900px;
	height: 350px;
	position:relative;
}
.sliderContent {
	width: 900px;
	height:350px;
	position:relative;
	overflow:hidden;
	clear:both;
}

.sliderContent .item {
	position:absolute;
	width:900px;
	height:350px;
	left: 0px;
}
		
/*前後
------------------------------*/
.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	background-image:url(../gfx/prev_next.png);
	width:42px;
	height:42px;
	position:absolute;
	top:60%;
	margin-top: 0px;
}
.prev {
	background-position:0 0;
	left: -10px;
}
.prev:hover {
	background-position:0 -44px;
}
.next {
	right: -9px;
	background-position:-44px 0;
}
.next:hover {
	background-position:-44px -44px;
}




/*ページネーション
------------------------------*/

.sliderBullets {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 50;
	margin-left: -45px;
	margin-bottom: 7px; /*縦位置*/
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,0.30);
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left: 10px;
width:14px;
height:14px;
background:url(../gfx/bullets.png) no-repeat;
}


.sliderBullets .active {
	background-position:0 -14px;
}

.sliderBullets a:hover {
	background-position:0 -14px;
}
.sliderContent a {
	outline:none;
}

a img {
	border:none;
}
