#img_gallery
{ 
	margin:0px; 
	width:705px; 
}
#img_gallery a
{ 
	outline:none; 
	border:none; 
}
#img_gallery a img
{
	border:none;
}

/* --- IMAGE STAGE */
#fullimg{
	overflow:hidden;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 650px;
	float:left;
	height:65px;
	background-color:#141414;
	position: relative;

}

#items{
	margin:0px;
	margin-left:9px;
	padding:0px;
	list-style:none;
	position: relative;
}
#items li{
	float:left;
	list-style:none;
	margin-right:4px;
}
#items .thumb{
	width:87px;
	height:65px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .thumb:hover{
}
#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;
}
div.slideImages
{
	margin-left:10px;
	padding-bottom:100px;
}
.moveleft, .moveright{
	height:72px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	display:block;
	cursor: pointer;
	float:left;
}
.moveleft
{
	background-image:url(images/left.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.moveright
{
	background-image:url(images/right.gif);
	background-position:top;
	background-repeat:no-repeat;
}

a.arrowBack{
	background: url('images/back.gif');
	background-position:right;
	background-repeat:no-repeat;
	margin:0px;
	height:23px;
	width: 27px;
	cursor: pointer;
	display:block;
}
a.arrowFw{
	background: url('images/fw.gif');
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
	height:23px;
	width: 27px;
	cursor: pointer;
	display:block;
}
.arrowBack:hover
{
	background: url('images/backhover.gif');
	background-repeat:no-repeat;
	background-position:right;
}
.arrowFw:hover
{
	background: url('images/fwhover.gif');
	background-repeat:no-repeat;
}