/********************
 * FEATURE CAROUSEL *
 ********************/
#Social-Connection-Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C1261E;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#Social-Connection {
	height: 140px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color:#FDF9A2;
	position:relative;
	margin-bottom: 0px;
}
#Social-Connection img {
    border:0;
}
#Social-Connection .feature {
	position:absolute;
	top:-1000px;
	left:-1000px;
	cursor:pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#Social-Connection .feature > div {
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    width:100%;
}
#Social-Connection .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
#Social-Connection .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
#Social-Connection .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#Social-Connection .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}
