#spotlight {
	height: 385px;
	margin-bottom: 20px;
	background: #fce4f0 url(../img/spotlight_braces.png) no-repeat 0 0; }

	#spotlight-container ul li,
	.jcarousel-item,
	.jcarousel-clip {
		position: relative; /* for ie6 */
		height: 385px;
		width: 560px; }
	
	#spotlight-container {
		float: left; 
		width: 560px;
		padding: 0 100px; }
		
	#spotlight-container .item {
		text-align: center;
		padding: 30px; }
	#spotlight-container .item img {
		width: 490px;
		height: 275px;	}
		
	#spotlight-container ul {
		margin: 0; padding: 0; }
	#spotlight-container ul li {
		display: block;
		/* overflow: hidden; */ 
		margin: 0; }

	.spotlight-control .index-value {
		display: none;
	}
	
	#spotlight-container .arrow {
		display: block;
		position: absolute;
		cursor: pointer;
		width: 33px; height: 50px; 
		text-indent: -9999px; }
	#spotlight-container .prev {
		top: 166px; left: 30px;
		background: url(../img/spotlight_nav-arrow-prev.png) no-repeat 0 0; }
	#spotlight-container .next {
		top: 166px; left: 492px;
		background: url(../img/spotlight_nav-arrow-next.png) no-repeat 0 0; }
	
	#spotlight-container h2 a,
	#spotlight-container h2 {
		color: #493310;
		text-decoration: none;	
	}
		#spotlight-container h2 a:hover {
			
			text-decoration: underline;
		}
	#spotlight-container h2 {
		font-size: 22px;
		font-weight: normal;
		font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
		line-height: 20px;
		margin: 0px 35px 5px 35px;
	}

	#spotlight-container .item a img {
		width: 490px; height: 275px;
	}
	
	#spotlight-container .meta {
		margin-left: 35px;
	}
		#spotlight-container .meta .meta-item {
			float: left;
			padding-left: 27px;
			margin-right: 20px;
			height: 20px;
		}
		.meta .categories {
			background: url(../img/post_icons.png) no-repeat 0 0; }
		.meta .date {
			background: url(../img/post_icons.png) no-repeat 0 -20px; }
		.meta .comments {
			background: url(../img/post_icons.png) no-repeat 0 -40px; }

	.spotlight-control {
		font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
		
	}
	.spotlight-control div {
		/* margin: 10px 0; */
		border-bottom: 1px dotted #D9D9D9;
		border-top: 1px dotted #fef6fa;
	}
	.spotlight-control div.first {
		border-top: none;
	}
	.spotlight-control div span {
		display: block;
		margin: 3px 0;
		font-size: .8em;
		/*padding: 5px; */
		
	}
	.spotlight-control div a.title {
		color: #493310;
		font-size: 1.2em;
		text-decoration: none;
		margin: 5px 0;
		display: block;
		/* padding: 5px; */
		
		/*border-top: 1px dotted #fef6fa; */
		/*background: #fff;*/
	}
		.spotlight-control div a:hover {
			background: #FCE4F0;
			text-decoration: underline;
		}
