@charset "utf-8";
/* CSS Document */
    /* Generic Carousel Properties */
    .carousel {
		position:relative;
		clear:both;
		/*left:20px;*/
	/*	margin-top:10px;*/
/*		border:2px solid #555555;*/
		background-color:#000000;
    }
    .carousel .navButton {
        cursor:pointer;
		display:block;
		text-indent:-9999px;
/*		background-repeat:none;*/
		z-index:10;
    }
    .carousel .container {
		position:absolute;
		overflow:hidden;
	}
    .carousel .items {
		position:absolute;
		width:300px;
	}
    .carousel .item {
		position:relative;
        list-style-type:none;
		margin:0px;
    }
    .carousel .item.hover, .carousel .item.selected { 
    }

    /* Hide data items from selector */
    #Carousel .item .email {display:none;} 

    /* Horizontal Carousel */
    #Carousel2 {
		margin:-5px 0px 5px -9px;
		height: 72px;
	}
    #Carousel2 .container {
		left:5px;
		top:3px;
		width:435px;
		height:66px;
	}        
    #Carousel2 .items {
		top:0;
		width:1000px;
	}
    #Carousel2 .item {
		height:72px;
		width:88px;
		float:left;
		clear:right;
	}
    #Carousel2 .item .icon img {
		position:relative;
		width:83px !important;
		height:66px;
		border: 0px;
	}
    #Carousel2 .navButton {
		position:absolute;
		bottom:0px;
		width:12px;
		height:72px;
	}
    #Carousel2 .navButton.previous {
		left:0px;
		background-image: url(../images/fl_ver_izq.gif);
		background-position:center;
		background-repeat:no-repeat;
	}
    #Carousel2 .navButton.next {
		right:0px;
		background-image: url(../images/fl_ver_der.gif);
		background-position:center;
		background-repeat:no-repeat;
	}

    /* Hide data items from selector */
    #Carousel2 .item .key {
		display:none;
	}
    #Carousel2 .item .picture {
		display:none;
	}
