@charset "utf-8";
/* CSS Document */

#automatic {
	width: 750px;
	height: 344px;
	position: relative;
	margin: 0px auto;
}
.prev_div {
	width: 31px;
height: 51px;
position: absolute;
top: 108px;
left: -59px;
z-index: 5;

filter: alpha(opacity=0);
opacity: 0;
cursor: pointer;
}
.next_div {
	width: 31px;
height: 51px;
position: absolute;
top: 107px;
right: -60px;
z-index: 5;

filter: alpha(opacity=0);
opacity: 0;
cursor: pointer;
}
 .prev {
	width: 31px;
	height: 51px;
	position: absolute;
	top: 108px;
	left: -60px;
	z-index: 4;
}
 .prev .ico {
	width: 31px;
	height: 51px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/prev.png);
}
 .prev .ico1 {
	width: 31px;
	height: 51px;
	position: absolute;
	top: 0;
	left: 0;
/*	background: url(../images/prev_1.png);*/
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
}
 .prev .txt {
	width: 106px;
	height: 112px;
	position: absolute;
	top: 0;
	left:0;
	background: url(../images/prev_txt.png) no-repeat;
	filter: alpha(opacity=0);
	opacity: 0;
}
 .next {
	width: 31px;
	height: 51px;
	position: absolute;
	top: 108px;
	right: -60px;
	z-index: 4;
}
 .next .ico {
	width: 31px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/next.png) no-repeat;
}
 .next .ico1 {
	width: 31px;
	height: 51px;
	position: absolute;
	top: 0;
	right: 0px;
/*	background: url(../images/next_1.png) no-repeat;*/
	z-index: 2;
	filter: alpha(opacity=0);
	opacity: 0;
}
 .next .txt {
	width: 106px;
	height: 112px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/next_txt.png) no-repeat;
	filter: alpha(opacity=0);
	opacity: 0;
}
 #automatic ul {
	width: 970px;
	height: 344px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#automatic li {
	position: absolute;
	width:498px;
	height:262px;
}
 .line {
	border: 7px solid #fff;
	width: 498px;
	height: 256px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -237px;
	z-index: 999;
}
.pos_0 {
	top: -104px;
	left: 0;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.pos_1 {
	top: 104px;
	left: 0;
	z-index: 2;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.pos_2 {
	top: 43px;
	left: 50px;
	z-index: 3;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.pos_3 {
	top: 0;
	left: 145px;
	z-index: 4;
}
.pos_4 {
	top: 43px;
	right: 50px;
	z-index: 3;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.pos_5 {
	top: 104px;
	right: 0;
	z-index: 2;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.pos_6 {
	top: -104px;
	right: 0;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.pos_7,.pos_8,.pos_9,.pos_10,.pos_11,.pos_12,.pos_13,.pos_14,.pos_15,.pos_16,.pos_17 {
	top: 104px;
	right: 0;
	z-index: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}
#footer {
	width: 970px;
	height: 30px;
	text-align: center;
	padding-top: 50px;
	margin: 0 auto;
}
#footer a {
	color: #930;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px dotted #930;
}
#footer a:hover {
	border-bottom: 1px solid #930;
}
