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

#img_gallery{ margin:0 auto 0 auto; width:943px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
#fullimg{
	width:0px;
	overflow:hidden;
	height:0px;
	/*border:solid 1px #4e4e4e;
	margin-bottom:10px;*/
}
/*#fullimg img{ width:600px; }
#fullimg p, #fullimg span{
	position:absolute;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}*/

/* --- SLIDER --- */
#img_gallery #pgwrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 894px;
	float:left;
	height:172px;
	position: relative;
	border:solid 0px red;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:2700px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:6px;
}
#items .thumb{
	width:294px;
	height:172px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .thumb{
	display:none;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}


#moveleft{
	margin:5px 3px 0 0;
	height:172px;
	color: white;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background: url(images/left-arrow.gif);
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
#moveright{
	margin:5px 0 0 5px;
	height:172px;
	color: white;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	background: url(images/right-arrow.gif);
}