/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/
#gallerycontain {
	padding: 10px;
	margin: 20px 0;
}
#img_gallery{ margin:40px auto 20px auto; width:489px;padding-left:5px ;overflow: hidden;}
#img_gallery.scout {
	margin: 10px 0;
	float: left;
	padding: 0;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
/* --- IMAGE STAGE */
#fullimg{
	width:490px;
	overflow:hidden;
	min-height:375px;
	margin: 0;
}
.scout #fullimg {
	min-height: 525px;
}
#fullimg img{display: block; margin: 0 auto; border: 2px solid #fff;}
#img_gallery.white div#fullimg img {
	border: 2px solid #444;
}
#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	opacity:.5;
	color:white;
	margin:2px;
	width:476px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 401px;
	float:left;
	height:55px;
	position: relative;
	margin: 0 10px 10px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
	height: 56px;
	overflow: hidden;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:3px;
	padding:0 9px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading, #img_gallery.white #fullimg .loading{
	width: 24px;
	height: 24px;
	border: none;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
a#moveleft, a#moveright{
	margin:0px;
	height:58px;
	color: #ddd;
	width: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
	overflow: hidden;
}

div.features a#moveleft, a#moveright {
	display: none;
}

div.features #items .thumb {
	border: 2px solid #444;
}

div.features ul#items img.thumb {
	margin: 0;
	padding: 0;
}

div.features #wrapper {
	margin-bottom: 20px;
	float: none;
	height: 55px;
	overflow: hidden;
	width: 322px;
}

div#img_gallery a#moveleft{background: url(../Scripts/showcase/images/left-button.png) no-repeat 0 15px;}
div#img_gallery a#moveright{background: url(../Scripts/showcase/images/right-button.png) no-repeat 0 15px; display: block;}

.white #moveleft{background: url('images/left-button-white.png') no-repeat 0 15px;}
.white #moveright{background: url('images/right-button-white.png') no-repeat 0 15px;}
.scout #moveright, .scout #moveleft {
	display: none;
}
#img_gallery.scout div#wrapper {
	margin: 0 30px;
}

div#img_gallery a#moveleft:hover, div#img_gallery a#moveright:hover, .white a#moveleft:hover, .white a#moveright:hover{ background-position: 0 -56px; }
