#img_gallery{ margin:20px auto; width:550px; padding-bottom:60px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
#fullimg{
	width:500px;
	height:380px;
	position:relative;
	margin-bottom:20px;
}
#fullimg img{ width:500px; height:360px; }
#fullimg p, #fullimg span{
	position:absolute;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	bottom:-10px;
	font-weight:bold;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 510px;
	float:left;
	height:75px;
	position: relative;

}

#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{
	width:101px;
	height:75px;
	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{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background: url('left.gif');
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
#moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background: url('right.gif');
}
#maintext {
	background-color:white;
}
