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

/* --- IMAGE STAGE */
#fullimg{
	width:265px;
	overflow:hidden;
	height:305px;
	margin-left:auto;
	margin-right:auto;

}
#fullimg img{ height:300px; 	display:block; margin-left:auto; margin-right:auto }
#fullimg p, #fullimg span{
	position:absolute;
	color:white;
	margin:0px;
	width:265px;
	padding:1px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 265px;
	float:left;
	height:130px;
	background-color:#181818;


}

#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:3px;
}
#items .thumb{
	height:130px;
	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:138px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../images/image_gallery/left_h.gif');}
#moveright{background: url('../images/image_gallery/right_h.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
