/*-- jShowOff module styles --*/


.topstories, #topstories, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	/* remove blue background - cpg 6-24-2010
	background: #e0edfe;*/
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 320px;
	/*
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	*/
	} 
	
.contentdiv {margin-bottom:50px;}
	
.jshowoff {
	width: 480px;
	margin: 0 0 20px 0; 
	}
.jshowoff div {	
	width: 480px;
	height: 320px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	/*-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;*/
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
/*	_background-color: #efefef;*/
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 12px;
	line-height: 15px;
	}




/* indiv slide links */
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom:0;
	left: 236px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	height:20px;
	}


.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #fff;
	padding: 2px 0 0 6px;
	margin: 0 1px 0 1px;
	float: left;
	text-decoration: none;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	*/
	/*outline: none;*/
	font-size: 10px;
	font-weight:bold;
	/*line-height: 14px;*/
	}




/* prev-next-pause controls */

p.jshowoff-controls {
	background: #c3d8f3;
	overflow: hidden;
	height: 20px;
	padding: 0 0 0 142px;
	margin: 0;
	/*
	-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: 0;
	font-size: 12px;
	line-height: 15px;

	}

	
.jshowoff-pausetext {color: #000;}
	
.jshowoff-paused {
	background-image: url('/www.louisvilleky.gov/Common/Images/2010/top-play.gif')!important;
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}	

.jshowoff-play {
	background-image: url('/www.louisvilleky.gov/Common/Images/2010/top-pause.gif');
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}	
		

	
.jshowoff-next {
	background-image: url('/www.louisvilleky.gov/Common/Images/2010/top-next.gif');
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}

.jshowoff-prev {
	background-image: url('/www.louisvilleky.gov/Common/Images/2010/top-prev.gif');
	background-repeat:no-repeat;
	height:20px;
	width:20px;
}


.jshowoff-slidelink-0, .jshowoff-slidelink-1, .jshowoff-slidelink-2, .jshowoff-slidelink-3, .jshowoff-slidelink-4,.jshowoff-slidelink-5 {
	background-image: url('/www.louisvilleky.gov/Common/Images/2010/topstory-disc.gif');
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	font-weight:bold;
	font-size:10px;	
	color:#0056ab !important;
	padding-left:4px;
}

.jshowoff-1-active {
	background-image: url('/www.louisvilleky.gov/Common/Images/2010/topstory-disc-selected.gif');
	background-repeat:no-repeat;
	height:20px;
	width:20px;
	font-weight:bold;
	font-size:10px;
	color:#ffffff !important;
}


/* center images */
.topstoryimg {text-align: center; margin-top:0;}
.topstoryimg img {width:480px !important; height:229px !important; overflow:hidden;}
.topstorytext {margin-top:6px !important;}
