/* 메인 컨텐츠 레이아웃 */

#r_area {
	float:left;
	width:990px;
	padding-left:210px;
}

/* 비쥬얼 */
#visual {
	float:left;
	width:750px;
	height:750px;
	position:relative;
}
#slideshow {float:left; width:750px; height:750px;}
#slides {width:750px; height:750px; list-style:none;}
#slides li {width:750px;}

.pagination {position:absolute; bottom:13px; right:10px; list-style:none; height:10px; z-index:999;}
.pagination li {float:left; cursor:pointer; width:10px; height:10px; margin-right:5px; background:url(../images/main/circle_02.png) no-repeat top center;}
.pagination li:hover {cursor:pointer; width:10px; height:10px; background:url(../images/main/circle_03.png) no-repeat top center;}
li.current {cursor:pointer; width:10px; height:10px; background:url(../images/main/circle_03.png) no-repeat top center;}


/* 청춘의샘 소개 */
#intro {
	float:left;
	width:990px;
	height:200px;
}

/* 오른쪽배너 소개 */
#banner {
	float:left;
	width:240px;
}