
/* container for slides */

div.navigation 
{
	position:relative;
	z-index:102;
	left:364px; 
	top:4px;
	clear:both;
	background-image: url(/images/jQueryGT/navBg.gif);
	background-repeat:no-repeat;
	padding-left:8px;	
	height:22px;
	text-indent:-9999em;	
	}

.images {
	position:relative;	
	height:281px;	
	margin:-22px 0px 0px 0px;
	cursor:pointer;
	position:relative;
	z-index:100;
	left:0px;
	top:0px;
	border:solid 1px #c8c8c8;
	padding:0px;	
}

/* single slide */
.images div.slideGT {
	display:none;
	position:absolute;
	top:4;
	left:4;		
	margin:0px;
	padding:0px 0px 0px 0px;	
	font-size:1px;	
	vertical-align:bottom;	 	
}

img.slideImage {z-index:100;cursor: hand;}

span.titleBG 
{
	display:block;
	background-image:url(/images/jQueryGT/textBg.png);
    position:absolute;
	z-index:101;
	left:0px; 
	top:0px;		
	width:443px;
	}
span.titleContent 
{
	display:block;
	width:320px;
	color:#fff;
	padding:8px;
	font-weight:bold;
	font-size:12px;	
	}
	
span.textBG 
{
	display:block;
	background-image:url(/images/jQueryGT/textBg.png);
    position:absolute;
	z-index:101;
	left:0px;			
	bottom:0px;
	width:443px;
	bottom:0px;	
	
	}
span.textContent 
{
	display:block;
	width:420px;
	color:#fff;
	padding:8px	
	}

/* prev and next buttons */
.forward, .backward, .pause {
	float:left;
	margin-top:0px;	
	display:block;
	width:15px;
	height:14px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	margin-left:8px;
	margin-top:4px;
	position:inherit;
	z-index:inherit;
}

/* next */
.forward 			{ background-image:url(/images/jQueryGT/btnFW.gif);background-position:0px 0px; background-repeat:no-repeat }
.forward:hover 		{ }
.forward:active 	{ } 


/* prev */
.backward			{ background-image:url(/images/jQueryGT/btnRW.gif);background-position:0px 0px; background-repeat:no-repeat }
.backward:hover  	{ }
.backward:active  	{ }

/* pause */
.pause			{ background-image:url(/images/jQueryGT/btnPause.gif);background-position:0px 0px; background-repeat:no-repeat }
.pause:hover  	{ }
.pause:active  	{ }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* edited */

SPAN.imageholder {display:block; width:443px; height:273px;z-index:100}





