@charset "utf-8";
/* CSS Document */

/*
* Required 
*/

.container { width:750px; height:290px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:750px; display:none; }

/*
* Optional
*/

:focus { outline: 0; }
/*#main_visual { margin:18px auto; width:750px; position:relative; clear:both; }*/
ul.pagination {
	list-style-type:none;
	margin:0;
	padding:0;
	margin:0px;
	width:170px;
	height: 7px;
	position: relative;
	left: 5px;
	top: -12px;
}
ul.pagination li {
	float:left;
	margin:0 4px 0 0px;
	background: url(../images/index/jquery_navi.gif) no-repeat 0px 0px;
	height: 7px;
	width: 24px;
	overflow: hidden;
	text-indent:-9999px;
	outline:0px;
}	
ul.pagination a {
	display:block;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}
ul.pagination li.active a { 
	background: url(../images/index/jquery_navi_active.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	outline:0px;
}
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*/
