#entire_panel{
	margin-top: 25px;
}

.my_border {
	  margin-top: 35px;
   	  width: 960px;
   	  height: 220px;
   	  white-space: nowrap;
      overflow: hidden;
   }  
   .children {
   	  width: 960px;
   	  height: 216px;
   	  display: inline-block;
   	  white-space: normal;
   	  opacity: 0;
   }
   
   #scrollButton { 
		width: 13px;
		height: 30px;
		background: url("../../img/scroll_button.png");
		  
   }
    #scrollButton:hover { 
		cursor: pointer;
   }
   #reserveScrollButton {
   	   width: 50px;
   	   height: 20px;
   	   background-color: #090;
   }
   #scrollBar{
   	width: 960px;
   	height: 30px;
   }
   
   #left_button, #scrollButtonWay, #right_button {
   	display: inline-block;
   }
   
   #left_button {
   	 width: 30px;
   	 height: 30px;
   	 background: url("../../img/left_button.png");
   }
    #left_button:hover { 
		cursor: pointer;
   }
   
   #scrollButtonWay {
   	  background-color: #dddbdb;
   	  width: 898px;
   }
   
   #right_button {
   	 margin-left: 2px;
   	 width: 30px;
   	 height: 30px;
   	 background: url("../../img/right_button.png");
   }
   #right_button:hover { 
		cursor: pointer;
   }
   #first_empty {
   	  width: 150px;
   	  height: 396px;
   	  background-color: #090;
   }

