#clubphotos {  overflow:hidden; width: 272px; height: 408px; }

.photo-item {width: 272px;height: 408px;	}

#clubphotos img{
	width: 132px; 
	height: 132px;
	border: 0;
	margin: 1px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
}


#container-club-photos .nav a.activeSlide {  }
#container-club-photos .nav a:focus { outline: none; }
#container-club-photos .nav #next,
#container-club-photos .nav #prev{			
	font-size:0;
	text-indent:-99999px;
	width: 28px;
	height: 29px;
}
#container-club-photos .nav #next{
	background: url(../images/westernyouth/next.png) no-repeat;
	float: right;
}
#container-club-photos .nav #prev{
	background: url(../images/westernyouth/prev.png) no-repeat;
	float: left;	
}
