﻿#banner
{
	z-index:0;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:980px;
	height:326px;
	background:none;
	overflow:hidden;
}

#banner img
{
	border:none;
}

#slidecontainer
{
	width:3920px;
}

.slide
{
	float:left;
}

#slideselect
{
	position:absolute;
	margin:-326px 0 0 758px;
	clear:both;
	padding:30px 0 0 0;
	width:222px;
	height:296px;
	background-image:url('image/slideselectbg.png');
	background-position:top;
	background-repeat:repeat-y;
}

.slideselectorcontainer
{
    width:222px;
    height:48px;
    text-align:center;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
    margin-top:10px;
    cursor:pointer;
}

.slideselectorcontainer:hover
{
    background-image:url('image/slideselecthoverbg.png');
	background-position:top;
	background-repeat:repeat-y;
}

.slideselectortext
{
    color:#FFFFFF;
    font-size:120%;
    margin-top:12px;
    text-transform:uppercase;
}