/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{
	width:460px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 23px;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:380px;
	overflow:hidden;
	height:235px;
	text-align: center;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: -3px;
}
#fullimg img{
	width:380px;
}
#fullimg p, #fullimg span{
	position:absolute;
	background:white;
	opacity:.5;
	color:#FFF;
	margin:0px;
	width:450px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width: 369px;
	float:left;
	height:40px;
	background-color:#FFF;
	position: relative;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;

}

#items{
	margin:0px 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:60px;
	height:40px;
	cursor:pointer;
	margin:0px;
	padding: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:46px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{
	background: url('images/left2.gif');
	margin-left: 24px;
}
#moveright{
	background: url('images/right2.gif');
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
