html>body #slider_wraper {width: 871px;} /* IE 7 hack */

#slider_wraper {
    width: 870px;
    margin: 0 auto 25px;
}

#slider {
    position: relative;
	width: 870px;
}

.scroll {
    height: 305px;
    width: 870px;
    overflow: auto;
    /*overflow-x: hidden;*/
    position: relative;
    clear: left;
    background: #FFFFFF;
}

.scrollContainer div.panel {
    height: 305px;
    width: 870px;
	background: #000;
}

.slider_text_holder_1, .slider_text_holder_2, .slider_text_holder_3, .slider_text_holder_4, .slider_text_holder_5,
.slider_text_holder_6, .slider_text_holder_7, .slider_text_holder_8, .slider_text_holder_9, .slider_text_holder_10,
.slider_text_holder_11, .slider_text_holder_12, .slider_text_holder_13, .slider_text_holder_14, .slider_text_holder_15,
.slider_text_holder_16 {
    padding: 20px 20px 20px 400px;
    height: 265px;
    width: 450px;
	background: #000;
	color: #B0B0B0;
}

.slider_text_holder_1 h4, .slider_text_holder_2 h4, .slider_text_holder_3 h4, .slider_text_holder_4 h4, .slider_text_holder_5 h4,
.slider_text_holder_6 h4, .slider_text_holder_7 h4, .slider_text_holder_8 h4, .slider_text_holder_9 h4, .slider_text_holder_10 h4,
.slider_text_holder_11 h4, .slider_text_holder_12 h4, .slider_text_holder_13 h4, .slider_text_holder_14 h4,  .slider_text_holder_15 h4, .slider_text_holder_16 h4 {
	font-size: 24px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	border-bottom: 1px solid #333;
	color: #C90404;
}

.slider_text_holder_1 h4 span, .slider_text_holder_2 h4 span, .slider_text_holder_3 h4 span, .slider_text_holder_4 h4 span, .slider_text_holder_5 h4 span, .slider_text_holder_6 h4 span, .slider_text_holder_7 h4 span, .slider_text_holder_8 h4 span, .slider_text_holder_9 h4 span, .slider_text_holder_10 h4 span, .slider_text_holder_11 h4 span, .slider_text_holder_12 h4 span, .slider_text_holder_13 h4 span, .slider_text_holder_14 h4 span, .slider_text_holder_15 h4 span, .slider_text_holder_16 h4 span {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}

.slider_text_holder_1 {
	background: url(../images/slideshow/rs_2009_01.jpg) top left no-repeat;
}

.slider_text_holder_2 {
	background: url(../images/slideshow/rs_2009_02.jpg) top left no-repeat;
}

.slider_text_holder_3 {
	background: url(../images/slideshow/rs_2009_03.jpg) top left no-repeat;
}

.slider_text_holder_4 {
	background: url(../images/slideshow/rs_2009_04.jpg) top left no-repeat;
}

.slider_text_holder_5 {
	background: url(../images/slideshow/rs_2009_05.jpg) top left no-repeat;
}

.slider_text_holder_6 {
	background: url(../images/slideshow/rs_2009_06.jpg) top left no-repeat;
}

.slider_text_holder_7 {
	background: url(../images/slideshow/rs_2009_07.jpg) top left no-repeat;
}

.slider_text_holder_8 {
	background: url(../images/slideshow/rs_2009_08.jpg) top left no-repeat;
}

.slider_text_holder_9 {
	background: url(../images/slideshow/rs_2009_09.jpg) top left no-repeat;
}

.slider_text_holder_10 {
	background: url(../images/slideshow/rs_2009_10.jpg) top left no-repeat;
}

.slider_text_holder_11 {
	background: url(../images/slideshow/rs_2009_11.jpg) top left no-repeat;
}

.slider_text_holder_12 {
	background: url(../images/slideshow/rs_2009_12.jpg) top left no-repeat;
}

.slider_text_holder_13 {
	background: url(../images/slideshow/rs_2009_13.jpg) top left no-repeat;
}

.slider_text_holder_14 {
	background: url(../images/slideshow/rs_2009_14.jpg) top left no-repeat;
}

.slider_text_holder_15 {
	background: url(../images/slideshow/rs_2009_15.jpg) top left no-repeat;
}

.slider_text_holder_16 {
	background: url(../images/slideshow/rs_2009_16.jpg) top left no-repeat;
}

.start_time_date {
	margin-top: 10px;
}

.start_time_date span,
.theatre span,
.director span,
.music span,
.cast span {
	font-weight: bold;
	color: #555;
}

ul.navigation {
	font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 7px 6px;
	background: #333;
	border-bottom: 1px solid #DDD;
}

ul.navigation li {
    display: inline;
    margin-right: 0px;
}

ul.navigation a {
    padding: 1px 5px;
    color: #B0B0B0;
    text-decoration: none;
}

ul.navigation a:hover {
	color: #FFF;
    background-color: #C90404;
}

ul.navigation a.selected {
	color: #FFF;
    background-color: #C90404;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    bottom: 7px;
    cursor: pointer;
}

.scrollButtons.left {
    right: 30px;
}

.scrollButtons.right {
    right: 10px;
}

.hide {
    display: none;
}