/*  
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:700px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:692px;
	overflow:hidden;
	height:502px;
	margin-top:7px;
}
#fullimg img{ width:692px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin-top:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 660px;
	float:left;
    height:58px;
	background-color:#181e24;
	
	
	
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:100000px;
	position: relative;
	letter-spacing:0em;
	height:50px;


}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
	
}
#items .thumb{
	width:62px;
	height:42px;
	cursor:pointer;
	margin:5px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
margin:200px;

margin-left:300px;
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{

background:url('images/left_bot.gif');
background-repeat:repeat-y;

margin-left:0px;
}
#moveright{background: url('images/right_bot.gif');


}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

#moveleft2{
background:url('images/left_bot.gif');

}

#moveright2{
#moveright{background: url('images/right_bot.gif');

}


