.ac:hover, .ac:visited
{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    background-color: #cb3222;
    font: 12px tahoma;
    margin-top: -3px;
    color: White;
    margin-left: 15px;
    border-radius: 5px;
}
.ac:active, .ac:link
{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font: 12px tahoma;
    margin-top: -3px;
    color: White;
    margin-left: 15px;
    border-radius: 5px;
}
.anamenuDivC
{
    position: relative;
    margin-top: -108px;
    font: 18px Tahoma;
    font-weight: bold;
    font-style: normal;
    color: White;
}
.anamenuspandivc
{
    margin-bottom: 45px;
    display: inline-block;
}
#example
{
    width: 486px;
    height: 405px;
    position: relative; /*margin-left:14px;*/
}
#slides
{
    position: absolute;
    margin-top: -12px;
    margin-left: 246px; /*opacity:0;*/ /*top:9px; 	left:4px;*/
}

.slides_container
{
    width: 486px;
    overflow: hidden;
    position: relative;
    display: none;
    z-index: -200;
}

.slides_container a
{
    width: 486px;
    height: 405px;
    display: block;
}

.slides_container a img
{
    display: none;
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev
{
    position: absolute;
    top: 151px;
    display: block;
    z-index: 101;
}

#slides .next
{
    left: 874px;
}

/*
	Pagination
*/

.pagination
{
    z-index: 999;
    position: absolute;
    margin-top: 49px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.pagination li
{
    float: left;
    list-style: none;
    z-index: 99999;
    margin-right: 1px;
}

.pagination li a
{
    display: block;
    width: 30px;
    height: 23px;
    background-image: url('../Images/bullets.png');
    background-position: 0 0;
    float: left;
    overflow: hidden;
    z-index: 99999;
    color: #fefefe;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    line-height: 1;
}

.pagination li.current a
{
    background-position: 0 -28px;
    color: #cc0d00;
}

.TXT
{
    border: solid 1px gray;
    background-color: #F9f9f9;
    border-radius: 5px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
}
.TXT:hover
{
    border: solid 1px black;
    background-color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
}
.CD1
{
    width: 220px;
    padding-bottom: 35px;
    overflow: hidden;
    font: 12px tahoma;
    color: #7c2a25;
    font-weight: bold;
    text-shadow: 0px 0px 1px white;
    text-align: center;
}
.CD2
{
    box-sizing: border-box;
    width: 220px;
    box-shadow: -56px -35px 80px 1px gray;
    padding: 5px 3px 9px 3px;
}
.CDT
{
    background-image: url('/images/SPRTBack.png');
    width: 220px;
    text-align: center;
    height: 49px;
    font: 15px arial;
    color: #7c2a25;
    font-weight: bold;
    line-height: 45px;
    text-shadow: 0px 0px 1px 7c2a25;
}
.CDiv
{
    width: 220px;
    margin: 20px 0px 10px 0px;
    border-bottom: dotted 1px #f58a6a;
}
