/*  
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:200px; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:200px;
	overflow:hidden;
	height:109px;
}
#fullimg img{ width:200px; }
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:200px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 160px;
	float:left;
	height:10px;
	position: relative;

}

#items{
	margin:0px 20px;
	padding:0px;
	list-style:none;
	width:500px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
	margin-left:5px;
}
#items .thumb{
	width:10px;
	cursor:pointer;
	margin:0;
	display:block;
	line-height:20px;
	font-size:11px;
	font-weight:normal;
	margin:0;
	color:#7f807b;
	padding:0px;
}
#items .thumb:hover{
color:#000000;
}
#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;
	color: white;
	width: 0px;
	height:0px;
	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; }
.pname{font:bold 13px/20px verdana, Arial, Helvetica, sans-serif; color:black;}
.citystate{font:bold 12px/18px Arial, Helvetica, sans-serif; color:black;}