@charset "utf-8";
/* CSS Document */

/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

body { 
	background : #0E0E0E; color : #0E0E0E;}
	#img_gallery{ margin:0px auto; width:960px;}
	#img_gallery a{ outline:none; border:none;}
	#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg {
	width : 250px;
	overflow : hidden;
	height : 305px;
}
#fullimg img {
	width:250px;
}
#fullimg p, #fullimg span {
	position : absolute;
	background : #0E0E0E;
	opacity : .5;
	color : white;
	margin : 0px;
	width : 250px;
	padding : 6px;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/* --- SLIDER --- */
#img_gallery #wrapper {
	overflow : hidden;
	padding : 4px 2px;
	width : 800px;
	float : left;
	height : 55px;
	background-color : #0e0e0e;
	position : relative;
}
#items {
	margin : 0px;
	list-style : none;
	width : 50000px;
	position : relative;
	letter-spacing : 0em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#items li {
	float : left;
	list-style : none;
	margin-right : 15px;
}
#items .thumb {
	width : 55px;
	height : 65px;
	cursor : pointer;
	margin : 0px;
	padding : 0px;
}
#items .large {
	display : none;
	position : absolute;
}
#fullimg .loading {
	width : 24px;
	height : 24px;
}
#fullimg .thumb	{
	display : none;
}
#items .item  p, #items .item  span	{
	display : none;
	text-indent : -2000em;
}
#moveleft, #moveright {
	margin :0px;
	height :80px;
	color : white;
	width : 59px;
	text-indent : -1000em;
	text-decoration : none;
	z-index : 900; 
	display :block;
	cursor : pointer;
	float :left;
}
#moveleft {
	background-image: url(../images/common/move_left.png);
	}
#moveright {
	background-image: url(../images/common/move_right.png);
	}
#moveleft:hover, #moveright:hover {
	background-position : bottom;
	}