body {
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	font-size:12px;
}

a {
color:#000000;
}

p {
    margin: 0px 0;
    clear: both;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

#wrap {
    /*margin: 0 12%;*/
    margin: 5px 5px;
}

li {
margin-left: 0px;
}



/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.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-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 133px;
    height: 133px;
}

/**
 * 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;
}



.cell {
width:240px;
height:65px;
background-color:#000000;
background-repeat:no-repeat;
color: #FFFFFF;
}

.jcarousel-skin-tango.jcarousel-container {
	background-repeat:no-repeat
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 296px;
    padding: 5px 0px 5px 0px;
	height: 65px;
	background-color:#ffffff;
	border: #FFCC00 2px solid;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  240px;
    height: 65px;
	margin: 0px 40px 0px 20px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 240px;
    height: 65px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 10px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/scroller_next.gif) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 10px;
    height: 12px;
    cursor: pointer;
    background: transparent url(../images/scroller_prev.gif) no-repeat 0 0;
}

.Scrollbar-Logo {
width:120px; 
height:60px; 
float:left; 
margin-top:-20px;
text-align:right;
}
.Scrollbar-Text {
width:110px; 
height:60px; 
float:left; 
margin-left:10px;
text-align:left;
}
