#container {
	margin: 0 auto;
}

/* Style the spotlight container */
#spotlight {
	height: 320px;
	margin: 10px auto;
	padding: 1px;
	width: 530px;
}

/* Always be sure to give your carousel items a width and a height */
.yui-carousel-element li {
	/*height: 100px;*/
	width: 130px;
	height: 150px;
	opacity: 0.6;
	font-size: 10px;
}

.yui-carousel-element .yui-carousel-item-selected {
	opacity: 1;
}

img.youthumb {
	max-width: 120px;
	max-height: 90px;
	margin: 5px;
}

