#main-sections {
	margin-top: -80px;
	width: 745px;
	height: 500px;
	background: url(../images/main-img-bg2.jpg) no-repeat right bottom;
	margin-bottom: 180px;
}

/* Slide Navigation */

ul#slides-nav {
	width: 745px;
	height: 156px;
	margin-top: 240px;
	background: url(../images/main-sections2.jpg) no-repeat right;
}

ul#slides-nav li {
	width: 217px;
	height: 16px;
	margin: -1px 10px 0 12px;
	display: block;
	float: left;
	list-style: none;
	background-position: center;
}

ul#slides-nav li#button_selected {
	background-image: url(../images/section-pointer.jpg);
}

ul#slides-nav li div#dance-prev {
	position: absolute;
	margin-top: -36px;
	margin-left: -5px;
	width: 220px;
	height: 165px;
	background: url(../images/dance-small.png) no-repeat;
}

ul#slides-nav li div#music-prev {
	position: absolute;
	margin-top: -36px;
	margin-left: -5px;
	width: 220px;
	height: 165px;
	background: url(../images/music-small.png) no-repeat;
}

ul#slides-nav li div#theater-prev {
	position: absolute;
	margin-top: -36px;
	margin-left: -12px;
	width: 220px;
	height: 165px;
	background: url(../images/theater-small.png) no-repeat;
}

/* Main Slides */

ul#slides {
	margin-top: 90px;
}

ul#slides li#dance-img a {
	width: 732px;
	height: 463px;
	margin-left: -21px;
	display: block;
	background: url(../images/dance-large.jpg) no-repeat;
}

ul#slides li#music-img a {
	width: 732px;
	height: 463px;
	margin-left: -21px;
	display: block;
	background: url(../images/music-large.jpg) no-repeat;
}

ul#slides li#theater-img a {
	width: 732px;
	height: 463px;
	margin-left: -21px;
	display: block;
	background: url(../images/theater-large.jpg) no-repeat;
}

ul#slide_control li {
    list-style: none;
    display: block;
    float:left;
}


/* for slider text or caption  */

ul#slides-desc {
	width: 320px;
	margin: 30px 0 0 335px;
 	color: #333;
    text-align: left;
    padding: 3px;
}

ul#slides-desc h2 {
	font: normal 70px "Fontin Sans Regular", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-transform: uppercase;
}

ul#slides-desc p {
	width: 320px;
	margin: 0 0 15px 7px;
	font: 18px "Fontin Sans Regular", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

ul#slides-desc p a.more {
	width: 160px;
	height: 33px;
	display: block;
	padding-top: 11px;
	font: 18px "Fontin Sans Regular", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #eee;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
	text-align: center;
	text-decoration: none;
	background: url(../images/more-button.gif) no-repeat top;
}

ul#slides-desc p a.more:hover {
	background: url(../images/more-button.gif) no-repeat 0% 50%;
}

ul#slides-desc p a.more:active {
	background: url(../images/more-button.gif) no-repeat bottom;
}

ul#slides-desc p a#more-theater {
	width: 172px;
	height: 33px;
	display: block;
	padding-top: 11px;
	font: 18px "Fontin Sans Regular", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #eee;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
	text-align: center;
	text-decoration: none;
	background: url(../images/more-theater.gif) no-repeat top;
}

ul#slides-desc p a#more-theater:hover {
	background: url(../images/more-theater.gif) no-repeat 0% 50%;
}

ul#slides-desc p a#more-theater:active {
	background: url(../images/more-theater.gif) no-repeat bottom;
}

.fade {
	margin-bottom: 2em;
}

.fade p {
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


#slides-nav li:hover {
cursor: pointer;
cursor: hand;
z-index: 5000;
}

#slides-nav li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
margin-left: -10000px;
}
#slides-nav li {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}