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


#img_gallery{ float:left; width:642px; position:relative; height:348px/*; padding-top:2px; clear:both*/ }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:464px;
	display:block;
	overflow:hidden;
	height:348px;
	float:left;
}
#fullimg img{ width:464px; height:348px; float:left;}
#fullimg p, #fullimg span{
	position:absolute;
	background:white;
	opacity:.5;
	color:white;
	margin:0;
	width:540px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width:172px;
	float:right;
	height:308px;
	background-color:#ffffff;
	position: relative;
	}

#items{
	margin:0;
	padding:0;
	list-style:none;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:right;
	list-style:none;
	width:86px
}
#items .thumb{
	width:85px;
	height:77px;
	cursor:pointer;
	margin:0px 0px 0 0;
	padding: 0 0 1px 0;
	float:right;
	}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width:464px;
	height:348px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent:-2000em;
}
#moveleft, #moveright{
	margin:0;
	height:20px;
	color:white;
	width:171px;
	text-indent:-2000em;
	text-decoration:none;
	z-index:99; 
	display:block;
	cursor: pointer;
	float:right;
}
#moveleft{background: url('http://www.epoquehotels.com/img/v5/top_ofgallery_thumbs.gif');}
#moveright{background: url('http://www.epoquehotels.com/img/v5/bottom_ofgallery_thumbs.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
