/*  
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:26px auto 1px 20px;
width:403px; */
margin:26px auto 1px 3px;
width:424px;
}
#img_gallery div {float:left;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	background-color:#FFF;
	height:304px;
	overflow:hidden;
	padding-bottom:16px;
	text-align:center;
	width:421px
	}
#fullimg img{ 
	/* width: auto; /*width:500px*/
	/*height:292px; 
	border:1px solid #000; */
	border:1px solid #000000;
	height:312px;
	width:auto
} 
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px; /*500*/
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#slider{
	width:420px;
}

#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width:384px; /* 362*/
	float:left;
	height:50px;
	background-color:#EDECED; /*#181818;*/
	position: relative;
	border-top: #B6CCDC 1px solid;
	border-bottom: #B6CCDC 1px solid;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	padding-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0 0 0 1px;
	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: url("img/left.gif");}
#moveright{background: url("img/right.gif");}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

