/********************
 * FEATURE CAROUSEL *
 ********************/
#featureCarousel {
    height: 195px;
    width:505px;
    background-color:#FFF;
    position:relative;
	padding:20px 0;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid #00A7DB;
    cursor:pointer;
}
#featureCarousel .feature > div {
    position:absolute;
    top:200px;
    left:0px;
    /*background-color:rgba(255,255,255,0.7);*/
    width:100%;
}
#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#03C;
	text-align:center;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
	display:none !important;
}
#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;
}

/*------2------*/

#featureCarousel2 {
    height: 300px;
    width:525px;
    background-color:#FFF;
    position:relative;
	padding:20px 0;
}
#featureCarousel2 img {
    border:0;
}
#featureCarousel2 .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel2 .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(255,255,255,0.7);
    width:100%;
}
#featureCarousel2 .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#03C;
	text-align:center;
}
#featureCarousel2 .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
	display:none !important;
}
#featureCarousel2 .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel2 .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

/*------3------*/

#featureCarousel3 {
    height: 300px;
    width:525px;
    background-color:#FFF;
    position:relative;
	padding:20px 0;
}
#featureCarousel3 img {
    border:0;
}
#featureCarousel3 .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel3 .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(255,255,255,0.7);
    width:100%;
}
#featureCarousel3 .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#03C;
	text-align:center;
}
#featureCarousel3 .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
	display:none !important;
}
#featureCarousel3 .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel3 .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

/*------4------*/

#featureCarousel4 {
    height: 300px;
    width:525px;
    background-color:#FFF;
    position:relative;
	padding:20px 0;
}
#featureCarousel4 img {
    border:0;
}
#featureCarousel4 .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel4 .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(255,255,255,0.7);
    width:100%;
}
#featureCarousel4 .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#03C;
	text-align:center;
}
#featureCarousel4 .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
	display:none !important;
}
#featureCarousel4 .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel4 .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

/*------5------*/

#featureCarousel5 {
    height: 300px;
    width:525px;
    background-color:#FFF;
    position:relative;
	padding:20px 0;
}
#featureCarousel5 img {
    border:0;
}
#featureCarousel5 .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel5 .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(255,255,255,0.7);
    width:100%;
}
#featureCarousel5 .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#03C;
	text-align:center;
}
#featureCarousel5 .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
	display:none !important;
}
#featureCarousel5 .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel5 .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}

/*------6------*/

#featureCarousel6 {
    height: 300px;
    width:525px;
    background-color:#FFF;
    position:relative;
	padding:20px 0;
}
#featureCarousel6 img {
    border:0;
}
#featureCarousel6 .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:3px solid white;
    cursor:pointer;
}
#featureCarousel6 .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:rgba(255,255,255,0.7);
    width:100%;
}
#featureCarousel6 .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:14px;
    color:#03C;
	text-align:center;
}
#featureCarousel6 .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
	display:none !important;
}
#featureCarousel6 .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel6 .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}