@charset "utf-8";
/* CSS for the Row1 contained the Carousel used on EVENTS, MUSIC, PLACES, PEOPLE pages */

.row1 .feature	{
	display: inline;
	float: left;
	width: 620px;
	height: 300px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

.row1 .feature .sponsor	{
	float: left;
	width: 160px;
	height: 300px;
	margin-right: 10px;
}

.row1 .feature .photo	{
	float: left;
	width: 450px;
	height: 300px;
}

.photo #carousel {
	margin: 0;
	width: 450px;
	height: 300px;
	padding: 0;
	overflow: scroll;
}

.photo #carousel ul {
	list-style: none;
	width: 1350px;
	margin: 0;
	padding: 0;
	position: relative;
}

.photo #carousel li {
	display: inline;
	float: left;
	width: 450px;
	height: 300px;
}

.photo .textholder {
	text-align: left;
	font-size: small;
	padding: 6px 6px 6px 6px;
}

.photo .img_wrapper {
	max-width: 450px;
	max-height: 300px;
}

.photo .img_wrapper img {
	max-width: 450px;
	max-height: 300px;
}
