.shoutout {
	margin-bottom: 15px;
	position: relative;
}

.shoutout h3 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #11698e;
	text-align: center;
	margin-bottom: 5px;
}

.shoutout .shoutout-ml,
.shoutout .shoutout-bl {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
}

.shoutout .shoutout-ml {
	left: 5px;
	top: 3px;
}

.shoutout .shoutout-bl {
	right: 25px;
	top: 3px;
}

.shoutout .shoutout-box {
	background: #e9e9e9;
	margin: 5px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	padding: 8px;
}


.shoutout .shoutout-list li,
.shoutout .YMslider .panels li {
	font-size: 14px;
	font-weight: bold;
	color: #11698e;
}

.shoutout .shoutout-list li span,
.shoutout .YMslider .panels li span {
	margin-right: 10px;
	color: #000;
}

.shoutout .YMslider .controls {
	text-align: right;
	width: 100%;
}

.shoutout .YMslider .controls a {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 3px;
	background: #ef5e00;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}

.shoutout .YMslider .controls a.active {
	background: #3b9d1a;
}

.shoutout .YMslider .controls span {
	display: none;
}

.shoutout a.collapse {
	right: 3px;
	top: 2px;
}