/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ width:634px; height:auto; overflow:hidden; margin:0 0 25px 0; _margin:15px 0 25px 0; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:619px;
	overflow:hidden;
	height:380px;
	margin:0 auto 8px auto;
}
#fullimg img{ width:638px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #sliderwrapper{
	overflow:hidden;
	padding:4px 0;
	width: 584px;
	float:left;
	height:101px;
	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:0 5px;
	background:#fff;
	padding:2px;
	border:1px solid #BCBCB9;
}
#items .thumb{
	width:130px;
	height:99px;
	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{
	margin:0px;
	height:109px;
	color: white;
	width: 23px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif') no-repeat;}
#moveright{background: url('images/right.gif')  no-repeat;}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

