.WebdesignPodcastSlideShow{border:0px solid #ccc;-moz-border-radius:0px;border-radius:0px;position:relative;overflow:hidden;margin-bottom:0px;}
.WebdesignPodcastSlideShow .slides{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
		
.WebdesignPodcastSlideShow .nextBtn,
.WebdesignPodcastSlideShow .prevBtn{width:40px;display:block;position:absolute;top:0px;z-index:2;opacity:0.5;filter:alpha(opacity=65);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";}
		
.WebdesignPodcastSlideShow .nextBtn{
	right: 0px;
	background: url(../images/button.png) no-repeat center #ccc;
	background: url(../images/button.png) no-repeat center;
	-webkit-box-shadow: px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 0px 0px 0px #ccc;
	-moz-border-radius-topright: 100px;
	border-radius-bottomright: 0px;
}
.WebdesignPodcastSlideShow .prevBtn{left:0px;background:url(../images/button2.png) no-repeat center #ccc;background:url(../images/button2.png) no-repeat center;-webkit-box-shadow:0px 0px 0px #ccc;-moz-box-shadow:0px 0px 0px #ccc;box-shadow:0px 0px 0px #ccc;-moz-border-radius-topleft:0px;border-radius-bottomleft:0px;}
		
.WebdesignPodcastSlideShow .slide{float:left;}
.WebdesignPodcastSlideShow .slides *{-moz-border-radius:0px;border-radius:0px;}
