/*  
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 0 0 0 auto;
	width:275px;
}
#img_gallery a {
	outline:none;
	border:none;
}
#img_gallery a img {
	border:none;
}
/* --- SLIDER --- */
#img_gallery #wrapper {
	overflow:hidden;
	padding:2px 2px;
	width: 228px;
	float:left;
	height:54px;
	background-color:#181818;
	position: relative;
}
#items {
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:548px;
}
#items li {
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb {
	width:76px;
	height:54px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#
#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('../images/left.gif');
}
#moveright {
	background: url('../images/right.gif');
}
#moveleft:hover, #moveright:hover {
	background-position:bottom;
}
