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


.img_gallery, .img_slider { margin:0; width:495px; height:50px; }
.img_gallery a, .img_slider a { outline:none; border:none; }
.img_gallery a img, .img_slider a img {border:none;}
.img_slider {
	width: 299px;
	margin-bottom: 10px;
}

/* --- IMAGE STAGE */
#fullimg{
	width:495px;
	/*overflow:hidden;*/
	min-height:300px;
}
#fullimg img{ width:495px; }
#fullimg p, #fullimg span{
	position:absolute;
	background: #fff;
	color: #e74155;
	margin: 0;
	margin-top: 20px;
	width:160px;
	padding: 5px 4px 4px 10px;
	font-size: 9px;
}

/* --- SLIDER --- */
.img_gallery .wrapper, .img_slider .wrapper {
	overflow:hidden;
	padding: 0;
	width: 432px;
	float:left;
	height:50px;
	position: relative;
}
.img_slider .wrapper { width: 245px }

#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: 0;
	margin-left: 0;
}
#items .thumb{
	/*width: 50px;*/
	height: 50px;
	cursor: pointer;
	margin: 0 1px 0 0;
	padding: 0;
}
#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: 0;
	height: 50px;
	color: white;
	width: 21px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
.moveleft {
	background: url(/media/button_arrow_left.gif) no-repeat center left;
	margin-right: 5px;
}
.moveright {
	background: url(/media/button_arrow_right.gif) no-repeat center right;
	width: 22px;
	margin-left: 5px;
}
/*.moveleft:hover, .moveright:hover{ background-position:bottom; }*/

#img_gallery_1 h3,
#img_gallery_2 h3,
#img_gallery_3 h3,
#img_gallery_4 h3,
#img_gallery_5 h3,
#img_gallery_6 h3,
#img_gallery_7 h3,
#img_gallery_8 h3 {
	clear: both;
	padding-top: 10px;
}

#img_gallery #slider {
	margin-top: 10px;
}