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

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

/* --- SLIDER --- */
#img_gallery #wrapper{
float:left;
height:81px;
overflow:hidden;
padding-bottom:9px;
padding-left:0;
padding-top:5px;
position:relative;
width:855px;

}

#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:6px;
	/*border:1px solid;*/
}
#items .thumb{
	width:122px;
	height:81px;
	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:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background:transparent url(../images/left-arrow-carouselv1.jpg) no-repeat scroll 0 0;
float:left;
height:41px;
margin:22px 8px 0;
width:31px;}
#moveright{float:left; background:url(../images/right-arrow-carouselv1.jpg) no-repeat; width:31px; height:41px; margin:22px 0px 0px 10px;}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
