#img_gallery{
	width:880px;
	margin: -40px 0px 0px 60px;
	background-image:url(files/gallerybg.gif);
	background-repeat:no-repeat;
	padding:27px 0px 0px 35px;
	height:250px;

}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 630px;
	float:left;
	height:150px;
	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:10px;
}
#items .thumb A:active{
border-color:#FF0000;
}
#items .thumb{
	width:150px;
	height:120px;
	cursor:pointer;
	margin:0px;
	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:50px 20px 20px 20px;
	height:27px;
	color: white;
	width: 28px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	padding:0px 0px 0px 0px;
}
#moveleft{
	background: url('images/1.png');
}
#moveright{background: url('images/2.png');}
#moveleft:hover{ }
#moveright:hover{ }

