div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 468px; 
	height: 350px;
	overflow: hidden;
	border:2px solid black;

	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:470px;
		height:350px;
		overflow:hidden;
		float:left;
		/*padding:2px;*/

		}
	div.scroller div.content {
		width: 10000px;
	
		}

	div#section2 {
		background:black;
		/*color:#ffffff;*/
		color:#ffffff;
		}

div.controls{
float:left; 
/*background-color:rgb(39,39,39);*/
background-color:white;
width:175px;
height:350px;
border-top:2px;
border-right:0px;
border-bottom:2px;
border-left:2px;
border-color: black;
border-style: solid solid solid solid;

/*letter-spacing: -1px;*/
}

.controls a{
display:block;
font-size:10px;
color:silver;
text-decoration:none;
padding:7px 0px 0px 3px;
margin:0px 0px 0px 0px;
vertical-align:middle;
background-image:url(http://video.wtv-stuttgart.de/images/background/menu_bg_2.png);
height:39px;
background-repeat:no-repeat;
width:100%;

}
.controls a:hover{
display:block;
color:white;
font-size:10px;
text-decoration:none;

}
