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

#img_gallery{ width:600px; position:absolute; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:542px;
	overflow:hidden;
	height:404px;
	background-color:#e9f1fb;
	padding:3px;	
}

#fullimg img{ width:542px; }
#fullimg p, #fullimg span{
	position:absolute;
	color:#0e467f;
	margin-left:554px;
	margin-top:445px;
	width:160px;
	padding:6px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#000 00 0;
	font-weight:bold;
}

#caption_header{
	position:absolute;
	color:#000000;
	margin-left:557px;
	margin-top:435px;
	width:160px;
	padding:6px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#000 00 0;
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	margin-left:6px;
	width: 600px;
	float:left;
	height:135px;
	position: relative;
	margin-top:25px;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
}

#items li{
	float:left;
	list-style:none;
	margin-right:6px;
	margin-bottom:3px;
}

#items .thumb{
	width:82px;
	height:60px;
	cursor:pointer;
	margin:0px;
	padding:1px;
	background-color:#6d98ca;
}

#items .large{
	display:none;
	position:absolute;
}

#fullimg .thumb{display:none;}

#caption_hide {
display:none;
}