/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

body{  color:white; }
#img_gallery{  width:400px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:400px;
	overflow:hidden;
	
}
#fullimg img{ width:400px; }
#fullimg p, #fullimg span{
	position:absolute;
	
	opacity:.5;
	color:white;
	margin:0px;
	width:400px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	margin-top:0px;
	/*padding:4px 2px;*/
	width: 330px;
	float:left;
	height:59px;

	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:2px;
}
#items .thumb{
	width:100px;
	height:49px;
	cursor:pointer; 
	margin-top:4px; 
	margin-left:1px;
	
	
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
	margin-top:85px; margin-bottom:87px;
	
	margin-left:200px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px; vertical-align:middle;
	height:59px;
	color: white;
	width: 32px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.png'); background-repeat:no-repeat; background-position:center;}
#moveright{background: url('images/right.png'); background-repeat: no-repeat; background-position:center;}
/* #moveleft:hover, #moveright:hover{ background-position:bottom; } */
