﻿/*YUI elements*/
#container {
margin: 0 auto;
background-color:#fff;
}
#container .item p.all
{
	width: 110px;
	text-align: center;
	color: navy;
	font-weight: bold;
	bottom: -12px;
	position: absolute;
	z-index: 2;
	margin-top: -150;
	background-color: #FFFFFF;
}
#ProjectThumbsContainer {
margin: 0 auto;
background-color:#fff;
}
#ProjectThumbsContainer .item p.all
{
	width: 114px;
	text-align: center;
	color: #38bbee;
	font-weight: bold;
	bottom: -12px;
	position: absolute;
	z-index: 2;
	margin-top: -150;
	background-color: #FFFFFF;
}
/* Style the spotlight container */
#spotlight {
border: 1px solid #ccc;
height: 1024px;
 width: 683px;
 background-color:#fff ;
 text-align:center;
 vertical-align:middle;
 }

 /* Always be sure to give your carousel items a width and a height */
 .yui-carousel-element li
{
	height: 170px;
	opacity: 0.8;
	width: 114px;
	opacity: 0.8;
	background-color: #FFF;
}

 .yui-carousel-element .yui-carousel-item-selected {
 opacity: 1;
 border-width: thin;
	border-color: #38bbee;
 } 
 .yui-carousel .yui-carousel-item-selected {
border-width: thin;
	border-color: #38bbee;
margin:1px;
}



.yui-carousel-nav 
{
	display:none;

} 
