@charset "utf-8";
/* CSS Document */
/* Homepage gallery css */

#img_gallery{ padding:0px; width:793px; position:relative; margin:6px 116px; }
#img_gallery a{ outline:thick; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:793px;
	overflow:hidden;
	height:378px;
}
#fullimg img{ width:793px;}
#fullimg p, #fullimg span{
	position:absolute;
	background:#fff;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:0px;
}

/* --- SLIDER --- */
#home_slider
{
	width:650px;
	margin:0 auto;
}

#img_gallery #wrapper{
	overflow:hidden;
	margin:18px auto;
	padding-left:0px;
	margin-left:2px;
	width:600px;
	float:left;
	height:54px;
}
#moveleft{background: url('../images/left.gif') no-repeat; border:#ccc 1px solid; float:left; margin-left:2px;}
#moveright{background: url('../images/right.gif') no-repeat;border:#ccc 1px solid; float:right;}

#items{
	margin:0px;
	padding:0px;
	list-style:none;
	width:50000px;
	float:left;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:9px;
	padding:0px;
}
#items .thumb{
	width:94px;
	height:60px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none; border:#ccc 1px solid;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin-top:36px;
	height:58px;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
}



