
#container_scroll {
	position: relative;
	width:  420px;
	height: 270px;
	left: 8px; 
	float:left;
	
}


#scroll{ width:450; text-align:center; margin: 0 auto;  }



#scrolldiv {
    position: relative;	
    margin: 10px;
    overflow: auto;
    height: 250px;
    width: 400px;
	color:#3A4651;
	text-align:left;
}

#scrolldiv__controls {
      position: relative;
	  float:left;
	  width: 20px;
      display: none;
}

#imgup {
    position: relative;
    top: 15px; left: 10px;
	cursor:pointer;      
}

#imgdown {
    position: relative;
    top: 260px; left: 10px;
	cursor:pointer;    
}

p {
    margin-top: 0;
}
