@charset "UTF-8";

/*
============================================================
image_carousel.css
------------------------------------------------------------

作成日：2014.07.25
作成者：kurokochi
更新日：
更新者：
バージョン： 1.0
会社名：Dynamite Brothers Syndicate

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

.image_carousel {
	overflow: hidden;
	zoom: 1; }
	
a.prev span, a.next span {
	display: none; }

.pagination {
	width: 70px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	zoom: 1; }
	
.pagination a {
	background: url(/images/common/btn_pager.jpg) 0 0 no-repeat;
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 6px 0 0;
	display: block; }
	
.pagination a.selected,
.pagination a:hover {
	background-position: left bottom;
	cursor: default; }
	
.pagination a span {
	display: none; }
	
.clearfix {
	float: none;
	clear: both; }


#foo2 img {
	/width: 970px;
	/height: 290px; }

