*{
	margin: 0;	
	padding: 0;
}


#wrap{
	width: 600px; /* 1200px 이미지값을 600px로 선언 */
	overflow: hidden; /* 옆에 붙어 있는 이미지는 숨긴다. */
	margin: 0 auto;
}


#content{
	width: 1500px; /* img 값 600px인데 넉넉하게 1500을 줬음. */
	height: 300px;
	position: relative; /* 움직이는 이미지으 기준점을 선언 */
}


#scrollBar{
	width: 600px;
	height: 10px;
	background: #06c;
	margin: 0 auto;
	margin-top: 5px; /* 이미지 아래 바란색 라인을 공간을 줬음 */
}


#bar{
	width: 30px;
	height: 10px;
	background: #ffff00;
}
