

#img_gallery{ padding:18px 4px; width:669px; float:left; }
/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width: 570px; margin-right:20px;
	float:left;
	height:78px;
	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:3px;
}
#items .thumb{
	width:112px;
	height:78px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px; margin-top:24px;
	height:33px;
	color: white;
	width: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{ padding-right:19px; background:url(../images/left_g.jpg) left no-repeat;}
#moveright{ background:url(../images/right_g.jpg) left no-repeat;}

