.container {
    position: absolute;
    width:  190px;
    height: 250px;
	clear: both;
}


#scrolldiv {
    position: absolute;
    margin: 0px;
    overflow: auto;
    height: 250px;
    width: 190px;
	clear: both;
}

#scrolldiv__controls {
    position: absolute;
    display: none;
}

#imgup {
    position: relative;
    top: 5px; left: 180px;    
}

#imgdown {
    position: relative;
    top: 235px; left: 180px;    
}
