﻿/* container for slides */
.images-bot {
	position:absolute;	
	display:block;
	width:500px;
	height:255px;
	bottom:5px;
	left:28px;
}

/* single slide */
.images-bot div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0;
	height:255px;
	width:500px;
}


/* tabs (those little circles below slides) */
.tabs-bot {
	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;
}

/* single tab */
.tabs-bot a {
	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;
}
/* mouseover state */
.tabs-bot a:hover {
	background-image: url("../../_gfx/current.png");
	background-repeat:no-repeat;
	background-position:5px 0;
}
/* active state (current page state) */
.tabs-bot a.current {
	background-image: url("../../_gfx/current.png");
	background-repeat:no-repeat;
	background-position:5px 0;
} 	
