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


#img_gallery{
	width:579px; 
	height: 310px;
	/*margin:10px auto; 
	margin-left: 20px;*/
	border-bottom: solid 1px #376837;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

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

/* --- SLIDER --- */
#slider{
	width: 80px;
	margin-left: 10px;
	margin-top: 4px;
	/*display: block;*/
	}

#img_gallery #wrapper{
	overflow:hidden;
	padding:2px;
	width: 80px; /* 460*/
	float:left;
	height:266px;
	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:76px;
	height:50px;
	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:16px;
	color: white;
	width: 58px;
	margin-left: 11px;
	margin-right: 11px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url("img/top.gif");}
#moveright{background: url("img/bottom.gif");}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

