/*
 *	styles for image slider
 *
 *	* created: 2010-05-31 Kevin Chan <kefin@makedostudio.com>
 *	* updated: 2010-11-05 kchan
 */

#top_stories
{
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 500px;
	/* height: 460px; */
	height: 32em;
}

.jshowoff
{
	width: 500px;
	margin: 10px 0;
	background-color: #f2f2f2;
}

.jshowoff div
{	
	width: 500px;
	/* height: 460px; */
	height: 32em;
}

.jshowoff h1,
.jshowoff h1.feature_headline
{
	margin: 0 5px 0 5px !important;
	padding: 5px 0 5px 0 !important;
	font-size: 1.5em;
	line-height: 1.3em;
}

.jshowoff p
{
	margin: 0 5px 0 5px !important;
	padding: 0 0 5px 0;
	line-height: 1.25em;
}


.eddie
{
	float: right;
	padding: 15px 20px 15px 20px;
}

.jshowoff p.jshowoff-slidelinks
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0 !important;
	padding: 0 !important;
}

.jshowoff-slidelinks a, .jshowoff-controls a
{
	display: block;
	background-color: #4c4c4c;
	color: #fff;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 0 4px;
	float: left;
	text-decoration: none;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	*/
	outline: none;
	/* font-size: 0.8em !important; */
	/* line-height: 1.1em; */
	font-size: 10pt !important;
	line-height: 11pt !important;
	z-index: 999999;
}

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover
{
	color: #000000;
	background-color: #bad41a;
}

.jshowoff-slidelinks a.jshowoff-active,
.jshowoff-slidelinks a.jshowoff-active:hover
{
	background-color: #ffffff;
	color: #000000;
}

p.jshowoff-controls
{
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px !important;
	margin: 0 !important;
	z-index: 999999;
	/*
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	*/
}

.jshowoff-controls a
{
	margin: 5px 5px 0 0;
	padding: 4px 8px 5px;
}

.jshowoff-pausetext
{
	color: #fff;
}


