body{ background:#fff;}
#img_gallery{
	border-style:solid;
	border-width:1px;
    margin:1px 1px 1px 1px;
    padding:0; 
	border-color:#fff; 
	margin:0px auto; width:1202px; height:730px}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	border-style:none;
	border-width:1px;
    margin:1px 1px 1px 1px;
    padding:0; 
	border-color:#F00;
	position:relative;
	top: 0px;
	left: 0px;
	width:1200px;
	overflow:hidden;
	height:640px;
	
}
#fullimg img{ 
	padding:2px;
   	border:1px solid #000000;
   	background-color:#fff;
	display:block;
	margin:auto;}
#fullimg p, #fullimg span{
	position:relative;
	background: none;
	opacity:.5;
	color:#222;
	margin:0px;
	width:1200px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	border-style:none;
	border-width:1px;
    margin:1px 1px 1px 1px;
    padding:0; 
	border-color:#fff;
	overflow:hidden;
	padding:0px 0px;
	width: 1130px;
	float:left;
	height:87px;
	background-color:#fff;
	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:0px;
}
#items .thumb{
	border: solid;
	border-width:1px;
	border-right-with:6px;
	border-color:#fff;	
	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, #moveleft2, #moveright2{
	margin:0px;
	height:85px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft, #moveleft2{background: url('../pic/left2.gif');}
#moveright,#moveright2{background: url('../pic/right2.gif');}
#moveleft:hover, #moveright:hover, #moveleft2:hover, #moveright2:hover{ background-position:right; }

