/* ++++++++++++++++++++  ++++++++++++++++++++ */
/*  
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:674px; margin:0 0 0 9px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg {
	overflow:hidden;
	width:674px;
	height:506px;
	text-align: center;
}

#fullimg img {
	width: 674px;
	}

#fullimg p, #fullimg span {
	position:absolute;
	opacity:.5;
	margin: 446px 0px 0px;
	padding: 12px 15px 10px;
	width: 644px;
	height: 38px;
	color: #fff;
	background-color: #000;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding: 3px 0px 1px 0px;
	float: left;
	width: 640px;
	height: 60px;
	background-color:#181818;
	position: relative;

}

#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{
	width:78px;
	height:58px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
	margin-top: 220px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:64px;
	color: white;
	width: 17px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('http://www.rte.ie/sport/rugby/sixnations/images/gallery_nav_prev.gif');}
#moveright{background: url('http://www.rte.ie/sport/rugby/sixnations/images/gallery_nav_next.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }


