﻿
#banner
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 300px;
	position: relative;
	background-color: #ddd;
}

#banner .item
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

#banner .item .cta
{
	position: static;
	margin-left: 500px;
	width: 246px;
	height: 100%;
	background-color: #fff;
	display: none;
}
#banner .item .cta a
{
	display: block;
	text-decoration: none;
	width: 246px;
	height: 100%;
}

#banner .arrow_left
{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 300px;
	background: transparent url(../images/arrows.png) no-repeat scroll 0 0;
	cursor: pointer;
	z-index: 1000;
}

#banner .arrow_right
{
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 300px;
	background: transparent url(../images/arrows.png) no-repeat scroll -30px 0;
	cursor: pointer;
	z-index: 1000;
}

#banner .tabs
{
	position: absolute;
	left: 355px;
	bottom: 5px;
	height: 20px;
	text-align: center;
	z-index: 45;
}

#banner .tabs .tab
{
	width: 26px;
	height: 13px;
	display: block;
	float: left;
	margin: 5px;
	background: transparent url(../images/tabs.png) no-repeat scroll 0 -13px;
	cursor: pointer;
}

#banner .tabs .tabOn
{
	background: transparent url(../images/tabs.png) no-repeat scroll 0 0;
}

#banner .tabs .tab span
{
	display: none;
}
