@charset "ISO-8859-1";
/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/
* { padding: 0; margin: 0; outline: none;}
#wrapper { 
 width: 600px;
 height: 421px;
}


#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:600px;
	overflow:hidden;
	height:362px;
}
#fullimg img{ width:600px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:#5C2426;
	opacity:.5;
	color:white;
	margin:0px;
	width:598px;
	padding:0px;
	
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 564px;
	float:left;
	height:50px;
	background-color:#5C2426;
	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:2px;
}
#items .thumb{
	width:65px;
	height:45px;
	cursor:pointer;
	margin-top:2px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 1px;
	height: 1px;
}
#fullimg .thumb{display:none;}

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