





/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Widgetkit Slideshow Style Sheet
 */

.wk-slideshow .slides,
.wk-slideshow .nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wk-slideshow-default .nav span {
	display: block;
	cursor: pointer;
}

.wk-slideshow .next,
.wk-slideshow .prev {
	position: absolute;
	z-index: 5;
	cursor: pointer;
}

.wk-slideshow .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 10px;
	background: rgba(0,0,0,0.5);
}

.wk-slideshow .caption,
.wk-slideshow .caption a { color: #fff; }
.wk-slideshow .caption a { text-decoration: underline; }

.wk-slideshow article > *:first-child { margin-top: 0; }
.wk-slideshow article > *:first-child { margin-bottom: 0; }

.wk-slideshow article > a:first-child,
.wk-slideshow article > img:first-child,
.wk-slideshow article > a:first-child > img { display: block; }