/* 
	Resets defualt browser settings
	reset.css
*/

:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }





#example {
	width:970px;
	height:180px;
	position:relative;
	margin-top:15px;
	z-index:1;
}



#frame {
	position:absolute;
	z-index:1;
	width:970px;
	height:180px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:970px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index:1;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:970px;
	height:180px;
	display:block;
	z-index:1;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:2;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin-bottom:-100px;
	width:0px;
}

.pagination li {
	float:left;
	margin:0;
	list-style:none;
}

.pagination li a {
	display:block;
	width:0px;
	height:0;
	padding-top:0px;
	/*background-image: url('../images/top_bar_bg.gif');*//* ¹öÆ° ÀÌ¹ÌÁö ³ëÃâ ½Ã ÁÖ¼® »èÁ¦*/
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}