/*  
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:10px auto; padding-bottom:10px; border-bottom: solid 1px #000000; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:380px;
	overflow:hidden;
	height:500px;
	border-right: solid 1px #CCCCCC;
	float:left;
}
#imgdescr {
	width:289px;
	height: 300px;
	margin-bottom:20px;
	border-bottom: solid 1px #CCCCCC;
	overflow:auto;
}
#imgdescr h3 
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#imgdescr p {
margin:0px;

}
.imgLeft {
	margin-left: 400px;

}
#fullimg img{width:360px; height:480px;}
/*#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 #imgwrapper{
	overflow:hidden;
	padding:15px 0px;
	margin-top:20px;
	width: 245px;
	height:85px;
	background-color:#cccccc;
	border-bottom: solid 1px #000000;
	position: relative;
	float:left;

}

#items{
	margin:0px 2px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	padding:0;
}
#items .thumb{
	width:75px;
	height:75px;
	cursor:pointer;
	
}
#items a.item:link, #items a.item:visited{
	border-bottom: 5px solid #cccccc;
	border-top: 5px solid #cccccc;
	height:75px;
	width:75px;
	margin:0px 2px;
	display:block;

}
#items a.item:hover {
	border-bottom: 5px solid #999999;
	border-top: 5px solid #999999;

}
#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-top:20px;
	height:116px;
	border-bottom: solid 1px #000000;
	color: white;
	width: 23px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif') no-repeat #cccccc;}
#moveright{background: url('images/right.gif') no-repeat #cccccc;}
/*#moveleft:hover, #moveright:hover{ background-position:bottom; }*/
