/*  
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{
	width:610px;
	margin: 0px;
}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}
#fullimg{
	overflow:hidden;
	height: 420px;
	text-align: center;
}
#fullimg img{
	height: auto;
}
#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 #wrapper{
	overflow:hidden;
	width: 563px;
	float:left;
	position: relative;
	height: 90px;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#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{
	cursor:pointer;
	border: 5px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	height: 80px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .thumb{
	display:none;
}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}


#moveleft{
	height:110px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float:left;
	background-image: url(../images/layout/left.gif);
}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
#moveright{
	height:110px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000;
	display:block;
	cursor: pointer;
	float:left;
	background-image: url(../images/layout/right.gif);
}

