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

#mainImg{
	margin:0px auto;
}

#choiceBg{
	background-image:url(../../img/choice_bg.gif);
	background-repeat:no-repeat;
}

.newList{
	background-image:url(../img/dotline_grey.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:12px;
	color:#666;
	line-height:150%;
	margin:0px auto 5px auto;
}

.banner img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}


/* bnr slide */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}
#slides {
	position: relative;
	width: 490px;
	height: 160px;
	margin: 0 auto;
}
#slides .slides_container {
	position: absolute;
	width: 490px;
	height: 133px;
	top: 0;
	left: 0;
}
#slides .pagination {
	position: absolute;
	width: 120px;
	height: 20px;
	top: 135px;
	left: 50%;
	margin-left: -60px;
}
#slides .pagination li {
	list-style:none;
	width: 30px;
	float: left;
}
#slides .pagination li a {
	display: block;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
	background: url(../../common/img/slide_off.gif) no-repeat 0 0;
}
#slides .pagination li.current a {
	background: url(../../common/img/slide_on.gif) no-repeat 0 0;
}