#slidercontainer{
	margin: 0;
	padding: 0;
	width: 980px;
	height: 470px;
	overflow: hidden;
	position: relative;
}
#slider{
/*	position: relative;*/
	width: 980px;
	height: 470px;
	margin: 0px;
	padding: 0px;
	z-index: 0;

}

#slider .info{
	position: absolute;
	top: 0px;
	padding-top: 25px;
	left: 308px;
	text-align: justify;
	width: 672px;
	height: 275px;
	color: #333;
	display: none;

}

#slider .info .playtitle{
	display: block;
	font-size: 22px;
	font-weight: bold;
}

#slider .info .playdate{
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

#slider .info p{
	font-size: 14px;
	padding-right: 50px;
}

#slider .info a{
	color: #c00;
	text-decoration: underline;
}

#slider .info a.buytickets{
	display: block;
	width: auto;
	height: 17px;
/*	background:  url('../images/sliders/buytickets.gif') no-repeat 0 0;*/
	background-color: #B51515;
	border: 1px solid #fff;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#slider .info a.buytickets:hover{
	background-color: #D51515;
}
#slider .info .link{
	display: block;
	position: absolute;
	width: auto;
	height: 22px;
	border: 1px solid #000;
}
.whitetext{
	color: #eee;
}

#slider img{
	width: 980px;
	height: 470px;
}
#slider2wrap{
	float: left;
	height: 150px;
}
#slider2{
	width: 980px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	}
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	width: 980px;
	overflow: auto;
	}
#slider2 li{ 
	background:#f1f1f1;
	width:931px;
	height: 170px;
	overflow: hidden;
	background-color: transparent;
	background-image: url('../images/sliders/sliderbg3.png');
	text-align: left;
	padding-left: 49px;
	}
#slider2 li img{
	margin-right: 28px;
	height: 115px;
	width: 100px;
	border: 1px solid #fff;
	border-top: 0px;
	}
#slider2 a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	float:left
}
#slider2 .nowplaying{
	display:block;
	height:20px;
	background-color:#B51515;
	width:100px;
	border:1px solid #fff;
	border-bottom:0px;
	margin:0px;
	margin-top:17px;
	padding:0px;
	text-align:center;
	line-height:1.9;	
}
#slider2 .upnext{
	display:block;
	height:20px;
	background-color:#444;
	width:100px;
	border:1px solid #fff;
	border-bottom:0px;
	margin:0px;
	margin-top:17px;
	padding:0px;
	text-align:center;
	line-height:1.9;
}
p#controls, p#controls2{
	margin:0;
	position:relative;
	z-index: 2;
	} 
#prevButton, #nextButton, #pauseButton{
	display: block;
	margin: 0;
	position: absolute;
	right: 114px;
	bottom: 197px;
	height: 15px;
	width: 30px;
	z-index: 4;
	background: url('../images/sliders/controller-prev.gif') no-repeat 0 0;
}
#prevButton:hover, #nextButton:hover{
	background-position: 0 -18px;
}
#pauseButton{
	right: 94px;
	background: url('../images/sliders/controller-pause.gif') no-repeat 0 0;
	width: 16px;
	height: 18px;
	bottom: 194px;
}
#pauseButton:hover{
	background-position: 0 -18px;
}
#nextButton{
	right: 54px;
	background: url('../images/sliders/controller-next.gif') no-repeat 0 0;
}
#backgroundcontrol{
	position: absolute;
	display: block;
	margin: 0;
	right: 49px;
	height: 30px;
	width: 100px;
	background:  url('../images/sliders/controller.png') no-repeat 0 0;
	bottom: 187px;
	border: 1px solid #bfbfbf;
}
#prevButton2, #nextButton2{
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	top: -103px;
	height: 77px;
	width: 30px;
	background: url('../images/sliders/previous.png') no-repeat 0 0;
}
#nextButton2{
	left: 958px;
	background: url('../images/sliders/next.png') no-repeat 0 0;
}
.newsticker{
/*	position: relative;
	background-color: transparent;
	background-image: url('http://www.artsclub.com/template1/graphics/features/featurecontent_bg2.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 165px;
	border: 2px solid #fff;*/
	position: relative;
	height: 146px;
/*	height: auto;*/
	margin: 0;
	padding: 0px;
	color: #333;
	background-color: transparent;
	background-image: url('../../../template1/graphics/features/featurecontent_bg2.gif');
	background-repeat: repeat-x;
	background-position:   left top;
	border: 2px solid #fff
}
.newsticker .newsitem{
	float: left;
	height: 130px;
	margin: 8px;
	overflow: hidden;
}
.newsticker .newsitem h3{
	font-size: 12px;
	color: #c00;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.newsticker .newsitem a{
	color: #c00;
}
.newsticker .newsitem p{
	padding: 0px;
	margin: 0px;
}
.newsticker .newsitem img{
	float: right;
	margin: 5px;
	margin-top: 0px;
	margin-right: 0px;
	border: 0px none;
}
.newsticker .newsitem img.full{
	float: none;
	margin: 0px;
}
.newsticker .newsitem .btn1{
	position:absolute;
	float:right;
	bottom:0;
	left:0;
	font-size:85%;
}
.newsticker .newsitem .btn1 a{
	color: #fff;
}
#homeFeatureBox .newsticker {
	background-color: #fff;
}