
  
	
/*HOME GROWN CAROUSEL*/	
	.homewrap{
		background: url(../images/pattern-bg-grey.jpg) repeat;
		border: 7px solid #333;
		padding: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	
	
	.homegrowncarousel{position:relative;}
	.homegrowncarousel .wrap{ float: left; width: 742px; margin-left: 22px;}
	.homegrowncarousel .previous{
		width: 20px;
		height: 31px;
		position: absolute;
		left: -7px;
		top: -31px;
		z-index:9;
	}
	.homegrowncarousel .previous a{
		display:none;
		background: url(../images/clubroom-arrow-prev.png) no-repeat;
		text-indent: -999px;
		position: absolute;
		width: 30px;
		height: 33px;		
	}
	.homegrowncarousel .next{
		width: 20px;
		height: 31px;
		position: absolute;
		right: -7px;
		top: -31px;
		z-index:9;
	}
	.homegrowncarousel .next a{
		background: url(../images/clubroom-arrow-next.png) no-repeat;
		text-indent: -999px;
		position: absolute;
		width: 30px;
		height: 33px;		
	}

	#Partners .wrap {
		width: 774px;
		margin-left: 9px;
		height: 250px;
	}	
/*HOME GROWN CAROUSEL*/	

#thePartners #partners_top{
	height:295px;
	overflow:hidden;
}
#partners_title { position:absolute; top:15px; left:100px; width:620px;}
#sponsors_title { position:absolute; top:355px; left:100px; width:620px;}  
.partners_title { float:left; width:100%; color:#c70a1e; font-family: 'Open Sans Condensed', sans-serif; font-size:16px; text-transform:uppercase; text-align:center; font-weight:bold;}


#Partners.homegrowncarousel{
	float: left;
	width: 781px;
	height: 250px;
}
#Affiliates.homegrowncarousel{
	float: left;
	width: 770px;
	height: 200px;
}

	#thePartners {
		overflow: hidden;
		position: relative;
		width: 818px;
		margin-bottom: 10px;
		
	}

	
	#partners_top .title{
		bottom: 0;
		color: #d81118;
		font-family: 'Open Sans Condensed', 'Arial Narrow', sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		padding: 5px;
		line-height:17px;
		
	}
	

	
	
	

	#partners_top {
		background:url(../images/pattern-bg-grey.jpg) repeat;
		border: 7px solid #333333;		
		padding:8px;
		margin-bottom:10px;
	}