div#twitter {
	width: 223px; /*20em;*/
	margin-bottom: 0em;
	border: none; /* 1px solid #888;*/
	background: #e2e2e2 url(../images/bg-twitter-feed.gif) no-repeat;
	float: right;
	margin-top: -10px; /* si: to match ads-list class */
	margin-right:8px;
	height: 267px;/*292px; /* si: added fixed height to container div*/
}

div#twitter h2 {
	margin: 2px 0 28px 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
	color: #fff;	
	/*background-color: #888;*/
	visibility: hidden;	
}

p#preloader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("ajax-loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

ul#twitter_update_list {
	margin: 5px 0 4px 0;
	padding: 0 1.5em 0 1.5em;
	list-style-type: none;
	height: 178px; /* stops box from stretching */		
	overflow-y: auto; /* stops box from stretching */
	overflow-x: hidden; /* no horizontal scroll for long links */	
}

ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

ul#twitter_update_list li a {
	/* timestamp link */
	color: #ff3a00;
}

ul#twitter_update_list li span {
	display: block;
	color: #666;
}

ul#twitter_update_list li span a {
	/* links in tweet */
	color: #000;
}

ul#twitter_update_list li.firstTweet 
{
	padding-top: 8px;	
}

ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

a#profileLink {
	display: block;
	padding: 0.4em 1em;
	color: #666;
	/*background-color: #888;*/	
}


/* Custom Scrollbar */

#mycustomscroll
{
	/* Typical fixed height and fixed width example */
	width: 160px; /*223px;*/
	height: 190px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: red; /*#E7EADE;*/
	border: 1px dashed red;
	margin: 0.3em auto;
	padding: 1px;
}

.flexcroll
{
	border: 1px dotted green;	
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #29caff;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #29caff;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}