/*  
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:610px;
	position: relative;
	padding-top: 62px;
	float: right;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:610px;
	overflow:hidden;
	height:480px;
}
#fullimg img{
	width:610px;
	padding-top: 45px;
}
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0px 0px;
	/* width: 288px; */
	float:left;
	height:62px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	/* width:50000px; */
	position: relative;
	letter-spacing:0em;
	height: 62px;
	float: right;
}
#items li{
	float:left;
	list-style:none;
	margin-right:0px;
	padding-left: 0px;
	border: 1px solid #7F7F7F;
	width: 60px;
	height: 60px;
	margin-left: 10px;
	
}

#items li table td {
	height: 60px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: none;
	
}


#items li a {
	width: 60px;
}


#items .thumb{
	width:60px;
	cursor:pointer;
	margin:0px;
	padding:0px;
	height: auto;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 400px;
	height: 352px;
	margin-left: 105px;
	background-color: #FFFFFF;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:58px;
	color: #FFCC66;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:none;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('img/left.gif');}
#moveright{background: url('img/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

