/* hide navigation div */
#navigation {
	display:none;
}






/* carousel styles */
body#Home #CenterCol .carousel {
	height:316px;
	background:#173186;
	border-top:5px solid #173186;
	border-bottom:5px solid #173186;
	border-left:6px solid #173186;
	border-right:6px solid #173186;
	margin-bottom:15px;
}
.main {
	width:535px;
}
.main div {
	width:535px;
	height:300px;
	overflow:hidden;
	border:none;
}






/* list styles */
body#Home #CenterCol .carousel ul.products {
	height:300px;
	width:30000px;
	float:none;
	background:#173186;
	margin:0px;
	padding:0px;
}
body#Home #CenterCol .carousel ul.products li {
	margin:0px;
	padding:0px;
	width:173px;
	height:298px;
	float:left;
	list-style:none;
	margin-right:5px;
	border:1px solid white;
}






/* production text */
body#Home #CenterCol .carousel ul.products .paragraph {
	display:block;
	width:153px;
	height:88px;
	line-height:1.1em;
	color:#000;
	margin-bottom:5px;
	padding:185px 10px 0 10px;
	overflow:hidden;
	font-weight:normal;
	text-align:left;
}

/* string together the following classes to suit your needs - CMS should do this... */
/* append this if you need white text */
body#Home #CenterCol .carousel ul.products span.white {
	color:#fff;
}

/* append this if the production is new */
body#Home #CenterCol .carousel ul.products span.new {
	background:url("../images/icons/new_corner.gif") top right no-repeat;
}




/* append this if the production is old */
body#Home #CenterCol .carousel ul.products span.old {
	background:url("../images/icons/old_corner.gif") top right no-repeat;
}





/* text links */
body#Home #CenterCol .carousel ul.products .paragraph a {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
body#Home #CenterCol .carousel ul.products span.white a {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
body#Home #CenterCol .carousel ul.products .paragraph a:hover {
	font-weight:bold;
	text-decoration:none;
}




/* BUY TICKETS link */
body#Home #CenterCol .carousel ul.products .buy {
	margin:5px 0px 0px 0px;
}
body#Home #CenterCol .carousel ul.products .buy a {
	text-align:center;
	border-top:1px solid white;
	color:#fff;
	background:#c00;
	padding:3px 0px 0px 0px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	height:16px;
	display:block;
}
body#Home #CenterCol .carousel ul.products .buy a:hover {
	text-decoration:none;
	color:#fff;
	background:#f00;
}






/* PREVIOUS and FORWARD links */
body#Home #CenterCol .carousel h2 {
	font-size:1.2em;
	position:relative;
	color:#fff;
	width:507px;
	margin:4px 0 0 0;
	padding: 0px 14px;
	text-align:left;
}
body#Home #CenterCol .carousel h2 span.right {
	float:right;
	text-align:right;
}
body#Home #CenterCol .carousel h2 a {
	display:inline;
	position:absolute;
	padding:0px;
	font-size:1.0em;
	background:none;
}
body#Home #CenterCol .carousel h2 a.rightBut, body#Home #CenterCol .carousel h2 a.leftBut {
	width:70px;
	height:12px;
	display:block;
	margin:0;
	padding:0;
	top:0px;
	left:0px;
}
body#Home #CenterCol .carousel h2 a.leftBut {
	background:url("../images/icons/left-out.gif") no-repeat;
	text-decoration:none;
	color: #FFFFFF;
}
body#Home #CenterCol .carousel h2 a.leftBut:hover {
	background:url("../images/icons/left-over.gif") no-repeat;
}
body#Home #CenterCol .carousel h2 a.rightBut {
	left:auto;
	right:0px;
	background:url("../images/icons/right-out.gif") no-repeat;
	float: right;
	text-decoration:none;
	color: #FFFFFF;
}
body#Home #CenterCol .carousel h2 a.rightBut:hover {
	background:url("../images/icons/right-over.gif") no-repeat;
}





/* background images */
<?= $carousel_css ?>
