
ul.sb_swithout_icons a { 
	font-size: 11px;
	font-weight: bold;
	font-family: bold 11px Verdana,sans-serif;
	
	height: 30px  !important;	
	line-height: 30px !important;
	border: 1px solid #333333;
}

ul.sb_swithout_icons a.current {
	background-color:#FFFFFF !important;
	color:#000000 !important;	 
}

 
div.scrollable_swithout_icons { 
    height:30px !important; 
	line-height: 30px !important;
    width: 258px; 
} 
 
/* 
    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:6px;	
}
/* 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: 258px; 
    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:6px;	
}
/* 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;
}
