#carrousel {
	/*margin-right: 50%;
	margin-left: 50%;*/
	
	
	border: 1px solid #C4C4C4;
	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*slider*/
#featuredShows {
	/*	height: 260px;
	width: 555px;*/
    height: 200px;
	width: 550px;
	overflow: hidden;
}

#slideNav {
	position: absolute;
	right: 10px;
	bottom: 5px;
	z-index: 200;
}
#slideNav a {
	text-decoration: none;
	margin-right: 5px;
	text-indent: -9000px;
	display: block;
	height: 8px;
	width: 8px;
	float: left;
	outline: none;
	cursor: pointer;
	background-repeat: no-repeat;
	behavior: url(/iepngfix/iepngfix.htc);
}
#featuredShows .slide ul   {
	list-style-position: inside;
	padding-left: 5px;
	/*	list-style-image: url(../images/home_page/icons/bullet_list.png);*/
	/*	list-style-type: none;*/
	margin-right: 10px;
	margin-top: 5px;
}
#featuredShows .slide ul li a {
	color: #3366AC;
	text-decoration: underline;
	
}


#slideNav .activeSlide{
	background-position: right top;
}
#slideNav .pauseButton{
	display: block;
	height: 8px;
	width: 8px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: 4px;
	margin-right: 4px;
	cursor: pointer;
}


	#featuredShows a {
	color: #333;
	text-decoration: none;
	}
	#featuredShows h3 a {
	color: #039;
	font-weight: bold;
	border: none;
	}
.slide {
	position: relative;
}
.slide a h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #039;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.slide img {
	margin-right: 8px;
	float: left;
}

.slideshow {
	/*float: left;*/
	margin-right: 8px;
}
