/* SITE DESIGN COPYRIGHTED BY MICHAEL DYER OF N9NEMEDIA.NET - NO REPLICATION OF ANY ARTWORK OR SITE DEVELOPMENT CODE MAY NOT BE USED WITHOUT WRITTEN CONSENT */

.bannerfeature {
    width: 980px;
    height: 351px;
    position: relative;
    display: none;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;
}

.bannerfeature #transparentGlass {
    width: 980px;
    height: 351px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
}

.bannerfeature #billboardone,
.bannerfeature #billboardtwo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 351px;
    z-index: 1;
}

.bannerfeature #paneltwo {
    z-index: -2;
}

.bannerfeature #carrousel {
    margin-left: 600px;
    position: relative;
    padding: 0px;
    z-index: 0;
    list-style: none;
}

.bannerfeature #carrousel li{
    width : 200px;
    height: 100px;
    overflow: hidden;
}

.bannerfeature .downarrow {
	background: url(../images/banner-right.png) no-repeat 0 0;
    height: 38px;
    width: 47px;
    cursor: pointer; 
    z-index: 1000;
    position: absolute;
    top: 150px;
	right: 12px;
}

.bannerfeature .featuretitle {
    position: absolute;
	background: url(../images/bg.png);
    bottom: 28px;
    color: #fff;
	padding: 0 36px 0 36px;
    z-index: 100;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 22pt;
	letter-spacing: -.5pt;
}

.bannerfeature .downarrowIE6 {
}

.bannerfeature .featuretitleIE6 {
    background: #000;
}

/* SPONSORS HOME PAGE */

.featuredbox-wrapper,
.featuredbox{
	width: 331px;
    height: 163px;
    position: relative;
    overflow: hidden;
    font-family:  Verdana, Tahoma, "Lucida Sans";
    font-size: 9pt;
    font-weight: normal;	
}
.featuredbox ul.slides{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.featuredbox ul.slides li{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 331px;
	height: 163px;
}
.featuredbox .description{
	top:265px;
	left:20px;
	padding:3px 6px;
	position:absolute;
	z-index:100;	
	height: 16px;
	display: none;
}
.featuredbox-wrapper .navigation{
	bottom:0px;
	right:0px;
	padding:3px 6px;
	position:absolute;
	z-index:100;	
	height: 294px;
	display: none;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
.featuredbox-wrapper .navigation li{
	list-style: none;
	list-style-type: none;
	margin: 0px 0px;
	padding: 3px 0px;
}
.featuredbox-wrapper .navigation li img{
	border: solid 2px #000;
}
.featuredbox-wrapper .navigation li.hover img{
	border: solid 2px #414141;
}
.featuredbox-wrapper .navigation li.active img{
	border: solid 2px #FFF;
}
.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 163px;
    width: 331px;
    z-index: -1;
}
.featuredbox .box-slide1{
	background: #fff;	
}
.featuredbox .box-slide2{
	background: #fff;	
}
