ul.sb_swithout_icons a {
font-size: 11px;
height: 26px !important;
line-height: 26px !important;
border: 1px solid none;
}
ul.sb_swithout_icons a.current {
background-color:#464646 !important;
color:#ffffff !important;
}
div.scrollable_swithout_icons {
height:26px !important;
line-height: 26px !important;
width: 158px;
}
/*
a single item. must be floated on horizontal scrolling
typically this element is the one that *you* will style
the most.
*/
div.sb_container_swithout_icons a.prev, div.sb_container_swithout_icons a.next {
margin-top:4px;
}
/* prev, next */
div.sb_container_swithout_icons a.prev, div.sb_container_swithout_icons a.next {
width:18px;
height:18px;
float:left;
cursor:pointer;
font-size:1px;
}
div.sb_container_swithout_icons a.prev {
margin-right: 3px;
}
div.sb_container_swithout_icons a.next {
margin-left: 3px;
}
div.sb_container_swithout_icons a.prev {
background:url(images/left.png) 0 -18px no-repeat;
}
div.sb_container_swithout_icons a.next {
float: right;
background:url(images/right.png) 0 -18px no-repeat !important;
clear:right;
}
div.sb_container_swithout_icons a.prev:hover {
background-position:0 -18px;
}
div.sb_container_swithout_icons a.next:hover {
background-position: 0 -18px;
}
/* disabled navigational button */
div.sb_container_swithout_icons a.prev.disabled {
background:url(images/left.png) no-repeat;
cursor: default;
}
div.sb_container_swithout_icons a.next.disabled {
background:url(images/right.png) 0 0 no-repeat !important;
cursor: default;
}
ul.sb_swith_icons a {
height: 32px !important;
line-height: 32px !important;
}
div.scrollable_swith_icons {
width: 158px;
height:32px !important;
line-height: 32px !important;
}
/*
a single item. must be floated on horizontal scrolling
typically this element is the one that *you* will style
the most.
*/
div.sb_container_swith_icons a.prev, div.sb_container_swith_icons a.next {
margin-top:4px;
}
/* prev, next */
div.sb_container_swith_icons a.prev, div.sb_container_swith_icons a.next {
width:18px;
height:18px;
float:left;
cursor:pointer;
font-size:1px;
}
div.sb_container_swith_icons a.prev {
margin-right: 3px;
}
div.sb_container_swith_icons a.next {
margin-left: 3px;
}
div.sb_container_swith_icons a.prev {
background:url(images/left.png) 0 -18px no-repeat;
}
div.sb_container_swith_icons a.next {
float: right;
background:url(images/right.png) 0 -18px no-repeat !important;
clear:right;
}
div.sb_container_swith_icons a.prev:hover {
background-position:0 -18px;
}
div.sb_container_swith_icons a.next:hover {
background-position: 0 -18px;
}
/* disabled navigational button */
div.sb_container_swith_icons a.prev.disabled {
background:url(images/left.png) no-repeat;
cursor: default;
}
div.sb_container_swith_icons a.next.disabled {
background:url(images/right.png) 0 0 no-repeat !important;
cursor: default;
}