/*PROMOCAO*/
.container_tweet {
	position: absolute;
	top: 300px; 
	left: 215px;
	width: 330px;
	height: 350px;
	background: transparent;
}
#home .container_tweet {
	position:relative;
	top: 0px;
	height:330px;
left:50px;
	}
#Scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 330px;
	height: 350px;
}
#home #Scroller-1 { 
height:330px;
}

.Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#home #Scrollbar-Container {
right:55px;
top:130px;
}

#Scrollbar-Container {
	position: absolute;
	top: 50px;
	right: 25px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
}
.Scrollbar-Track {
	background: url(/wp-content/themes/clubsocial/scroll/scroll_bar.gif) center center no-repeat;
	width: 25px;
	height: 204px;
	position: absolute;
	top: 15px; 
	left: 0px;
}
.Scrollbar-Handle {
	cursor:pointer;
	height:35px;
	position:absolute;
	width:25px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 335px;
}