﻿
/* container for slides */
.slideshow-wrapper
{
	position: relative;	
	height:250px;
}
.slideshow-images {
	position:relative;	
	height:240px;
	width:758px;
	margin:0;
	/*cursor:pointer;*/
}

/* single slide */
.slideshow-images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:240px;
	width: 758px;
	font-size:12px;
}

/* tabs (those little circles below slides) */
.slideshow-tabs 
{
	position: absolute;
	top: 215px;
	left: 320px;
}

/* single tab */
.slideshow-tabs a {
	width:15px;
	height:15px;
	float:left;
	margin:3px;
	background:url(../images/slideshow/navigator.png) 0 -15px no-repeat;
	_background:url(../images/slideshow/navigator.gif) 0 -15px no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slideshow-tabs a:hover {
	background-position:0 0;      
}

/* active state (current page state) */
.slideshow-tabs a.current {
	background-position:0 0;     
} 	


/* prev and next buttons */
.backward, .forward 
{
	position: absolute;
	top: 150px;
	background: url(/images/slideshow/buttons-small.png) no-repeat;
	_background: url(/images/slideshow/buttons-small.gif) no-repeat;
	display:block;
	width:60px;
	height:71px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
	z-index: 100;
}

/* next */
.forward 			
{ 
	right: 0px;
	_right: 12px;
	background-position: -60px 0;
}
.forward:hover 		{ background-position:-60px -71px; }
.forward:active 	{ background-position:-60px -71px; } 

/* prev */
.backward
{
	left: 0px;
	background-position: 0 0;
}
.backward:hover  	{ background-position:0 -71px; }
.backward:active  	{ background-position:0 -71px; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

.slideshow-text
{
	position: relative; 
	top: 20px; 
	left: 100px; 
	font-family: Arial, sans-serif;
	font-size: 18pt;
	color: #fff;
	line-height: 1em;
	letter-spacing:-1px;
	z-index: 100; 
	width: 350px; 	
}
.slideshow-text b
{
	color: #E6E5D3;
	font-weight: normal;
}

.slideshow-image
{
	position: absolute;
	top:0px;
	left:0px;	
}

.slideshow-link
{
	position: absolute;
	top: 190px; 
	left:100px; 
	font-size: 11pt;
	color: #FFF !important;	
	font-weight: bold !important;
}
