ul, li {
	background-color: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
.wrapper-portfolio {
	width: 1020px;
	background-color: #ffffff;
	overflow-x: hidden;
	z-index: -99;
}
#port-imagewrapper {
	float: left;
	height: 550px;
	width: 1020px;
	position: relative;
	overflow-y: hidden;
}
#port-imagewrapper li {
	list-style: none;
	float: left;
	width: auto;
	height: 550px;
	margin: 0px 54px 0px 54px
}
#port-imagewrapper li.loading {
	width: 1020px;
	height: 550px;
	background: url(/images/common/ajax-loader2.gif) 50% 50% no-repeat;
}
#port-imagewrapper li img {
	height: 550px;
	border: 0
}
#port-nav-left {
	position: absolute;
	top: 224px;
	left: 17px;
}
a.portNavLeft {
	width: 36px;
	height: 40px;
	display: inline-block;
	background-image: url(/images/provo-civic-ballet/left-arrow.png);
	background-repeat: no-repeat;
}
a:hover.portNavLeft {
	width: 36px;
	height: 40px;
	display: inline-block;
	background-image: url(/images/provo-civic-ballet/left-arrow-over.png);
	background-repeat: no-repeat;
}
#port-nav-right {
	position: absolute;
	top: 224px;
	right: 17px;
}
a.portNavRight {
	width: 36px;
	height: 40px;
	display: inline-block;
	background-image: url(/images/provo-civic-ballet/right-arrow.png);
	background-repeat: no-repeat;
}
a:hover.portNavRight {
	width: 36px;
	height: 40px;
	display: inline-block;
	background-image: url(/images/provo-civic-ballet/right-arrow-over.png);
	background-repeat: no-repeat;
}
.hide {
	display: none;
}
h2.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #1b497e;
	font-style: normal;
	font-weight: 500;
	margin-top: 2px;
	margin-bottom: 0px;
}
#viewer-wrapper {
	position: relative;
	width: 912px;
	height: 550px;
}
#featured-image-container {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 912px;
	height: 550px;
}
#featured-text-container {
	position: absolute;
	top: 40px;
	left: 30px;
	text-align: left;
	width: 460px;
	height: 470;
	overflow: hidden;
}