/*  
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:0 auto; width:795px; height:318px; background:url(images/gallery_bkg.jpg) repeat-y  top right #FBA31F; }

#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
#fullimg{
	width:604px;
	overflow:hidden;
	height:318px;
	float:left;
	margin:0px; padding:0px;
	margin-right:3px;
	position:relative;z-index:40;
}

#fullimg img{ width:604px; height:318px;}

#hack {
float: right;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0px 2px;
	width: 112px;
	float:left;
	height:150px;
	background-color:#FEF4E4;
	position: relative;
	margin:125px 0 0 0;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
}
#items li{
	float:left;
	margin:0 4px 0 0;
	padding:0px;
	list-style-type:none;
}

.thumb{
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .thumb{
	display:none;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}


#moveleft{
	margin:125px 0px 0px 0px;
	padding:100px 0px 0px 15px;
	height:50px;
	color: white;
	width: 18px;
	text-indent: -2000em;
	text-decoration: none;
	display:block;
	cursor: pointer;
	float:left;
	background-color:#FEF4E4;
	background:url(images/left.gif);
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

#moveright{
	margin:125px 0px 0px 0px;
	padding:100px 15px 0px 0px;
	height:50px;
	color: white;
	width: 18px;
	text-indent: -2000em;
	text-decoration: none;
	display:block;
	cursor: pointer;
	float:left;
	background-color:#FEF4E4;
	background:url(images/right.gif);
}