/**
*
* Výchozí styly pro CMS widgety 
*
* @package		slModules
* @subpackage	cms-core-public
* @version		$Id: slCmsWidgets.css 27679 2011-07-22 08:09:09Z filip $
* @encoding		UTF-8
* @author		Jakub Kratina <jakub.kratina@e4you.cz>
* @author		Filip Zach <filip.zach@e4you.cz>
* @copyright	(c) e4you spol. s r.o. 2002-2011, <design@e4you.cz>
*
* Obsah tohoto souboru je majetkem e4you spol. s r.o. Jeho kopírování,
* pozměňování, šíření a jakékoli další využití je možné výhradně
* se souhlasem e4you spol. s r.o.
*
*/

/**
 * Slideshow
*/
.cms-widget-slideshow {
	width: 555px;
}

.slCmsSlideshowImages {
	position: relative;
	width: 555px;
	overflow: hidden;
	background:  #fff;
	height:300px;
}

.slCmsSlideshowImage {
	position: absolute;
	top: 0;
	left: 0;
}

.slCmsSlideshowImage
{
	width: 555px;
	border:0;
}

.slCmsSlideshowContainer {
	position: relative;
}

.slCmsSlideshowNavigation {
	height: 55px;
	position: absolute;
	bottom: 0;
	width: 555px;
	z-index: 5;
	background-color: #333;
	background-repeat: repeat-x;
}

.slCmsSlideshowButtons {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 7;
}

.slCmsSlideshowButtons span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	margin-right: 10px;
	background-color: #FFFFFF;
	color: #3E3E3E;
}

.slCmsSlideshowButtons .slCmsSlideshowSelectedButton {
	background-color: #3E3E3E;
	color: #FFFFFF;
}

.slCmsSlideshowImageCaption {
	margin: 0;
	padding: 0;
	font-size: 18px;
	visibility: hidden;
	position: absolute;
	left: 20px;
	bottom: 14px;
	z-index: 10;
	color: #fff;
	height: 25px;
	overflow: hidden;
}
