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

/* --- IMAGE STAGE */
#fullimg{
	width:500px;
	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 #wrapper{
	/*border:1px solid #CCCCCC;*/
	overflow:hidden;
	padding:0px 0px 0px 0px;
	width: 815px;
	float:left;
	height:250px;
	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:7px;
}

#items .thumb{
	width:130px;
	height:160px;
	margin:0px;
	padding:0px;
}

#category .thumb {
	width:130px;
	height:160px;
}

#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;
	padding:0px;
	height:58px;
	width:30px;
	z-index:1000; 
	cursor:pointer;
	float:left;
}

#moveleft { background:url('images/arrowleft.png') no-repeat; }

#moveright { background:url('images/arrowright.png') no-repeat; }

#float, #wrapper { float:left; }

#float {
	margin:105px 0px 0px 0px;
}
