
    #main {
      width: 610px;
      margin: 0 auto;
	  
    }

    #content-slider {
      width: 520px;
      height: 1px;
      margin: 0px;
      background: #ffffff;
      position: relative;
	  margin-left:60px;
	  margin-top:0px;
	 
	  
    }
	#sliderbg{
	position:absolute;
		
	top:-6px;
	left:-20px;
	width:200px;
	z-index:-1;
	}
	
.itemname{
width:141px;
border-color:#24ABE5;
border-style:solid;
border-width:1px;

}
    .content-slider-handle {
      width: 38px;
      height: 8px;
      position: absolute;
      top: -2px;
      background: #aaaaaa;
      border: solid 1px black;
	  	
    }

    #content-scroll {
      width: 640px;
      height: 270px;
      margin-top: 10px;
      overflow: hidden;
      border: solid 0px black;
	  padding-left:20px;
	  padding-bottom:10px;
    }

    #content-holder {
	 width: 1500px;
      height: 250px;
    }

    .content-item {
      width: 141px;
      height: 250px;
      padding: 5px;
      float: left;
	  text-align:center;
	 
  }

