/********************
* FEATURE CAROUSEL *
********************/
.featureCarousel {
    height: 375px;
    width:815px;
    padding-right: 10px;
    position:relative;
}
.featureCarousel img {
    border: 5px solid #ffcc00;
	border-radius: 5px;
}
.featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    cursor:pointer;
}
.featureCarousel .feature div.ttl {
	position:absolute;
	top:8px;
	left:8px;
	z-index:1001;
    font-style:italic;
    text-align:center;
    font-size:16px; 
    font-weight:bold;
    color:#fff;
	width:97%;
	height:324px;
	background:url('/img/portfolio_carousel_bg.png') left bottom repeat-x;
}
.featureCarousel .feature div.ttl span {
	display:block;
	padding-top:290px;
}

.featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
.featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
.featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}