/* -----------------------------------------------------------------------------------------------------
   -- 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;
	position:relative;
	overflow:hidden;
    margin:0;
	padding:0;}
.jcarousel-list{
    z-index:1;
    position:relative;
    margin:0;
    padding:0;}
.jcarousel-list ul{
	margin:0;
	padding:0;}
.jcarousel-list li{
    float:left;
    list-style:none;
    /* -- We set the width/height explicitly. No width/height causes infinite loops. -- */
    width:236px;
    height:150px;
	margin:0;
	padding:0;}

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

/* -----------------------------------------------------------------------------------------------------
   -- ROB'S STYLES ------------------------------------------------------------------------------------- */

div.carousel-container{
	width:944px;
	height:150px;
	margin-left:8px;}
ul#mycarousel{
	width:944px;
	height:150px;
	padding:0;
	overflow:hidden;}
.jcarousel-skin-tango .jcarousel-container-horizontal{
    width:944px;
    height:150px;
    padding:0;}
.jcarousel-skin-tango .jcarousel-clip-horizontal{
    width: 944px;
    height:150px;
	background-color:#FFFFFF;}
.jcarousel-skin-tango .jcarousel-item{
    width:236px;
    height:150px;}

/* -----------------------------------------------------------------------------------------------------
   -- HORIZONTAL BUTTONS ------------------------------------------------------------------------------- */

/*.jcarousel-skin-tango .jcarousel-next-horizontal{
    position:absolute;
	margin:11px 0 0 932px;
    width:28px;
    height:111px;
    cursor:pointer;
    background:url(scroll_next.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:active{
    background:url(scroll_nextover.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active{
    cursor:default;
    background:url(scroll_nextdisabled.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal{
    position:absolute;
	margin:11px 0 0 -16px;
    width:28px;
    height:111px;
    cursor:pointer;
    background:url(scroll_prev.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:active{
    background:url(scroll_prevover.png) no-repeat 0 0;}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active{
    cursor:default;
    background:url(scroll_prevdisabled.png) no-repeat 0 0;}*/