.streamcontainer {
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.stream {
	width: 105px;
	height: 100%;
	padding: 0 0 0 42px;
	float: left;
	top: 0;
	position: relative;
}

.streamcontainer .tag{
	float: right;
	border-radius: 5px;
}

.streamcontainer .tag:hover{
	text-decoration: none;
}

.streamcontainer .tag_meta:hover{
	background-color: #CCCCCC;
	color: #666666;
}

.streamcontainer .stream_0 .tag{
	background-image: linear-gradient(top, #FFB5FF 0%, #FF64FF 100%);
	background-image: -o-linear-gradient(top, #FFB5FF 0%, #FF64FF 100%);
	background-image: -moz-linear-gradient(top, #FFB5FF 0%, #FF64FF 100%);
	background-image: -webkit-linear-gradient(top, #FFB5FF 0%, #FF64FF 100%);
	background-image: -ms-linear-gradient(top, #FFB5FF 0%, #FF64FF 100%);
	color: #FFEDFF;	
}
.streamcontainer .stream_0 .tag:hover{
	cursor: pointer;
	color: #574F57;
	background-color: #570957;
	background-image: none;
}

.streamcontainer{
	width: 717px !important;
}

.stream h3 {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    font-weight: normal;
    margin-left: -214px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    top:188px;
	width: 393px;
}

.msie .stream h3 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 3);
	position: relative;
	left: -15px;
	top: 16px;
}

.stream_1 h3 {
	left: 42px;
}

.stream_2 h3 {
	left:42px;
}

.stream_expanded {
	left: 0;
	width: 874px;
	z-index: 3;
}

.stream p {
	display: none;
	margin-left: 20px;
}

.stream_expanded p {
	display: block;
}

.stream h2 {
	text-align: center;
	font-size: 11px;
	margin: 10px 20px;
}

.stream .photo {
	text-align: center;
	margin: 10px 0;
	height: 100px;
	width: 100px;
	float: left;
}

.stream .photo .thumbnail {
	height: 100px;
	width: 100px;
	display: block;
	background: url(../images/loadinfo.gif) no-repeat center center;
}

.streamcontent {
	position: relative;
}

.stream .more,.stream .less {
	position: absolute;
	bottom: 11px;
	right: 0;
}

.stream .less,.stream_expanded .more {
	display: none;
}

.stream_expanded .less {
	display: block;
}
