body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.rss_video {
width:90%;
}

/*added from mike for the plugin*/

.rss_video_thumb {
float:right;
margin-left:10px;
margin-bottom:10px;
}

/*
.rss_video ul{
	padding-left: 0px;
	margin: 0;
}
*/
.rss_video li{
	padding: 0px 0 2px 12px;	
	list-style: none;
	vertical-align: middle;
	background: url('/videorss/css/triangle.gif') no-repeat 0 0.3em;
	
}

.rss_title{
	font-weight: bold;
}

.rss_description{
	font-weight: normal;
}

.rss_pubdate{
	font-style:italic;
}

.rss_video li a{
	color: #003366;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	vertical-align: middle;
}

.rss_video li a:hover{
	text-decoration:underline;
}

.rss_video li.alt{
/* Alternatives Listenelement (ohne Dreieck) */
	color: #000;
	padding: 2px 0 2px 0;
	background: none;
}

a.watch {
/* padding: 2px 0 2px 20px; background: url('/videorss/graphics/gti-basic/gif/geotag_16.gif') left center no-repeat;*/

	padding: 2px 0 2px 20px;	
	vertical-align: middle;
	background: url('/videorss/graphics/video2.gif') no-repeat 0 0.3em;
	color: #003366;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
}

a.watch:hover {
   cursor: -webkit-zoom-in;
   cursor: -moz-zoom-in;
   text-decoration:underline;
}

