
#img_gallery{float:left; width:575px; height:450px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:575px;
	overflow:hidden;
	height:355px;
}
#fullimg img{ width:575px; height:355px; }

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:12px 0px 0px 0px;
	width: 515px;
	float:left;
	height:62px;
	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:80px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px 3px;
}

#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#moveleft, #moveright{
	margin:0px;
	height:49px;
	width: 20px;
	z-index: 1000; 
	cursor: pointer;
	float:left;	
	padding: 13px 0px 0px 0px;	
}

#moveleft{
	padding: 13px 5px 0px 0px;	
}

#moveright{
	padding: 13px 0px 0px 5px;	
}
