@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{

}

/*
 contents Layout [
----------------------------------------------------------- */
div#my-glider {
	background: url(../img/base.jpg) 0 0 no-repeat; 
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 900px; 
	height: 280px;
	overflow: hidden;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:900px;
		height:280px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}

.controls{
 text-align:center;
	margin:0 0 15px 0;
}
.controls img{
	margin:0 0 0 30px;
	}
.contentsItemBtn{
 margin:14px 0 0 27px;
}

div#section1 {
	background: url(../img/img_civic.png) 0 0 no-repeat; 
	_background: url(../img/img_civic.jpg) 0 0 no-repeat; 
	}
div#section2 {
	background: url(../img/img_accord.png) 0 0 no-repeat; 
	_background: url(../img/img_accord.jpg) 0 0 no-repeat; 
	}
div#section3 {
	background: url(../img/img_cr-v.png) 0 0 no-repeat; 
	_background: url(../img/img_cr-v.jpg) 0 0 no-repeat; 
	}
div#section4 {
	background: url(../img/img_city.png) 0 0 no-repeat; 
	_background: url(../img/img_city.jpg) 0 0 no-repeat; 
	}
