/* Text Utility
----------------------------------------------------------*/
.util_text_break { word-break:break-all; overflow: hidden; text-overflow: ellipsis; white-space:nowrap }

.util_text_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:12px;
}
.util_text_ellipsis a { color:#666; font-weight:normal;}
.util_text_ellipsis a:hover {text-decoration:underline;}

.util_text_ellipsis.multiline {
    white-space: normal;
}

.placeholdersjs { color: #b2b2b2; }

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

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

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 1024px;
	height: 70px;
	margin-bottom: 1em;
	margin: 0 auto;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 1024px;
	height: 70px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 140px;
	height: 70px;
}