/* Page */

.demoContainer ul, .demoContainer ul li { list-style: none; width: 187px; }

/*.demoContainer ul, .demoContainer ul li .dcjq-parent { list-style: none; width:100px;overflow:hidden; }*/
.demoContainer ul.text { margin-bottom: 1em; line-height: 1.5em; }
.demoContainer .text-center { text-align: center; }

.demoContainer.clear { clear: both; }

.dcjq-count { padding-left: 25px; }
/*.demoContainer ul li a.active:after
{ 
    content: '';
    display: block;
    position: absolute;
    top:30%; 
    bottom:0%;
    left: 100%; 
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #D51B09; 
    border-style: solid;
    border-width: 8px;
}
.demoContainer ul li a:hover:after
{ 
    content: '';
    display: block;
    position: absolute;
    top:30%; 
    bottom:0%;
    left: 100%; 
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #D51B09; 
    border-style: solid;
    border-width: 8px;
}*/