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

/*body{ background:black; color:white; }*/
#img_gallery{ margin:0px auto; width:400px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:400px;
	overflow:hidden;
	/*height:320px;*/
}
#fullimg img{ width:400px; }
#fullimg p, #fullimg span{
	position:relative;
	float:left;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:0px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	margin-top:4px;
	margin-left:16px;
	padding:4px 1px;
	width: 366px;
	height:50px;
	background-color:#181818;
	position: absolute;

}
#moveleft{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	margin-top:4px;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	position:absolute;
	float:left;
	background: url('/jtpro/img/left2.gif');
}
#moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	margin-top:4px;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	position:relative;
	float:right;
	background: url('/jtpro/img/right2.gif');
}
#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:2px;
}

#items .thumb{
	/*width:70px;*/
	height:50px;
	cursor:pointer;
	margin:0px 2px;
	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:hover, #moveright:hover{ background-position:bottom; }
