/**
* Soubor s výchozími CSS styly pro zobrazení plné verze obrázku
*
* @package		sllibs3
* @subpackage	slImage
* @version		$Id: slImage.css 16660 2010-04-29 11:30:15Z michal $
* @encoding		utf-8
* @author		Filip Zach <filip.zach@e4you.cz>
* @copyright	(c) e4you spol. s r.o. 2002-2010, <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.
*
*/

/*** náhled obrázku ***/

#slImageFullSize {
	border: 2px solid #eee;
	text-align: center;
	background: #666;
	/** je nade vším */
	z-index:2000;
}

#slImageClose {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background: #666 url(../images/slImage/close-image.png) no-repeat 100% 0;
}

#slImageFullSize img {
	border: 1px solid #999;
}

#slImageDescription {
	font-size: .9em;
	padding: .5em;
	color: #fff;
	width: 95%;
}

#slImageEdit {
	position:absolute;
	right:30px;
	bottom:8px;
	width:60px;
	height:20px;
}

#slImageEdit a.rotateLeft,
#slImageEdit a.rotateRight {
	width:16px;
	height:16px;
	display:block;
	float: right;
	padding: 0 5px;
}

#slImageEdit a.rotateLeft {
	background: #666 url(../images/slImage/rotate-90-left-bw.png) no-repeat 100% 0;
	cursor: pointer;
}

#slImageEdit a.rotateLeft:hover {
	background: #666 url(../images/slImage/rotate-90-left.png) no-repeat 100% 0;
}

#slImageEdit a.rotateRight {
	background: #666 url(../images/slImage/rotate-90-right-bw.png) no-repeat 100% 0;
	cursor: pointer;
}

#slImageEdit a.rotateRight:hover {
	background: #666 url(../images/slImage/rotate-90-right.png) no-repeat 100% 0;
}
