/* @override 
	http://localhost/bx/bxslider/css/styles.css
*/

.clear {clear: both;}

/*----------------------------------------------------------------------
 HEADER
----------------------------------------------------------------------*/
#content_inner {
	width:1024px;
	height:620px;
	margin: 0 auto;
	padding-top: 0;
	position: relative;
}

#content #css3 {
	float: right;
}
.slides1_wrap {
	position: relative;
	padding: 0;
	width:1024px;
	height:620px;
	/*background:red;*/
}

#slides1 {
	overflow: hidden;
	height: 620px;
}

#slides1 li {
	list-style: none;
	width: 1024px;
}

#slides1 li img {
	float: left;
}

.slides1_wrap .prev {
	position: absolute;
	left: 10px;
	top: 260px;
	outline: 0;
}

.slides1_wrap .next {
	position: absolute;
	right: 10px;
	top: 260px;
	outline: 0;
}

.slides1_wrap a:active {
	top: 100px;
}

/* ÇÏ´Ü ¼Ö¸®µå À§Ä¡ */
.bx_pager {
	position: absolute;
	padding-left: 460px;
	bottom:45px;
}

/* ÇÏ´Ü ¼Ö¸®µå ¼ýÀÚ*/
.bx_pager a {
	/*float: left;
	background: url(bg_pager.png) no-repeat 0 -11px;
	width: 9px;
	height: 7px;
	color: #fff;
	font-size: 0px;
	margin-right: 3px;
	padding: 1px 0 1px 6px;
	font-weight:bold;*/
	float: left;
	background:#fff;
	width: 16px;
	height: 16px;
	border:2px solid #000;
	border-radius:50% 50%;
	font-size: 0px;
	margin-right:8px;
}

.bx_pager a:hover, .bx_pager a.active {
	/*background-position: 0 0;
	text-decoration: none;*/
	background:#eb135c;
}

.auto_controls {
	position: absolute;
	bottom: -25px;
	left: 20px;
}

/* ½ºÅ¸Æ® ½ºÅ¾ ÅØ½ºÆ® */
.auto_controls a {
	font-size: 18px;
	color: blue;
	outline: 0;
	padding: 2px;
	font-weight:bold;
}

.auto_controls a:hover {
	text-decoration: none;	
	background: ;
	color: #e41996;
}

#content #notes li, #content #changes li {
	font-size: 12px;
	color: #8f8f8f;
	margin-left: 43px;
	padding-bottom: 6px;
}

#content #notes li a {
	color: #e41996;
}

#idc-container a {
	color: #e41996;	
}




