/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ width:520px; position: relative;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/*
#content #img_gallery a.item,
#content #img_gallery a.item:link,
#content #img_gallery a.item:active,
#content #img_gallery a.item:visited {
	display: block;
	padding: 1px;
	border: 1px solid #ffffff;
}

#content #img_gallery a.item:visited:hover {
	border: 1px solid #E7081A;
}*/

/* --- IMAGE STAGE */
#fullimg{
	width:520px;
	overflow:hidden;
	height:344px;
}
#fullimg img{ width:520px; }
#fullimg p, #fullimg span{
	display: none; /* Caption im Bild verstecken*/
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #thumbwrapper{
	overflow:hidden;
	/*padding:4px 2px;*/
	padding: 0px;
	width: 520px;
	float:left;
	height:54px;
	background-color:#FFFFFF;
	position: relative;
	margin-top: 8px;
}

#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:12px;
}
#items .thumb{
	width:77px;
	height:49px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 16px;
	height: 16px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
/*
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{
	background: url('images/left.gif');
	display: none;
}
#moveright{
	background: url('images/right.gif');
	display: none;
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
*/
#moveleft, #moveright {
	background:transparent url(/clear.gif) no-repeat scroll 0%;
	display:block;
	height:50px;
	position:absolute;
	top:0pt;
	width:20px;
}
#moveleft {
	background:transparent url(/fileadmin/templates/images/prev.jpg) no-repeat scroll 0% 15%;
	float:left;
	left:-25px;
	top: 365px;
	opacity:.3;
}
#moveright {
	background:transparent url(/fileadmin/templates/images/next.jpg) no-repeat scroll 100% 15%;
	float:right;
	right:-25px;
	top: 365px;
	opacity:.3;
}
#moveleft:hover {
	background:transparent url(/fileadmin/templates/images/prev.jpg) no-repeat scroll 0% 15%;
	opacity:1;
}
#moveright:hover {
	background:transparent url(/fileadmin/templates/images/next.jpg) no-repeat scroll 100% 15%;
	opacity:1;
}

#content .tx-dmimageslider-pi1 #img_gallery a.hidebuttons,
#content .tx-dmimageslider-pi1 #img_gallery a.hidebuttons {
	display: none;
}

