#top-hundred.slide-show h2{
	color: #f15733;
	font-size: 33px;
	text-align: center;
}

#slidesContainer{
	width: 457px;
	margin-left: auto;
	margin-right: auto;
}

.control {
	display: block;
	width: 56px;
	height: 394px;
	text-indent: -10000px;
	position: absolute;
	cursor: pointer;
}

#slideshow{
	background: transparent url('../img/slideshow/slideshow_bg.png') no-repeat center 0;
}

#leftControl{
	left: 49px;
	top: 242px;
	background: transparent url('../img/slideshow/control_left.png') no-repeat 0 0;
}

#rightControl{
	right: 45px;
	top: 242px;
	background: transparent url('../img/slideshow/control_right.png') no-repeat 0 0;
}

.slide{
	text-align: center;
	font-family: Arial, sans-serif;
}

.slide .slideshow-cover-short{
	margin: 74px 0 63px
}

.slide h1{
	margin-top: 34px;
	font-weight: bold;
	font-size: 20px;
}

.slide h3{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

#top-hundred a#slideshow-fb-button {
	display: block;
	width: 409px;
	height: 34px;
	background: transparent url('../img/slideshow/facebook_btn.png') no-repeat 0 0;
	margin: 18px auto 0 auto;
}