/*  
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:5px auto; width:500px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:450px;
	overflow:hidden;
	height:380px;
}
#fullimg img{ width:500px; }
#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 #g_wrapper{
	overflow:hidden;
	padding:0 2px;
	width: 400px;
	float:left;
	height:140px;
	position: relative;
/*	background: url(images/recent_bg.jpg) repeat-x left top;*/
}

#items{
	margin:0px;
	padding:0px;
	list-style:none;
	width:60000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:100px;
	height:90px;
	cursor:pointer;
	padding:0px;
	border: 3px solid #FFFFFF;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 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:140px;
	color: white;
	width: 46px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
/*#moveleft{background: url('images/left.jpg');}
#moveright{background: url('images/right.jpg');}*/
#moveleft:hover, #moveright:hover{ background-position:bottom; }
