/* Start carousel UI customization */
#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;
}

#technology_stream_container #carousel img
{
	visibility: hidden;
}

.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 */
