﻿/* container for slides */
.images {
	position:relative;	
	display:block;
	width:500px;
	height:255px;
	bottom:5px;
	left:28px;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:22px;
	left:0;		
	margin:0;
	padding:0;
	height:255px;
	width:500px;
}


/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	left:305px;
	bottom:18px;
	position:absolute;
	background-image: url("../../_gfx/tabsbg.png");
	background-repeat:no-repeat;
	background-position:0 3px;
	width:122px;
	height:31px;
	padding:0;
	padding-left:6px;
	vertical-align:top;
}
.play {
	clear:both;
	left:427px;
	bottom:15px;
	position:absolute;
	width:10px;
	height:31px;
	padding:0;
	padding-left:6px;
	vertical-align:top;
}
.play-but	
	{
	background-image: url("../../_gfx/play.png");
	background-repeat:no-repeat;
	background-position:0;
	width:20px;
	height:19px;
	border:0;
	background-color:transparent;
}

/* single tab */
.tabs a:link, .tabs a:visited, .tabs a:active
	{
	width:23px;
	height:28px;
	float:left;
	margin:0;
	display:block;
	font-size:14px;
	color:white;
	font-family:Trebuchet MS;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:0;
	padding-top:3px;
	color:#fff;
}
/* mouseover state */
.tabs a:hover {
	background-image: url("../../_gfx/current.png");
	background-repeat:no-repeat;
	background-position:4px 0;
	color:#fff;
	padding:0;
	margin:0;
	width:23px;
	height:28px;
	padding-top:3px;
	text-align:center;
}
/* active state (current page state) */
.tabs a.current {
	background-image: url("../../_gfx/current.png");
	background-repeat:no-repeat;
	background-position:4px 0;
	color:#fff;
	padding:0;
	margin:0;
	width:23px;
	height:28px;
	padding-top:3px;
	text-align:center;
} 	
.home .images td.slide-left
	{
	width:277px;
	height:255px;
}
.home .images td.slide-right
	{
	width:223px;
	height:255px;
	margin:0;
	left:255px;
	vertical-align:top;
}
.home .images td.slide-right h1
	{
	font-family:Trebuchet MS;
	color:#ffffff;
	font-size:20px;
	line-height:100%;
	padding:0;
	margin:0;

}
.home .images td.slide-right p
	{
	color:#ffffff;
	font-size:12px;
	line-height:140%;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
