#sidebarWrapLeft { height:auto !important; width: 180px; left:20px; top:110px; position: absolute; border: none; z-index:9; } #sidebarWrapRight { height:auto !important; width: 180px; right:20px; top:110px; position: absolute; border: none; z-index:9; } #sidebarWrapLeft div { background-color: rgb(85, 190, 196); border-radius: 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3); border: 1px solid #ccc; padding: 0px; word-wrap:break-word; cursor:pointer; } #sidebarWrapRight div { background-color: rgb(85, 190, 196); border-radius: 5px; box-shadow:2px 2px 5px rgba(0,0,0,0.3); border: 1px solid #ccc; padding: 0px; word-wrap:break-word; cursor:pointer; } #sidebarLeft { width: 180px; height:auto !important; position: absolute; } #sidebarLeft.fixed { position: fixed; top: 50; } #sidebarL_close { width: 10px; height: 10px; position: absolute; right: 5px; top: 5px; background: url("../img/del.png") 0 0 no-repeat; cursor:pointer; } #sidebarRight { width: 180px; height:auto !important; position: absolute; } #sidebarRight.fixed { position: fixed; top: 50; } #sidebarR_close { width: 10px; height: 10px; position: absolute; right: 5px; top: 5px; background: url("../img/del.png") 0 0 no-repeat; cursor:pointer; }