/*  Styles für Mediengallery in rechter Spalte*/
#webaMediagallery .scrollup,
#webaMediagallery .scrolldown
{
	display:block;
	width:215px;
	height:20px;
}

#webaMediagallery .scrolldown a
{
	display:block;width:215px;height:20px;
	background: url(../images/pfeil-down.gif) center center no-repeat;
}

#webaMediagallery .scrollup a
{
	display:block;width:215px;height:20px;
	background: url(../images/pfeil-up.gif) center center no-repeat;
}

#webaMediagallery ul.gallery li,
.rightimgwrap {
	background:none!important;
	padding:0px!important;	
	margin-bottom:1px;
	width:215px;
	height:120px;
	overflow:hidden;	
}

#webaMediagallery ul.gallery li {
	display:none;
}
