/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif, FreeSerif;
	font-weight: bold;
	color: #000;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

.simply-scroll { 
	width: 980px;
	height: 30px;
	margin-bottom: 1em;
	background: #fff;
	margin: 10px auto 0 auto;
}

.simply-scroll .simply-scroll-clip {
	width: 980px;
	height: 30px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
}
 
.simply-scroll a {
	white-space: nowrap;
	padding: 0;
	color: #000;
	margin: 0 30px 0 6px;
	text-transform: uppercase;
}

.simply-scroll span {
	margin: 0 4px 0 0;
	color: #ccc;
}.link-beauty {
	color: #90C;
	font-weight: bold;
}
.link-culture {
	color: #FC0;
	font-weight: bold;
}
.link-FND {
	color: #009900;
	font-weight: bold;
}
.link-Travel {
	color: #F30;
	font-weight: bold;
}
.link-Home {
	color: #39C;
	font-weight: bold;
}
.link-Celebrity {
	color: #C00;
	font-weight: bold;
}
.link-Style {
	color: #666;
	font-weight: bold;
}
