.simply-scroll-container{position:relative;}
.simply-scroll-clip{position:relative;overflow:hidden;z-index:2;}
.simply-scroll-list{position:absolute;top:0;left:0;z-index:1;overflow:hidden;list-style:none;margin:0;padding:0;}
.simply-scroll-list li{list-style:none;margin:0;padding:0;}
.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: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: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: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:hover{background-position:-42px -88px;}
.simply-scroll{width:187px;height:200px;margin-bottom:1em;}
.simply-scroll .simply-scroll-clip{width:187px;height:200px;}
.simply-scroll .simply-scroll-list li{float:left;width:187px;height:200px;}
.vert{width:187px;height:400px;margin-bottom:1.5em;}
.vert .simply-scroll-clip{width:187px;height:400px;}
.vert .simply-scroll-list li{width:187px;height:200px;}
.vert .simply-scroll-btn-up{right:0;top:0;}
.vert .simply-scroll-btn-down{right:0;top:52px;}
.flickr{width:576px;height:180px;margin-bottom:1.5em;}
.flickr .simply-scroll-clip{width:576px;height:180px;}
.flickr .simply-scroll-list img{float:left;border:none;display:block;}