body {
	font-family: Verdana, Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}


.jcarousel-skin-grabaciones .jcarousel-container {
    background: #fff;
    width:900px;
    height: 200px;
}

.jcarousel-skin-grabaciones .jcarousel-container-horizontal {
    width:900px;
    height: 200px;
	padding:20px 15px;
	padding-top:0px;margin-top:0px;
	padding-bottom:0px;margin-bottom:0px;
}

.jcarousel-skin-grabaciones .jcarousel-clip-horizontal {
height:200px;width:880px;
}

.jcarousel-item{height:145px;width:165px;}

.jcarousel-skin-grabaciones .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

.jcarousel-skin-grabaciones .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-grabaciones .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 34px;
    height: 150px;
    cursor: pointer;
    background: transparent url(derecha.jpg) no-repeat 0 0;
}

.jcarousel-skin-grabaciones .jcarousel-next-horizontal:hover {
    background-position: 0px 0;
}

.jcarousel-skin-grabaciones .jcarousel-next-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-skin-grabaciones .jcarousel-next-disabled-horizontal,
.jcarousel-skin-grabaciones .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-grabaciones .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

.jcarousel-skin-grabaciones .jcarousel-prev-horizontal {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 34px;
    height: 150px;
    cursor: pointer;
    background: transparent url(izquierda.jpg) no-repeat 0 0;
}

.jcarousel-skin-grabaciones .jcarousel-prev-horizontal:hover {
    background-position: 0px 0;
}

.jcarousel-skin-grabaciones .jcarousel-prev-horizontal:active {
    background-position: -0px 0;
}

.jcarousel-skin-grabaciones .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-grabaciones .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-grabaciones .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -0px 0;
}
/**
 * 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. */
	height:201px;
	width:160px;
}

#mycarousel li:hover{cursor:pointer;}

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


#webcams{margin-top:0px;}
#webcams li{list-style-type:none;float:left;width:165px;padding-top:14px;padding-left:2px;  }
#webcams span{display:block;font-size: 11px;color: #CA3728;}
#webcams{color: #000000;}
