/* CSS Document */

  /***** SOCIAL SCROLLER (START) *****/

  .social_post_container{height:300px; margin:0 auto;}
  .social_post_container .bx-wrapper {
      position: relative;
      /*left: 25px;*/
	    }
  .social_post_container a.bx-next,
  .social_post_container a.bx-prev {
      display: inline-block;
      width: 19px; height: 37px;
  }

  .social_post{
      width:215px; 
      height:235px; 
     /* margin:0 12px;*/
      float:left; 
  }
  .post-wrapper {
      background: /*url(../images/twitter-down-arrow.png) no-repeat 25px 168px;*/
      padding-bottom: 11px;
  }
  .post{
    /*background: -webkit-linear-gradient(#fbfbfb, #e5e5e5); 
    background: -o-linear-gradient(#fbfbfb, #e5e5e5); 
    background: -moz-linear-gradient(#fbfbfb, #e5e5e5); 
    background: linear-gradient(#fbfbfb, #e5e5e5); 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:10px 10px 0px 10px; */
    position: relative;
	clear:both;
  }

  .post p{
      
     /* height: 100px;*/
     /* overflow: hidden;*/
      color:#666666 !important; line-height:1.4em !important;  
      border: #cacaca;
      border-width: 0 0 1px 0;
	  font-size:15px !important;
	  margin:0 0 15px 0;
  }
  .post p a {
      color: #666666 ;
  }
  .post_actions{
      display: inline-block;
	  position:absolute;
	  
      top: 215px;
      left:-15px;
      margin: 0px !important;
	  background:url(../images/bg_divider_sm.png) no-repeat;
	  width:100%;
	  padding:8px 0 0 0;
  }
  .post_actions li{
	  
    margin: 0 0 0 15px !important;
    float:left;
    list-style: none;
  }
  .post_actions .twitter-reply a {
      background: url(../images/reply-arrow.png) no-repeat 0 4px ;
  }
  .post_actions .retweet a {
      background: url(../images/retweet.png) no-repeat 0 4px ;
  }
  .post_actions .twitter-favorite a {
      background: url(../images/twitter-favorite.png) no-repeat 0 4px ;
  }
  .post_actions a{
      vertical-align: middle;
      padding: 0 0 8px 15px;
      font-size:.8em !important; 
      color:#666666 !important
  }
  .avatar{width:50px; height:50px; margin:0 20px 0 0;}
  .post_info{background: transparent url(../images/icons/faceholder.png) no-repeat left center; margin-bottom:30px; }
  .post_info ul {
      height: 47px;
      font-size:10px;
      margin-left: 55px;
      margin-bottom: 15px;
  }
  .post_info ul li {
      list-style: none;
      line-height: 1.42em;
      margin: 0;
     /* padding: 10px 0px 0 0;*/
	  float:left;
  }
  .post_info a{color:#666666 !important;}
  .post_info img{height:inherit; width:inherit }
  
  .social-button {
      z-index: 9000;
      margin-top: 90px;
      width: 19px; height: 37px;
  }
  .social-button:hover {
      cursor: pointer;
  }
  #social-next {
      background: url(../images/arrow-right.png) no-repeat;
      float: right;
  }
  #social-prev {
      background: url(../images/arrow-left.png) no-repeat;
      float: left;
  }
  
  /* Reference  of sprite */