@charset "utf-8";
/* CSS Document */
    #player {
    width: 990px;
    height: 350px;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

.youtube .carousel {
    width: 270px;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0px;
    z-index: 3;
	color:#fff
}

.youtube .thumbnail {
    margin: 2px;
    width: 100px;
    border: 1px solid black;
}

.youtube iframe.player {
    width: 700px;
    height: 350px;  
    overflow: auto;
    border: 0;
}
.yt-descript {
    color: #fff;   
    display:block;
    height:100px;
}
.carItemContain{
    width:;
    height:100px;
}​

