/* CSS Document */
/**********************************************************************************
*	Filename: tabs-news.css
*	Purpose: All the CSS Rules required to design web pages.
*	Author: Vicky Shinde vicky.shinde[at]gmail[dot]com
**********************************************************************************/
.news-tab{float:left;height:105px;position:relative;width:100%;}
.news-tab div{display:none;height:95px;left:0;line-height:18px;padding:0 5px;position:absolute;top:0;}
.news-tab h3{font-size:14px;font-weight:bold;margin:0;padding:0;text-transform:uppercase;}
.slidetabs{clear:both;}
.slidetabs a{background:url(../images/navigator.png) 0 0 no-repeat;display:block;float:left;font-size:1px;height:14px;margin:3px;width:14px;}
.slidetabs a:hover{background-position:0 -14px;}
.slidetabs a.current{background-position:0 -28px;}
.disabled{visibility:hidden!important;}