/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{border:1px solid #AB218E;
 width: 576px;}

#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	clear:both;
	width:500px; !important
	overflow:hidden;
	height:305px; !important
	margin: auto;
}
#fullimg img{ width:500px; } !important

#fullimg p, #fullimg span{
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	width: 500px;
	float:left;
	height:126px;
	background-color:#dadbdb;
	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:120px;
	height:120px;
	cursor:pointer;
	margin-left:2px;
	margin-right:2px;
	padding:0px;
	margin-top: 3px;
}
#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:126px;
	color: white;
	width: 38px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;


}
#moveleft{background: url('images/sightings/left.gif');}
#moveright{background: url('images/sightings/right.gif');}
.winner {
	width: 200px;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #29246B;
	padding: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #005663;
}
.winner img {
	margin-bottom:5px;
}
