#img_gallery{margin:0 auto; text-align:center}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	overflow:hidden;
	height:335px;
	margin:15px auto 0 auto;
	position:relative;
}

#fullimg img{ 
width:500px;
border:1px solid Lightblue;
padding:3px;
width:488px; 
}

#fullimg p, #fullimg span{
	position:absolute;
	color:#003366;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:12px;
	font-weight:bold;
	bottom:0;
	background:url(../images/ajax-loader.gif);
}
/* --- SLIDER --- */
#galslider{margin-top:25px;}

#img_gallery #wrapper{
	overflow:hidden !important;
	padding:4px 2px;
	width: 619px;
	float:left;
	height:50px;
	background-color:#eee;
}
#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;

	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
	margin-top:150px;
}
#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');}
#moveright{background: url('../images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }