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

/* --- IMAGE STAGE */
#fullimg{
	width:800px;
	overflow:hidden;
	height:533px;
}
#fullimg img{

}
/*
#fullimg p, #fullimg span{
	position:absolute;
	background:white;
	opacity:.5;
	color:white;
	margin:0px;
	width:670px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}
*/
/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:30px 0px;
	width: 450px;
	float:left;
	height:69px;
	background-color:#ffffff;
	position: relative;


}
#thumbslider
{
	margin-bottom:-10px;
}


#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:59px;
	height:59px;
	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, #fullimg p, #fullimg span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin-top:24px;
  height:69px;
	color: white;
	width: 27px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}

#moveleft{
  background: url(assets/JR_NavLf.png) no-repeat;
  margin-left: -12px;
}
#moveright{
margin-right: -12px;
background: url(assets/JR_NavRg.png) no-repeat;
margin-bottom:25px;

}
#moveleft:hover, #moveright:hover{ background-position:left bottom; }

