
#slider 
{
	left: -18px;
	width: 440px;
	margin: 0 auto;
	position: relative;
	margin-top:5px;

}

.scroll {
	height: 135px;
	width:440px;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
   	overflow: auto;
    overflow-x: hidden;
	background-image:url(../images/hallOfFame/hallBg.png);
}


.scrollContainer div.panel {
	padding: 0px;
	height: 280px;
	width: 440px; /* change to 560px if not using JS to remove rh.scroll */
	padding-top:0px;
}
.scrollButtons {
	position: absolute;
	top: 20px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
	height:42px;
	width:20px;
	margin-top:25px;
	background-image:url(../images/hallOfFame/prev.png);
}

.scrollButtons.right {
	right: -20px;
	height:42px;
	width:20px;
	margin-top:25px;
	background-image:url(../images/hallOfFame/next.png);
}

/*
Slider Content
*/

.sliderContent{
	position: relative;
	padding:0px;
	width:428px;
	margin-top:8px;
	left:6px;
}

.fameImage{
	position: relative;
	float:left;
	width:139px;
	height:117px;
	margin-left:5px;
	margin-top:0px;
}

.fameText{
	position: absolute;
	float: left;
	text-align:center;
	width:130px;
	margin-top:101px;
	color:#FFFFFF;
	left:5px;
	font-size:9px;
	top: 0px;
}

/*
Image
*/
.wrappers
{
	position: relative;
	float: left;
	clear:both;
	background-image:url(../images/hallOfFame/fameDesignBg.png);
	margin-top:20px;
	width:451px;
	height:170px;
	margin-left:0px;
}

.bgWrapperDesign{
	position: absolute;
	float: left;
	clear:both;
	
	
}

.bgWrapperDesign .design{
	position: relative;
	float:left;
	top:7px;
	margin-left:4px;
}

.bgWrapperDesign .textArea{
	position: relative;
	float:right;
	margin-right:18px;
	width:146px;
	top:8px;
	padding-top:6px;
	padding-left: 10px;
}

.bgWrapperDesign .textArea h2{
	margin-bottom:0px;

}

.bgWrapperDesign .textArea p{
	color:#4A1E87;
	font-size:11px;
	margin-top:5px;
}

