#slider {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    position: fixed;
    top: 160px;
    width: 500px;
    z-index: 99999;
}
#sidebar {
    left: 216px;
    position: absolute;
    top: 160px;
}
.modal-dialog {
  padding-top: 8%;
}
.modal-content {
	border-top: 10px solid #012f5c;
	border-bottom: 10px solid #012f5c;
	width:400px;
	padding:10px;
	box-shadow:0 0 5px 0 rgba(0,0,0,.75);
	z-index:9999;
	margin: 0 auto;
}

#slider1 {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    position: fixed;
    top: 160px;
    width: 500px;
    z-index: 99999;
}
#sidebar1 {
    right: 215px;
    position: absolute;
    top: 160px;
}

#slider2 {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    position: fixed;
    top: 220px;
    width: 500px;
    z-index: 99999;
}
#sidebar2 {
    right: 231px;
    position: absolute;
    top: 255px;
}