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

/*body{ background:black; color:white; }*/
#img_gallery{
	margin:0px;
	padding:0px;
	width:100%;
	/*border: thin solid Blue;*/

	margin-left:auto;
	margin-right:auto;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	/*overflow:px;den;*/
	min-height:375px;
	text-align:center;
}
#fullimg img{ margin-left:auto; margin-right:auto; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	/*width:500px;*/
	padding-right:5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	

}

#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:160px;*/
	height:127px;
	cursor:pointer;
	margin-right:2.5px;
	margin-left:3px;	
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	/*width: 24px;*/
	/*height: 500px;*/
	margin-left:auto;
	margin-right:auto;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
/*#moveleft, #moveright{
	margin:0px;
	height:135px;
	color: white;
	width: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}*/
#moveleft{
	/*background: url('../img/gallery-arrowleft.gif')no-repeat 2px;*/
	/*margin-left:4px;
	margin-right:-5px;*
	float:left;*/
	}
#moveright{
	/*background: url('../img/gallery-arrowright.gif') no-repeat 2px;*/
	/*float:right;*/
}
#moveleft, #moveright{
	/*background: Aqua;*/
}
#wrapper_container{
	margin-top: 15px;
	height:150px;
	/*width:590px;*/
	padding:0px;
}
#img_gallery #wrapper{
	overflow:hidden;
	width: 490px;
	height:127px;
	position: relative;
}
#arrow_container_left{
	width: 33px;
	
}
#arrow_container_right{
	width:35px;
	padding-left:3px;
}