html, body, ul, li {
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
border: 0px;
outline: 0px;
height: 99%;
}

div, span, iframe, h1, h2, h3, h4, h5, h6, p, table, tbody, tr, th, td{
left: 0px;
margin: 0;
overflow: hidden;
}



a{
text-decoration:underline;
color:#4e493d;
outline:0;
}

td.bx{
width: 90%;
padding: 0px 5px;
}

td.tt{
width: 100%;
padding: 15px 0px 10px 0px;
height: 25px;
}

.bx-tt {
font-family: 'Abel', sans-serif; 
font-size: 14pt; 
color: #4e493d; 
font-weight: 300;
text-transform: uppercase;
}


.bx-descr {    
font-family: 'Abel', sans-serif; 
font-size: 12pt; 
color: #4e493d;
line-height: 16pt;
} 


.bx-prev {
position: absolute;
top: 35%;
left: 5px;
width: 60px;
height: 60px;
text-indent: -999999px;
background: url('slider/prev.png') no-repeat;
}

.bx-next {
    position: absolute;
    top: 35%;
    right: 5px;
    width: 60px;    
    height: 60px;
    text-indent: -999999px;
    background: url('slider/next.png') no-repeat;
}