.jcarousel-container li, .brandLinks1.nojs li {
    width:90px;
    height:45px;
    padding: 4px 10px;
    border: 1px solid #CCCCCC;
    margin: 0 9px 15px 0;
    float: left;
    background: none;
    list-style: none;
}

/*.brandLinks.nojs li {margin: 0 11px 10px 0; padding: 2px 10px;}*/


.jcarousel-clip {
    overflow: hidden;
    width: 960px;
}

/* Buttons */
.jcarousel-next, .jcarousel-direction-rtl .jcarousel-next-horizontal {
    position: absolute;
    top: 19px;
    right: -6px;
    /*width: 10px;
    height: 12px;*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*background: url(../images/page_layout/brand-arrows.jpg) no-repeat -10px -12px;*/
    background: url(../images/icons/arrow-more.png) no-repeat;
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
	background: url(../images/icons/arrow-more-hover.png) no-repeat;
}

.jcarousel-prev, .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    position: absolute;
    top: 19px;
    left: -6px;
    /*width: 10px;
    height: 12px;*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*background: url(../images/page_layout/brand-arrows.jpg) no-repeat 0 -12px;*/
    background: url(../images/icons/arrow-less.png) no-repeat;
}

.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
       background: url(../images/icons/arrow-less-hover.png) no-repeat;
}



#twitter .jcarousel-clip {
    overflow: hidden;
    width: 250px;
}

#twitter .jcarousel-clip-vertical {
    height: 75px;
}

#twitter li {
    width:250px;
    height:75px;
    margin: 0 0 15px 0;
    float: left;
    border:none;
    padding: 0;
    line-height: 1.35em;
}




/* 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;
}

.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, .brandLinks.nojs {
	width: 960px;
	height: 60px;
        margin-bottom: 10px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 960px;
    height: 60px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li, .brandLinks.nojs li {
    width:90px;
    height:45px;
    padding: 4px 10px;
    border: 1px solid #CCCCCC;
    margin: 0 9px 15px 0;
    float: left;
    background: none;
    list-style: none;
}