﻿/**
 * JS Social Tabs Slider
 * @license    GNU/GPL http://www.gnu.org/copyleft/gpl.html
 * @link       http://facebooklikebox.net
 */


.social_slider a:hover {
	background-color:transparent;
	text-decoration: none;
}
.social_slider .tabs {
    width: 100%;
    clear: both;
    height: 100%;
    overflow: hidden;
    display:inline-block;
    border-radius: 8px;
}
  .social_slider .tab-links {
        position: absolute;
        width: 0px;
    }
   .social_slider .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 	
    /*----- Content of Tabs -----*/
 .social_slider .tab-content {
        background:#fff;
        float:left;
        width:370px;
    }

 .social_slider .tab-content .facebook_box {
	border-radius: 8px;
	background-color: #fff;
	position: relative;
    z-index: 99998;
}
.social_slider .tab-links a.active {
	z-index:99999;
	position: relative;
}
 .social_slider .tab {
            display:none;
        }
 
       .social_slider .tab.active {
            display:block;
            ;
        }
.social_slider .tab-content .twitter_box {
	border-radius: 8px;
	background-color: #19bfe5;
	position: relative;
    z-index: 99998;
}
.social_slider .tab-content .twitter_box #twitter-widget-0 {width: 340px; margin-bottom: -5px; }

