/*  
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;}


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

#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}

#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-dminfoslider-pi1 #img_gallery a.hidebuttons,
#content .tx-dminfoslider-pi1 #img_gallery a.hidebuttons {
	display: none;
}

p.price {
	font-size: 1em;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
}

#content p.price_new {
	color: #E7081A;
	font-weight: bold;
	font-size: 1.1em;
}

.loader {
	background:transparent url(/fileadmin/templates/images/ajax-loader.gif) no-repeat scroll 0pt;
	display:block;
	left:50%;
	position:absolute;
	top:50%;
	visibility:hidden;
	width:16px;
	height:16px;
	margin-left:-8px;
	margin-top:-8px;
}

.images {
  margin-bottom: 10px;
}

#content div#infodata div.files a,
#content div#infodata div.files a:link,
#content div#infodata div.files a:active,
#content div#infodata div.files a:visited,
#content div#infodata div.files a:hover,
#content div#infodata div.images a {
  font-size: 0.8em;
}
