/* Start carousel UI customization */
.technology_label_header
{
	color: #666666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	display: block;
	margin-top: 14px;
	margin-bottom: 14px;
}

#technology_stream_container 
{	
	margin: 0 auto;
	border: 1px solid black;
	height: 343px;
	width: 512px;
	overflow: hidden;
}

#technology_stream_container a 
{
	text-decoration: none;
}

#technology_stream_container li 
{
	border: 0;
}

#carousel
{
	visibility: hidden;
	position: relative;
	top: 1px;
}

.loading
{
	background: url(/presentation/images/technology_stream/spinner.gif) no-repeat center center;
}

ol, ul 
{
	list-style:none outside none;
}			

.yui-carousel-element li 
{
	width: 100px;
	height: 100px;
}

.yui-carousel-element .yui-carousel-item-selected 
{
	border: 0;
}
   
.front_picture 
{
	border: 0;
}
/* End carousel UI customization */
