/*  
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:10px auto; width:846px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
.fullimg{
	width:845px;
	overflow:hidden;
	height:566px;
}
#fullimg img{ width:845px; }
#fullimg p, #fullimg #prtLink{
	position:absolute;
	background:#dadada;
	opacity:.9;
	color:black;
	margin:0px;
	width:833px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 812px;
	float:left;
	height:158px;
	background-color:#dadada;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:9px;
}
#items .thumb{
	width:150px;
	height:150px;
	cursor:pointer;
	margin:4px 0 0 0;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 32px;
	height: 32px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:166px;
	color: white;
	width: 15px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url(../images/portfolio/left_arrow.png);width:15px;height:166px;background-position:0px 0px;}
#moveleft:hover{background-position:0px 166px;}
#moveright{background: url(../images/portfolio/right_arrow.png);width:15px;height:166px;background-position:0px 0px;}
#moveright:hover{background-position:0px 166px;}

