.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
width: 9px;
background: url(/media/img/social/scroll_bg.png) 0px 0px repeat-y;
}

.vscrollerbar {
background: url(/media/img/social/scroll_bg.png) -9px 0px no-repeat;
padding: -80px;
margin-bottom: 0px;
z-index: 2;
width: 9px;
}

.vscrollerbarbeg {
width: 9px;
height: 0; !important;
}

.vscrollerbarend {
width: 9px;
height: 0; 
}


/* Scroll Bar Master Styling Ends Here */

/*------------*/
#entourage_profile_scroll {
/* Typical fixed height and fixed width example */
display:block;
width: 550px;
height: 240px;
overflow: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px 20px 0px 20px;
padding-top:5px;
}

#entourage_scroll {
/* Typical fixed height and fixed width example */
width: 163px;
height: 148px;
margin: 5px 0 0 0px;
overflow: auto;
overflow-x: hidden;
line-height: 13px;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

#socialfeed_scroll {
/* Typical fixed height and fixed width example */
width: 175px;
height: 200px;
margin: 5px 0 0 5px;
overflow: auto;
overflow-x: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}

.feed_top_logo {
 display:block;
 float:left;
 width:90px;
 margin-left:-3px;
}

.feed_top_flag {
 display:block;
 float:left;
 width:70px;
 font-size:11px;
 margin-left:-2px;
 text-align: right;
 margin-top:2px;
}

.feed_top_flag a {
  font-weight:bold;
  color:#ff0001;
  text-decoration:none;
}
.feed_top_flag a:hover {
 font-weight:bold;
  color:#ff0001;
  text-decoration:underline;
}

.linkBlack {
  color: #2C3840; font-weight:bold; text-decoration:underline;
}

.linkBlack:hover {
  color: #2C3840; font-weight:bold; text-decoration:underline;
}


.title {
  width:156px;
}
.title a { color: #2C3840; font-weight:bold; text-decoration:underline; }



.socialfeed_scroll_item {
  display:block;
  width:166px;
}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 150px;
height: auto;
position: relative;
}
/**/