div.ic_myCarousel {
	margin: 10px auto 0 auto;
        padding: 0px;
	/*-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333; */
	clear:right;
	/*background: #eee; */
	
}
.ic_myCarousel .ic_button {
	background: #999;
	width: 8px;
	height: 8px;
	position: relative;
	float: left;
	margin-right: 6px;
	border-radius: 10px;
	margin-top: 1px;
	border: 1px solid #eee;
}
.ic_myCarousel .ic_thumbnails {
	/*box-shadow: 0px 1px 4px #666;*/
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 2px 6px;
	height: 14px;
	margin: 0 auto;
	display: inline-block;
	/*
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(187,187,187,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(187,187,187,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 );
	*/
}

/* keep this after the ic_button code for proper border coloring */		
.ic_myCarousel2 .ic_active, .ic_myCarousel .ic_active, .ic_vidCarousel .ic_active  {
	background: #fff;
	border: 1px solid #5f255f; /* dark purple */
}
#highlights div.infiniteCarousel_item img {z-index: -1;}
#highlights div.ic_caption {
	opacity: .8;
	background-color: #8cb7c7; /* blue */
	/*font-size: 12px;
	font-family: arial; */
	padding: 10px 10px;
	width: auto;
z-index: 999;
position: relative;
}

#highlights div.ic_caption {color: #FFFFFF; font-size: 14px;  margin: 0; font-family: Arial, Helvetica, sans-serif;}

.options {
	font-size: 16px;
}