#video-teaser, #video-teaser *{
  padding:0;
}
.v-nav{
  letter-spacing:0;
  background-color:#ebebeb;
  text-align:center;
}
.v-nav .sep{
  color:white;
  font-weight:bold;
}
.v-cont{
  padding:0px;
  margin-left:10px;
  margin-right:10px;
}
.v-top{
  margin-left:0px;
}
.v-search{
  background-color:#ebebeb;
  padding:0;
  margin:0;
 
  margin-top: 14px;
  margin-bottom: 10px;
 
}
#video-teaser .v-search{
  padding:4px;
}

#video-teaser form{margin:0;}

.v-search input{
  border: 1px solid #ccc; 
  font-size: 10px;
  height: 12px;
  width: 120px;
  float:left;
}

.v-lupe{
  width:15px;
  height:20px;
  float:left;
  margin-left:10px;
  background:url(http://www.abendblatt.de/tplpix/ha08/v-lupe.gif) no-repeat;	
}

.v-more{
  float:right;
  background:url(http://www.abendblatt.de/tplpix/ha08/hrefmore.gif) 0 2px no-repeat;
}
#video-teaser .v-more{ padding-left:14px;}
#video-teaser .v-more a, #video-teaser .v-more a:visited, #video-teaser .v-more a:hover, #video-teaser v-more a:active{
  	text-decoration: none;
  	color: #af0707; 
}
#video-teaser h4{
  color:#af0707;
  margin:8px 0 8px 0px;
  font-size: 12px;
}
/* outmost wrapper element */
.scrollable {
	width:278px;
	height:100px;
	margin-left: 0px;
}

/* container for the scrollable items */
div.items {
	height:100px;	
	width: 250px;
	overflow: hidden;
	float:left;
	margin: 10px 6px 0 0;
}

/* single item */
div.items div.anothervideo {
	display:block;
	float:left;
	margin:0;
	width:116px;
	height:100px;
	font-size:10px;
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	background-color:#ebebeb;
  margin-right:2px;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}

div.items div.anothervideo div.v-preview{
  width: 100px; 
  height: 56px; 
  border: none; 
  margin:0 8px;
}

#video-teaser a{
  color:black;
}

/* next / prev buttons */
#video-teaser a.prev, #video-teaser a.next {
	display:block;
	width:21px;
	height:100px;
	float:left;
	background-repeat:no-repeat;	
	margin:10px 0 0 0;
}
#video-teaser a.next {
  margin-left:-4px; 
}

#video-teaser a.prev {
	background:url(http://www.abendblatt.de/tplpix/ha08/v-prev.gif) no-repeat;		
}

#video-teaser a.prev:hover {
	background:url(http://www.abendblatt.de/tplpix/ha08/v-prev.gif) no-repeat;		
}

#video-teaser a.next {
	background:url(http://www.abendblatt.de/tplpix/ha08/v-next.gif) no-repeat;		
}

#video-teaser a.next:hover {
	background:url(http://www.abendblatt.de/tplpix/ha08/v-next.gif) no-repeat;		
}

