﻿ul{
    margin:0px;
    padding:0px;
}
#marquee-container
{
    position:relative;
    width: 650px; 
    margin-top: 10px; 
    float:left;  
}
.some {
	z-index:100;
	display: block;
	background: #FFFFFF; /* Old Value: #e74c3c; */
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.04);
	overflow: hidden;
	/*opacity:0.4;
    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.some a {

	color: #007DC3; /* Old Value: #fff; */
}
.some:after {
	display: block;
	content: '';
	width: 20px;
	background: inherit;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1000;
	box-shadow: -10px 0px 20px #fff;
}

.some .the-title {

	z-index:100;
	display: block;
	position: relative;
	float: left;
	background:#007DC3;    /*Old Value: #c0392b;*/
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 7px 13px;
	z-index: 6;
}

.some ul {

	 z-index:100;
	position: absolute;
}

.some ul:after {
	display: block;
	content: '';
	clear: both;
}

.some .slide_container {
	height: 30px!important;
}

.some ul li {

	 z-index:100;
	display: block;
	float: left;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 6px 0px 0px 0px;
	position: relative;
}

.some ul li:after {

	 z-index:100;
	display: block;
	position: absolute;
	content: '\25CF';
	font-family: 'Entypo';
	font-size: 8px;
	top: 0px;
	right: -4px;
	color: #c9c9c9;
}

.some ul li:last-child:after {
	display: none;
}

.some ul li a {

	 z-index:100;
	display: block;
	padding-left: 13px;
	padding-right: 10px;
}

.slide_container
{
    width:500px;
}