/*  
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-top:	15px; 
	width:627px; 
	margin-left: 14px;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:627px; 
	overflow:hidden;
	height:314px; 
	padding-bottom: 5px;
	text-align: center;
}
#fullimg img{ 
	width: auto; /*width:500px*/
	height:300px; 
} 
#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: 92px;*/
	/*margin-right: 10px;*/
	margin-top: 4px;
	/*height:300px; */
	}

#img_gallery #wrapper{
	/*overflow:hidden;*/
	padding:1px;
	/*width: 91px; */
	float:right;
	/*height:254px;*/
	/*background-color:#000; 
	/*	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:6px;
}
#items .thumb{
	width:78px;
	height:49px;
	cursor:pointer;
	margin-top:2px;
	margin-bottom:2px;
	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{
	display:none;
}
#moveleft{background: url("img/top.gif");}
#moveright{background: url("img/bottom.gif");}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

