/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

body{ background:black; color:white;}
#img_gallery{ margin:0 auto; width:500px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

#img_gallery2{ margin:0 auto; width:552px; }
#img_gallery2 a{ outline:none; border:none; }
#img_gallery2 a img{border:none;}

/* --- IMAGE STAGE */
#demo{
	width:500px;
	height:auto;
/*	border:#CCCCCC 1px solid;*/
}
#demo2{
	width:auto;
	height:auto;
	/*border:#CCCCCC 1px solid;*/
	padding-top:5px;
	padding-bottom:10px;
}
#fullimg{
	width:500px;
	overflow:hidden;
	height:380px;
}
#fullimg img{ width:500px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:500px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

}

#img_gallery2 #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 500px;
	float:left;
	height:106px;
	background-color:#181818;
	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:4px;
	/*border:#333333 1px solid;*/
}
#items .thumb{
	width:100px;
	height:100px;
	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:106px;
	color: white;
	width: 20px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 5000; 
	display:block;
	cursor: pointer;
	float:left;
	background-color:#FF0000;
}
#moveleft{background: url('images/left2.gif'); background-position:bottom; background-repeat:no-repeat;}
#moveright{background: url('images/right2.gif'); background-position:bottom; background-repeat:no-repeat;}
#moveleft:hover{background: url('images/left.gif'); background-position:bottom; background-repeat:no-repeat; }
#moveright:hover{background: url('images/right.gif'); background-position:bottom;  background-repeat:no-repeat;}

