/* 
Style Sheet for in-content cycler

Version 1.0
Used for news and in-content highlighting of events/information

Release notes: created by EKS. Only ONE in-content slideshow per page.
Any more than one in-content slideshow and it will conflict with the 
styling. Also, design-wise, this restricts people from over using
dynamic content.
*/
div.in-content-nav {
	float:right;
	position:relative;
	right:5px;
	top:-21px;
	width:45px;
	z-index:15;
}
div.in-content-slideshow {
	height:100px;
	margin-left:5px;
	margin-top:5px;
	overflow:hidden;
	width:140px;
}
#in-content-slideshow_wrapper {
	border:2px solid #abc;
	height:110px;
	margin:0;

}
div.transparent-holder {
	display:none;
}
div.in-content-prev1 {
	float:left;
	text-align:right;
	width:20px;
}
a#in-content-prev1 {
	opacity:0.8;
}
a#in-content-prev1:hover {
	opacity:1;
}
div.in-content-next1 {
	text-align:left;
	width:20px;
}
a#in-content-next1 {
	opacity:0.8;
}
a#in-content-next1:hover {
	opacity:1;
}
a:selected {
	outline:none;
}
div.in-content-slideshow span {
	display:none;
}
#in-content-slideshow_caption {
	height:108px;
	left:145px;
	margin:0px;
	overflow:hidden;
	padding:3px 9px 0px 8px;
	position:relative;
	text-align:left;
	top:0;
	vertical-align:bottom;
	width:340px;
	z-index:14;
	font-size:10px;
	line-height:14px;
}
#in-content-slideshow_caption p.in-content-slideshow-heading {
	font-size:11px;
	margin:0px;
}
#in-content-slideshow_caption p {
	margin:2px 0 10px;
}