div.header {
    text-align: center;
    margin-top: 36px;
    width: 823px;
    height: 142px;
    box-shadow: inset -2px -2px 3px rgba(222,230,235,1),
                inset 3px 4px 2px rgba(0,0,0,0.5);
    margin-left: 25px;
    border-radius: 3px;
}
div.folder {
    width: 241px;
    height: 227px;
    display: inline-block;
    b_ackground: url(/ims/bg1.jpg);
    margin: 25px 25px 0px 25px;
    padding: 0px;
}
div.folder1 {
    width: 100%;
    height: 100%;
    background: #dee6eb;
    position: relative;
    padding: 19px;
    border-radius: 3px;
}
div.image {
    width: 203px;
    height: 176px;
    background-size: cover !important;
    border-radius: 3px;
}
div.sub {
    font-size: 9px;
    text-transform: uppercase;
    font-family: Times;
    padding: 8px 0px 2px 2px;
    color: #063aa4;
    font-weight: bold;
}
div.gradusnik {
    padding: 25px 0px 0px 25px;
}
div.gradusnik div.one {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,1);
    background: url(/ims/white.png);
    border-radius: 2px;
    display: inline-block;
    padding: 3px 8px;
    margin-right: 10px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Times;
}
.one a {
    color: black;
}
div.gradusnik div.bigger {
    font-size: 13px;
    margin-left: 4px;
    font-weight: normal;
    font-style: oblique;
}
div.gradusnik div.bigger a {
        color: black !important;
    }

div.bgwhite {
    b_ackground: url(/ims/white.png);
    margin: 25px;
    padding: 25px;
    text-align: center;
    h_eight: 760px;
    position: relative;
}
div.whshape {
    background-color: white;
    padding: 25px;
    display: inline-block;
    border-radius: 5px;
}
img.maximin {
    max-width: 700px;
    max-height: 645px;
    border-radius: 4px;
}
img.minimin {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    border-radius: 3px;
}
div.left_arr {
    position: absolute;
    top: 48%;
    left: -40px;
}
div.right_arr {
    position: absolute;
    top: 48%;
    left: 832px;
}
div.body {
    margin-bottom: 40px;
}
div.topper {
    background: url(/ims/top4.jpg) center center no-repeat;
    width: 823px;
    height: 142px;
    margin-left: 25px;
    position: relative;
}
td.titler {
    color: #dee6eb;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Times;
}

div.blkshape{
    background-color: black;
    padding: 1px;
    border-radius: 5px;
}