/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
	float:left;
	height:138px;
	width:374px;
	background-color:#FFFFFF;
	position:relative;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel .feature div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#featureCarousel .feature div p {
    margin:0;
    padding:3px 10px;
		background-color:#000000;
    color:white;
    font-size:12px;
}
		#featureCarousel .feature div p a:link { color: #FFFFFF; text-decoration:none; }
		#featureCarousel .feature div p a:visited { color: #FFFFFF; text-decoration:none; }
		#featureCarousel .feature div p a:hover { color: #FFFFFF; text-decoration:none; }
		#featureCarousel .feature div p a:active { color: #FFFFFF; text-decoration:none; }
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:10px;
    top:115px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:#000000;
    text-align:center;
    font-size:10px;
    background-color:#FFFFFF;
    border:1px solid #333333;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

/* banner area */
.dwBanner {
	margin-top:15px;
	 width:519px;
	 height:140px;
	 border:1px solid #CCCCCC;
}
.dwBanner .dwTitle {
	 float:left;
	 width:142px;
	 _display:inline;
}