#container {
	width: 598px;
	height: 252px;
	margin: 10px 0 0 10px;
	position: relative;
	background-color: #efefef;
	z-index: 0;
}

/*
	Slideshow
*/

#slides {
	width: 598px;
	position:absolute;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 396px;
	height: 252px;
	overflow: hidden;
	float: left;
	background-color: #efefef;
	position: relative;
	display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:396px;
	height:252px;
	display:block;
}

/* 
	Alternate Slides 
*/

#alternate-container {
	width: 598px;
	height: 450px;
	margin: 10px 0 0 10px;
	position: relative;
	background-color: #efefef;
	z-index: 0;
}

#alternate-slides {
	width: 598px;
	position:absolute;
	z-index:100;
}

#alternate-slides #container {
	width: 598px;
	height: 450px;
	margin: 10px 0 0 10px;
	position: relative;
	background-color: #efefef;
	z-index: 0;
}

#alternate-slides .slides_container {
	width: 598px;
	height: 420px;
	overflow: hidden;
	background-color: #efefef;
	position: relative;
	display: none;
}

#alternate-slides .slides_container div.slide {
	width: 568px;
	height: 450px;
	padding: 60px 15px 15px 15px;
	font-size: 12px !important;
}

#alternate-slides .slides_container div.slide h3 {
	width: 568px;
	padding: 10px 15px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background-color: #333; 
	color: #fff;
}

#alternate-slides .slides_container div.slide img {
}

/*
	Pagination
*/

#content ul.pagination {
	width: 202px;
	padding: 0;
	margin: 0;
	float: right;
}

#content ul.pagination li {
	list-style: none;
	margin: 0;
}

#content ul.pagination li a {
	display: block;
	width: 167px;
	height: 46px;
	margin: 0;
	padding: 16px 20px 0 15px;
	float: left;
	overflow: hidden;
	background-color: #3c4650;
	border-bottom: 1px solid #111a23;
	font: normal 14px Georgia, serif;
	color: #ddd;
	text-decoration: none;
}

#content ul.pagination li a:hover {
	color: #fff;
}

#content ul.pagination li.current a {
	background-color: #212a33;
	color: #fff;
}

/* 
	Alternate Pagination
*/

#content ul.pagination.alt {
	width: 578px;
	padding: 0 10px;
	margin: 0;
	position: absolute;
	top: -20px;
	right: 0;
	z-index: 5;
	background-color: #444;
}

#content ul.pagination.alt li {
	list-style: none;
	margin: 0;
}

#content ul.pagination.alt li a {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	padding: 5px;
	float: left;
	overflow: hidden;
	border-bottom: 0;
	font: bold 10px Verdana, sans-serif;
	color: #999;
	text-align: center;
	background: none;
}

#content ul.pagination.alt li a:hover {
	color: #ccc;
	background: none;
}

#content ul.pagination.alt li.current a {
	color: #eee;
	background: none;
}

/*
	Caption
*/

/* #content .caption {
	z-index: 500;
	position: absolute;
	left:0;
	bottom: -45px;
	height: 45px;
	margin: 0;
	padding: 10px 20px 0 20px;
	border-top: 1px solid #111a23;
	background: #111a23;
	background: -moz-linear-gradient(
		top,
		rgba(35,45,53,0.8) 0%,
		rgba(16,20,25,0.8));
	background: -webkit-gradient(
		linear, left top, left bottom, 
		rgba(35,45,53,0.8) 0%,
		rgba(16,20,25,0.8));
	width: 366px;
	font: 13px Arial, sans-serif;
	color: #b5b7b8;
	padding: 10px 20px;
	-moz-box-shadow: inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow: inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#content .caption h4 {
	margin: 0;
	padding: 0;
	font: bold 24px Arial, serif;
}

#content .caption h4 a {
	color: #b5b7b8;
	text-shadow: 0 -1px rgba(0,0,0,0.8);
}

#content .caption p {
	margin: 0;
	padding: 0;
	color: #eee;
}

#content .caption a {
	color: #fc3;
	text-decoration: none;
	border-bottom: none;
} */


/*-------------------------------------------------------------------------------
	Celebrity Slideshow
	------------------------------------------------------------------------------*/
#celebrity-slides {
	width: 576px;
	margin: 10px 0 0 10px;
	padding: 10px; 
	position: relative;
	overflow: hidden;
	background-color: #eee;
	border: 1px solid #ddd;
}
#celebrity-slides .slide {
	clear: both;
	width: 544px;
	padding: 15px;
	background-color: #fff; 
	border: 1px solid #ddd;
}
#celebrity-slides h3 {
	float: left;
	width: 350px;
	margin-bottom: 10px;
}
#celebrity-slides .slide-nav {
	float: right;
}
#celebrity-slides .slide-nav a {
	font: bold 14px sans-serif;
	color: #ffffff;
	padding: 2px 7px;
	background: #29465d;
	background: -moz-linear-gradient(
		top,
		#29465d 0%,
		#101922);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#29465d),
		to(#101922));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #101922;
	-moz-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5);
	-webkit-box-shadow:
		0px 1px 0px rgba(000,000,000,0.5);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.3),
		0px 1px 0px rgba(255,255,255,0.3);
}
