#content_left {
	position: absolute;
	background-image:url(../images/spon_leftBkgd.jpg);
	width: 543px;
	height: 481px;
}

ul#sponsors {
	position: absolute;
	top: 100px;
	left: 78px;
	width: 408px;
	height: 282px;
}

#sponsors li {
	display: block;
	float: left;
}

#sponsors a, #sponsors a img {
	display: block;
	border: none;
}

#sponsors a {
	padding: 1px 0 0 1px;
}


/*  ------------------- right side sections  -------------------- */


/* builder sub page */
/*  enter store */
#store {
	position: absolute;
	top: 0;
	left: 543px;
	background-image:url(../images/reuse_shopUpperRight.jpg);
	width: 346px;
	height: 160px;
	font-size: 11px;
	z-index: 900;
}

#store h3 {
	padding-left: 188px;
	padding-top: 81px;
	font-size: 11px;
	font-weight: normal;
}

.store_btns {
	padding-left: 159px;
	color: #ffffff;
	padding-top: 2px;
}

.store_btns a, .store_btns a:hover {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	width: 62px;
	text-align: center;
}

.store_btns a:hover {
	color: #DF8D00;
}

#store_girl {
	position: absolute;
	background-image:url(../images/girl.png);
	width: 142px;
	height: 198px;
	top: -12px;
	left: -12px;
	z-index: 905;
}

#webstar {
	position: absolute;
	width: 78px;
	height: 78px;
	background-image:url(../images/webstar.png);
	left: 78px;
	top: 97px;
	z-index: 910;
}

#webstar a {
	display: block;
	width: 78px;
	height: 70px;
	text-indent: -3000px;
	overflow: hidden;
}


#player {
	background-image:url(../images/spon_playerBkgd.jpg);
	width: 346px;
	height: 321px;
	position: absolute;
	top:  160px;
	left: 543px;
	z-index: 899;
}

#slideshow_title{
	position: absolute;
	width: 306px;
	height: 40px;
	left: -5px;
	top: 183px;
	background-image: url(../images/sponsorBox_title.png);
	z-index: 890;
}

#slideshow_title span {
	display: block;
	width: 306px;
	text-indent: -3000px;
}

ul#slideshow {
	position: absolute;
	left: 2px;
	top: 3px;
	width: 293px;
	height: 220px;
	background-color: #ffffff;
	overflow: hidden;
	list-style: none;
	z-index: 850;
}

#slideshow li {
	width: 293px;
	height: 220px;
	position: absolute;
	left: 300px;
	background-color: #ffffff;
}

#slideshow li a img {
	border: 0;
	position: relative;
}

#slideshow li.firstitem {
	left: 0;
}

#slideshow li.black {
	background-color: #000000;
}


