/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/


#img_gallery{ margin:50px auto; width:510px; position:relative;padding-left:30px;   }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden; margin:0; padding:0;
	width: 466px;
	float:left;
	height:170px;
	position: relative; text-align: center; overflow:hidden;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{

	cursor:pointer;
	margin:5px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:38px;
	color: white;
	width: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleftr, #moverightr{
	margin:0px;
	height:38px;
	color: white;
	width: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
.obrazek_cert{ width:150px; height:150px; text-align:center;  margin:4px}
#moveleft{background: url('../images/next.png') no-repeat; position:absolute; top:50px; left:0; z-index:9; }
#moveright{background: url('../images/prev.png') no-repeat; position:absolute; top:50px; right:0; z-index:4;}

#moveleftr{background: url('../images/next.png') no-repeat; position:absolute; top:50px; left:0; z-index:9; display:none }
#moverightr{background: url('../images/prev.png') no-repeat; position:absolute; top:50px; right:0; z-index:4; display:none }

#moveleft:hover, #moveright:hover{ background-position:bottom; }
