/**
 
 DO NOT CHANGE THESE BASE SETTINGS, SCROLL DOWN TO THE EDITABLE STUFF

 * 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-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
	text-align:center;
	position:relative;
}
/*.jcarousel-item a {
	position:absolute;
	left:0;
	bottom: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;
}


/* EDITABLE CSS */

.jcarousel-skin-cantifix .jcarousel-container {
    /*background: #272E38;*/
}
.jcarousel-skin-cantifix .jcarousel-container-horizontal {
    width: 380px;
    padding: 10px 20px;
}
.jcarousel-skin-cantifix .jcarousel-clip-horizontal {
    width:  380px;
    height: 75px;
}
.jcarousel-skin-cantifix .jcarousel-item {
    width: 90px;
    height: 75px;
}
.jcarousel-skin-cantifix .jcarousel-item-horizontal {
    margin-right: 2px;
	margin-left:2px;
}
.jcarousel-skin-cantifix .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-cantifix .jcarousel-next-horizontal {
    position: absolute;
    top: 42px;
    right: 0px;
    width: 18px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../img/layout/arrow-right-b.gif) no-repeat 0 0;
}
.jcarousel-skin-cantifix .jcarousel-prev-horizontal {
    position: absolute;
    top: 42px;
    left: 0px;
    width: 18px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../img/layout/arrow-left-b.gif) no-repeat 0 0;
}
.jcarousel-skin-cantifix .jcarousel-prev-horizontal,
.jcarousel-skin-cantifix .jcarousel-next-horizontal {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(Opacity=80);
}
.jcarousel-skin-cantifix .jcarousel-next-horizontal:hover,
.jcarousel-skin-cantifix .jcarousel-prev-horizontal:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
}

.jcarousel-skin-cantifix .jcarousel-next-disabled-horizontal,
.jcarousel-skin-cantifix .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-cantifix .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-cantifix .jcarousel-prev-disabled-horizontal:hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(Opacity=30);
	cursor:default;
}

/* Media Page */

.jcarousel-skin-lounge .jcarousel-container {
    /*background: #272E38;*/
}
.jcarousel-skin-lounge .jcarousel-container-horizontal {
    width: 890px;
    padding: 10px 20px;
}
.jcarousel-skin-lounge .jcarousel-clip-horizontal {
    width:  890px;
    height: 110px;
}
.jcarousel-skin-lounge .jcarousel-item {
    width: 80px;
    height:110px;
}
.jcarousel-skin-lounge .jcarousel-item-horizontal {
   /* margin-right: 2px;
	margin-left:2px;*/
}
.jcarousel-skin-lounge .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-lounge .jcarousel-next-horizontal {
    position: absolute;
    top: 42px;
    right: 2px;
    width: 18px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../img/layout/arrow-right-b.gif) no-repeat 0 0;
}
.jcarousel-skin-lounge .jcarousel-prev-horizontal {
    position: absolute;
    top: 42px;
    left: 2px;
    width: 18px;
    height: 22px;
    cursor: pointer;
    background: transparent url(../img/layout/arrow-left-b.gif) no-repeat 0 0;
}
.jcarousel-skin-lounge .jcarousel-prev-horizontal,
.jcarousel-skin-lounge .jcarousel-next-horizontal {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(Opacity=80);
}
.jcarousel-skin-lounge .jcarousel-next-horizontal:hover,
.jcarousel-skin-lounge .jcarousel-prev-horizontal:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(Opacity=100);
}

.jcarousel-skin-lounge .jcarousel-next-disabled-horizontal,
.jcarousel-skin-lounge .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-lounge .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-lounge .jcarousel-prev-disabled-horizontal:hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(Opacity=30);
	cursor:default;
}


#mycarousel li {
	float:left;
	position:relative;
	overflow:hidden;
}

