/*  
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: 469px; }
#img_gallery a		{ text-decoration: none; }
#img_gallery a img	{border: none;}

/* --- IMAGE STAGE */

#fullimg {
	width: 463px;
	height: 297px;
	margin-bottom: 10px;
	padding: 3px;
	background: url(../images/layout/gallery-background.gif) 0 0 no-repeat;
	overflow: hidden;
	}
	
#fullimg img { width: 463px; height: 265px; }

#fullimg p, #fullimg span{
	position:absolute;
	background:black;
	color:white;
	margin: 265px 0 0 0;
	width:451px;
	height: 20px;
	padding:6px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* --- SLIDER --- */

#img_gallery #wrapper {
	overflow: hidden;
	margin: 0 5px;
	padding: 4px;
	width: 391px;
	float: left;
	background: url(../images/layout/gallery-thumbs-border.gif) 0 0 no-repeat;
	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;
	}

body #items li a {
	width: 75px;
	height: 51px;
	display: block;
	}

#items .thumb {
	width: 75px;
	height: 51px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
	}

#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 {
	float: left;
	margin: 0px;
	height: 59px;
	width: 28px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display: block;
	cursor: pointer;
	}

#moveleft			{ background: url(../images/gallery/left-button.gif); }
#moveright 			{ background: url(../images/gallery/right-button.gif); }
#moveleft:hover		{ background: url(../images/gallery/left-button-hover.gif); }
#moveright:hover 	{ background: url(../images/gallery/right-button-hover.gif); }



/*new styles for small gallery*/
.small_gallery		
{ 
    width: 396px;
    height: 60px;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
}
.small_gallery a		{ text-decoration: none; }
.small_gallery a img	{border: none;}

.small_gallery .wrapperTwo 
{
	overflow: hidden;
	margin: 0px;
	padding: 4px;
	width: 386px;
	float: left;
	background: url(../images/layout/gallery-thumbs-border2.gif) 0 0 no-repeat; 
	position: relative;
}

/*.small_gallery .wrapperTwo   -- with click to enlarge
{
	overflow: hidden;
	margin: 0px;
	padding: 12px 4px 4px 4px;
	height: 60px;
	width: 386px;
	float: left;
	background: url(../images/layout/gallery-thumbs-border4.png) 0 0 no-repeat; 
	position: relative;
}*/

.itemsTwo{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
	display: inline;
}

.itemsTwo li{
	float:left;
	list-style:none;
	margin-right: 2px;
	}

body .itemsTwo li a {
	width: 75px;
	height: 51px;
	display: block;
	}

.itemsTwo .smallthumb {
	width: 75px;
	height: 51px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
	}

.itemsTwo .large{
	display:none;
	position:absolute;
}

.itemsTwo .itemTwo span{
	display:none;
	text-indent: -2000em;
}

.small_moveleft, .small_moveright 
{
	float: left;
	margin: 0px;
	height: 59px;
	width: 28px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display: block;
	cursor: pointer;
}
.small_moveleft	{ background: url(../images/gallery/left-button.gif); }
.small_moveright { background: url(../images/gallery/right-button.gif); }
.small_moveleft:hover { background: url(../images/gallery/left-button-hover.gif); }
.small_moveright:hover { background: url(../images/gallery/right-button-hover.gif); }
/* end small gallery */