

#img_gallery{ margin:0 auto; width:410px; }

#img_gallery a img{border: 2px solid #fff; margin-right:2px;}

/* --- IMAGE STAGE */
#fullimg{
	width:410px;
	overflow:hidden;
	height:347px;
	margin-bottom:10px;
	border:4px solid #FFFFFF;
}


/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0px;
	width: 279px;
	float:left;


	position: relative;

}


#fullimg .loading{
	width: 24px;
	height: 24px;
	padding:181px;
}



#moveleft {
	margin:0px;
	height:54px;;
	color: white;
	width: 54px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background-image:url(images/gallary_left_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-right:10px;
	margin-top:45px;
}

#moveright{
	margin:0px;
	height:54px;
	color: white;
	width: 54px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background-image:url(images/gallary_right_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:10px;
	margin-top:45px;
}

