.simply-scroll-list,.simply-scroll-list li{padding:0;margin:0;list-style:none}.simply-scroll-container{position:relative}.simply-scroll-clip{position:relative;overflow:hidden}.simply-scroll-list{overflow:hidden}.simply-scroll-list li img{border:none;display:block}.simply-scroll-btn{position:absolute;background-image:url(buttons.png);width:42px;height:44px;z-index:3;cursor:pointer}.simply-scroll-btn-left{left:6px;bottom:6px;background-position:0 -44px}.simply-scroll-btn-left.disabled{background-position:0 0!important}.simply-scroll-btn-left:focus,.simply-scroll-btn-left:hover{background-position:0 -88px}.simply-scroll-btn-right{right:6px;bottom:6px;background-position:-84px -44px}.simply-scroll-btn-right.disabled{background-position:-84px 0!important}.simply-scroll-btn-right:focus,.simply-scroll-btn-right:hover{background-position:-84px -88px}.simply-scroll-btn-up{right:6px;top:6px;background-position:-126px -44px}.simply-scroll-btn-up.disabled{background-position:-126px 0!important}.simply-scroll-btn-up:focus,.simply-scroll-btn-up:hover{background-position:-126px -88px}.simply-scroll-btn-down{right:6px;bottom:6px;background-position:-42px -44px}.simply-scroll-btn-down.disabled{background-position:-42px 0!important}.simply-scroll-btn-down:focus,.simply-scroll-btn-down:hover{background-position:-42px -88px}.simply-scroll-btn-pause{right:6px;bottom:6px;background-position:-168px -44px}.simply-scroll-btn-pause:focus,.simply-scroll-btn-pause:hover{background-position:-168px -88px}.simply-scroll-btn-pause.active{background-position:-84px -44px}.simply-scroll-btn-pause.active:focus,.simply-scroll-btn-pause.active:hover{background-position:-84px -88px}/*.simply-scroll{width:100%;height:30px;line-height:30px;margin:1em 0;display:block}.simply-scroll .simply-scroll-clip{width:100%;height:30px;line-height:30px;float:left;display:block}.simply-scroll .simply-scroll-list{width:auto;float:left;display:inline-block}.simply-scroll .simply-scroll-list li{float:left;width:auto;height:30px;line-height:30px;z-index:1000;color:#fff;display:inline}.simply-scroll .simply-scroll-list li .fa{height:30px;line-height:30px;font-size:11px}.vert{width:100%;height:250px}.vert .simply-scroll-clip{width:100%;height:240px}.vert .simply-scroll-list li{width:100%;height:auto;margin:10px 0;padding:10px;font-size:12px}.vert .simply-scroll-list li img{margin-bottom:10px}.vert .simply-scroll-btn-up{right:0;top:0}.vert .simply-scroll-btn-down{right:0;top:52px}*/

.vert { /* wider than clip to position buttons to side */
	width: 100%;
	height:500px;
    }
    .vert .simply-scroll-clip {
        width: 100%;
        height:490px;
    }
    .vert .simply-scroll-list li {
        width: 100%;
        height: auto;
        margin:0px;
        padding:0px;
    }
	@media screen and (max-width:480px){
		.right_scroller .col-sm-12{
		border:1px solid #31708f}
		.vert { /* wider than clip to position buttons to side */
		height:150px;
    }
    .vert .simply-scroll-clip {
        width: 100%;
        height:140px;
    }
	}
	.border{
		border:1px solid #bce8f1;
		padding:0;
	}
	.border-bottom{
		border-bottom:1px solid #bce8f1;
	}
	.border-left{
		border-left:1px solid #bce8f1;
		padding:5px 0;
	}
	.bg-yellow{
		background:#f1b458;
	}
	.text-yellow{
		color:#f7a01e;
	}
	.bg-grey{
		    background: #848688;
    color: #ffffff;}
	.btn_div{
		margin-bottom:5px;
	}
	@media screen and (max-width:480px){
		.border-left{border-left:none;}
		.right_scroller{
			margin-top:5px;
		}
	}