.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 a{ display:table-cell; vertical-align:middle; height:60px;}

.simply-scroll-list li img {
border:none;
display:block;
/*max-height:60px;
height:expression(this.scrollHeight>60?"60px":"auto");
max-width:155px; width:expression(document.body.clientWidth > 155? "155px" : "auto");
width:155px;*/
}

.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: 100%; /*old 980px*/
height:80px;
margin:1em auto;
}

.simply-scroll .simply-scroll-clip {
width: 100%;
height:80px;
}

.simply-scroll .simply-scroll-list li {
float:left;
height:60px;
padding-right:10px;
margin:10px 0 20px;
}

.vert {
width:340px;
height:400px;
margin-bottom:1.5em;
}

.vert .simply-scroll-clip {
width:290px;
height:400px;
}

.vert .simply-scroll-list li {
width:290px;
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;
}

.gradient-left {
background:url(../images/gradient-left.png) repeat-y scroll left top transparent;
display:block;
height:140px;
left:0px;
position:absolute;
top:0;
width:150px;
z-index:999;
}

.gradient-right {
background:url(../images/gradient-right.png) repeat-y scroll left top transparent;
display:block;
height:140px;
position:absolute;
right:0px;
top:0;
width:150px;
z-index:999;
}