/* 
	Resets defualt browser settings
	reset.css
*/
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,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-style:inherit; font-size:100%; font-family:inherit;}
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


#slides {
	position:relative;
	top:0px;
	left:0px; /* 슬라이드 시작위치 */
}

.slides_container {
	width:699px;
	overflow:hidden;
	position:relative;
	display:none;
}


.slides_container a {
	width:699px;
	height:451px;
	display:block;
}

.slides_container a img {
	display:block;
}


#slides .next,#slides .prev {
	position:absolute;
	top:36%;         /* 좌우슬라이드 이미지 상단위치  107px; */
	left:-23px; /*우측 슬라이드 이미지 위치 조정 */
	width:24px;
	height:43px;
	display:block;
}

#slides .next {
	left:699px; /*좌측 슬라이드 이미지 위치 조정 */
}


.pagination {/*다수 슬라이드 이미지 위치 조정 이미지변경시 img 폴더의 pagination.png 를 수정  */
	margin:-53px auto 0;
	left:-171px;
	width:210px;
	position:absolute;
	display:block; /*사용하지 않을때 none 로 바꿔줌 */
}

.pagination li {
	float:left;
	margin:0 4px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px; 
	background-image:url(../../common/slide/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


#slidesContainer{
	overflow:hidden;
}


