/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/


#img_gallery{ padding-top:10px; width:567px; }
* html #img_gallery{
	float:left;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:567px;
	overflow:hidden;
	height:378px;
}
/*#fullimg img{ width:auto; }
#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 #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 460px;
	float:left;
	height:auto;
	background-color:#181818;
	position: relative;

}
*/
#wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 567px;
	float:left;
	height:auto;
	position: relative;

}
#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	position: relative;
	letter-spacing:0em;
/*	width:50000px;*/
}
#items li{
	width:100px;
	height:100px;
	float:left;
	list-style:none;
	margin-right:2px;
	padding:3px;
	border:0px solid #E4E4E4;	
	margin-bottom:2px;
	overflow:hidden;	
}
#items .thumb{
	width:auto;
	height:auto;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	margin-top:150px;
	width: 32px;
	height: 32px;
}
#fullimg .thumb{display:none;}

/*#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}*/
#items .item {
	display:block;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
