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

#img_gallery{
	margin:0 auto;
	width:943px;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	position: relative;
	width: 945px;
	height: 430px;
	overflow:hidden;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 30px 0 10px 0;
	clear: left;
	float: left;	
	background: url('/images/gallery_assets/ajax-loader.gif') no-repeat center;
}
#fullimg img{
	padding: 10px;
	background: #23241b;
}
#primary #img_gallery img.loading{
	margin-top: 150px;
	border: none;
	background: none;
}
#fullimg p,
#fullimg span{
	position: absolute;
	top:  0;
	left: 0;
	display: block;
	opacity:1;
	color:white;
	margin:0px;
	width:500px;
	padding:5px 0;
	width: 945px;
	font-weight: bold;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:0;
	width: 911px;
	float:left;
	height:116px;
	position: relative;
}

#items{
	margin:0;
	padding: 0;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin: 3px 0 0 0;
	width: 129px;
	height: 114px;
	text-align: center;	
	border: 1px solid #39372a;	
	border-right: none;	
}
#items .thumb{
	width:110px;
	height:114px;
	cursor:pointer;
	margin:0px;
	padding:5px;
	border: 1px solid #60644c;	
}
#items .thumb:hover{
	border-color: #fff;
	background-color: #1d1e16;
}

#items .thumb.visited{
	opacity:  0.3;
	border-color: #39372a;
	background-color: #5e6249;
}
#items .thumb.active{
	opacity:  1;
	border-color: #C7D80D;
	background-color: #39372a;
}
#items li.portrait{

}
#items li.portrait img{
	width: 75px;
	height: 100px;
}
#items li.landscape img{
	width: 100px;
	height: 75px;
	margin-top: 9px;
}
#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:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{
	background: url('/images/gallery_assets/left.gif') no-repeat;
	height: 118px;
}
#moveright{
	float: right;
	background: url('/images/gallery_assets/right.gif') no-repeat;
	height: 118px;
}
#moveleft:hover,
#moveright:hover{
	background-position: 0 -118px;
}
#moveleft.inactive,
#moveleft.inactive:hover,
#moveright.inactive,
#moveright.inactive:hover{
	cursor: default;
	background-position: bottom;
}
