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

#img_gallery{
float: left;
width: 711px;
height: 257px;
background: url('../images/bg_gall.png') no-repeat;
}
#img_galleryNull{
float: left;
width: 711px;
height: 10px;
background: url('../images/bg_gallNull.png') no-repeat;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:2px 2px;
	margin: 0 0 0 6px;
	width: 695px;
	float:left;
	height:250px;
	position: absolute;
	

}

#items{
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
  width: 258px;
  height: 238px;
	list-style:none;
	background: url('../images/gal.png') no-repeat;
}
#items li span
{
margin-left:25px;
width: 200px;
float:left; 
}
#items li span a
{

text-decoration:underline;
}

#items .thumb{
	width: 200px;
  height: 150px;
	cursor:pointer;
	margin:27px 0 0 24px; 
}
#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;
}
.arrows
{
position:absolute;
width: 46px;
height: 70px;
margin: 230px 0 0 650px;
z-index: 1000; 

}
#moveright{
	height:34px;
	color: white;
	width: 46px;
	text-indent: -2000em;
	text-decoration: none;
	display:block;
	cursor: pointer;
	float:right;
}

#moveright{ background: url('../images/galArrowR.png');}
#moveright:hover{ background-position:bottom; }

