/*** Scrolling List **************************************/
#FeaturedEventScroll_mContainer {
	position:relative;
	width:300px;
	height:300px;
	margin:auto;
	/*border:2px solid #000; */
	overflow:hidden;
}

#FeaturedEventScroll_nContainer {
	position:relative;
	overflow:hidden;
	width:300px;
	border-style:none;
	background:#333333;
}

#FeaturedEventScroll_listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	padding:0px;
	margin:0px;
}

#FeaturedEventScroll_listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:300px;
	height:65px;
	padding:0px;
	font:12px arial;
	cursor:pointer;
	margin:0px;
	color:#638DA1;
	background-color:#333333;
	line-height:15px;
	border-bottom-color:Silver;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#FeaturedEventScroll_listContainer>li {
	border-top:1px solid #311DF2; /* #638DA1; */
}

#FeaturedEventScroll_listContainer li:hover {
	color:#000;
}

#FeaturedEventScroll_upArrow,#FeaturedEventScroll_downArrow {
	
	height:21px;
	font:9px verdana;
	
	color:black;
	cursor:pointer;
}

#FeaturedEventScroll_upArrow 
{
	width:300px;
	text-align:center;
	background: #333333;
	/*background:#333333 url(/ArtsComplex/images/uparrow.png) no-repeat center center;*/
	border-bottom-color:Silver;
	border-bottom-style:solid;
	border-bottom-width:2px;
	  
}

#FeaturedEventScroll_downArrow 
{
	width:240px;
	text-align:right;
	/*background:#333333 url(/ArtsComplex/images/downarrow.png) no-repeat center center; */
	background: #333333;
	border-top-color:Silver;
	border-top-style:solid;
	border-top-width:2px;
float:left;
}

/*** End Scrolling List **************************************/



.FeaturedEvent_Banner
{
	width:1250px;
}

.FeaturedEvent_BannerImage
{
/*	background-image:url(/ArtsComplex/images/SPAMALOT.jpg); */
	background-repeat:no-repeat; 
	background-position:left; 
	width:682px; 
	height:300px; 
	float:left;
}

.FeaturedEvent_MenuItem
{
	border-bottom-color:Silver;
	border-bottom-width:2px;
	visibility:visible;
}
 
.FeaturedEvent_EventTitle
{
}

.FeaturedEvent_EventLine1
{
}

.FeaturedEvent_EventLine2
{
}

.FeaturedEvent_EventLine3
{
}
 
.FeaturedEvent_Pointer1
{
	position:relative;
	left: 659px;
	top: 45px;
}

.FeaturedEvent_Pointer2
{
	position:relative; 
	left: 629px; 
	top: 110px;
}

.FeaturedEvent_Pointer3
{
	position:relative; 
	left: 599px; 
	top: 175px;
}


.FeaturedEvent_Pointer4
{
	position:relative; 
	left: 569px; 
	top: 240px;
}

#FE_Arrow_up {
/* text-align: center; */
margin: auto;
width: 30px;
height: 20px;
 background:#333333 url(/images/uparrow.png) no-repeat center center; 
}

#FE_Arrow_dn {
/* text-align: center; */
margin: auto;
position:absolute;
left:135px;
width: 30px;
height: 20px;
background:#333333 url(/images/downarrow.png) no-repeat center center; 
}

.FeaturedEventScroll_AllEventsLink 
{
	width:60px;
	height:21px; 
	background-color:#333333;
	border-top-color:Silver;
	border-top-style:solid;
	border-top-width:2px;
	float:right;
	text-align:right;
}

.FeaturedEventScroll_AllEventsLink a:link, a:visited, a:hover
{
	font-family:Arial;
	font-size:9px;
	text-align:right;
	color:Silver;
	background-color:#333333;
}
