/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative; /*-- For IE --*/
	margin:10px 0 0 -20px;
}
html>body .jcarousel-container  {
	position: relative;
	margin:10px 0 0 0; /*-- For Firefox --*/
}


.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 140px;
    height: 150px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.videosul {
	margin: 20px 0 0 25px;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	color:#fff;
}
.videosul li {
	float: left;
	margin-right:20px;
	padding: 0;
	height: 150px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 150px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}
.videosdiv {
    position: relative; /*-- For IE --*/
	margin:10px 0 0 50px;
	width:940px;
}
html>body .videosdiv  {
	position: relative;
	margin:10px 0 0 25px; /*-- For Firefox --*/
}
.videothumb {
	width:140px;
	margin-right:20px;
	float:left;
	text-align:center;
}
