/*  
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:620px; padding-top: 2px; float:left; clear:left; position: relative;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

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

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 0px;
	width: 568px;
	float:left;
	height:82px;
	background-color:#ffffff;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:5000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	}
#items .thumb{
 width:80px;
 height:80px;
 cursor:pointer;
 margin:0;
 padding:0 0 0 1px
}
#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: -2000px;
}
#moveleft, #moveright{
	margin-top:4px;
	height:82px;
	color: white;
	width: 16px;
	text-indent: -2000px;
	text-decoration: none;
	z-index: 99; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('http://www.epoquehotels.com/img/gallery/left.gif');}
#moveright{background: url('http://www.epoquehotels.com/img/gallery/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

