#vertical-ticker{
	overflow:hidden;
	margin:0; padding:0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
    height: 292px;
}

	#vertical-ticker li{
		padding:14px 20px;
		border-bottom:1px solid #ddd;
		font-weight:bold;
        cursor: pointer;
        background-color:#BABABA;
        color:#695A53;
        text-align:center;
        text-decoration:none;
        display: table;
        width: 135px;
        max-height: 40px;
        cursor: pointer;
	}

#vertical-ticker li span{
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    font-size: 11px;
}


#vertical-ticker :hover,
#vertical-ticker .active {
    background-color:#695A53;
    color:#fff;
}


    #videos-scroller {
        float: left;
    }

    #scroller {
        width: 175px;
        text-align: center;
        margin-top: 1px;
    }

#ticker-previous {
    height: 20px;
    width: 175px;
    display: block;
    background: #bababa url('../../../novaweb-imatges/fletxaAmunt.png') no-repeat 50% 50%;
}

#ticker-previous:hover {
    background: #dddcdc url('../../../novaweb-imatges/fletxaAmunt.png') no-repeat 50% 50%;
}


#ticker-next {
    height: 20px;
    width: 175px;
    display: block;
    background: #bababa url('../../../novaweb-imatges/fletxaAvall.png') no-repeat 50% 50%;
    margin-top: 1px;
}
#ticker-next:hover {
    background: #dddcdc url('../../../novaweb-imatges/fletxaAvall.png') no-repeat 50% 50%;
}

#videos-content {
    float: right;
    width: 550px;
}

#videos-desc {
    padding:20px 0 0 20px;
    clear: both;

}