/*
.sg-carousel-wrapper{
    position: relative;
    width: 980px;  height: 480px;
    margin: 0 auto;
}

#sg-carousel {
	font: 16px/1.8em DAK;
    font-weight: normal;
    margin: 20px auto;
    position: relative;
    width: 1000px;
    height: 400px;
    overflow: hidden; 
}
#sg-carousel li {
    height: 400px;
    width: 1000px;
    position: relative;
    overflow: hidden;
}
#sg-carousel li img{
    float: left;
    height: 100%;
    width: 100%;
}
#sg-carousel li div *{
   
}
#sg-carousel li div{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 500px;
    z-index: 3;
    color: #fff;
}
#sg-carousel li div h2{
    font-weight: normal;
    font: 2em/1.6em DAK;
    width: 416px;
}
#sg-carousel li div h1{
    font: 3.2em/1.6em DAK;

    width: 436px;
}
#sg-carousel li div p{
    width: 466px;
}
#sg-carousel li div a:visited,
#sg-carousel li div a{
    display: block;
    color: #3d8ac3;
    background-color: #fff;
    width: 125px;
    text-align: center;
    border-radius: 7px;
    border: 5px solid #2275b2;
    margin: 20px 150px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
}
#sg-carousel li div a:hover{
    color: #2275b2;
    background-color: #9ec5e1;

}
#sg-carousel li .bg{
    display: block;
    z-index: 2;
    top: 0;
    right:0;
    position: absolute;
    width: 590px;
    width: 455px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 400px 110px;
    border-color: transparent transparent #9ec5e1 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #9ec5e1 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    transition: width .4s linear;
    -moz-transition: width .4s linear;
    -webkit-transition: width .4s linear;
}
#sg-carousel li.active .bg{
    width: 455px;

}
#sg-carousel li .bg:after{
    content: '';
    display: block;
    z-index: 2;
    top: 0;
    right:0;
    position: absolute;
    width: 442px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 400px 122px;
    border-color: transparent transparent #3d8ac3 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #3d8ac3 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#sg-carousel li a .content-indicator{
    position: absolute;
    bottom: 55px;
    top: auto;
    width: 33px;
    height: 55px;
    right: 57px;
    font-size: 20px;
    color: #fff;
    border-left: 3px solid #fff;
    overflow: hidden;
    text-align: center;
    padding: 5px 0;
}
#sg-carousel li a .content-indicator i{
    display: block;
    padding: 2px 0;
}
#sg-carousel li a .article-statistics{
    position: absolute;

    bottom: 117px;
    top: auto;
    width: 100%;
    right: 0;
    font-size: 12px;
    text-shadow: 0 0 1px #000;
}
#sg-carousel li a .article-statistics span i{
    font-size: 1.6em;
    padding: 0 4px;
}
#sg-carousel li a .article-statistics .pub-date{
    float: right;

    display: block;
    padding: 10px;
}
#sg-carousel li a .article-statistics .view-count{
    float: left;  display: block;

    padding: 10px;
}
#sg-carousel li a .article-statistics .comment-count{
    float: left;  display: block;

    padding: 10px;
}
#sg-carousel li a{
    color: #1b59a3;
}
#sg-carousel li .btm-bg{
    position: absolute;

    bottom: 0px;
    width: 100%;
    height: 124px;
    background: #000;
    right: 0;
    top: auto;
    opacity: .1;
    z-index: 0;
}
#sg-carousel li .btm-shadow{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: rgba(138, 24, 24, 0) url(../images/shadow_3.png) bottom repeat-x;
    right: 0;
    top: auto;
    opacity: 1;
    z-index: 0;
}
#sg-carousel li h2{
    position: absolute;
    right: 100px;
    height: 34px;
    overflow: hidden;
    bottom: 89px;
    font-size: 18px;
    z-index: 1;
    color: #1b59a3;
    font-weight: normal;
    text-shadow: 0 0 1px #1b59a3;
}
#sg-carousel li h1{
    position: absolute;  
    right: 100px;
    height: 34px;
    overflow: hidden;  
    bottom: 60px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 1px #fff;
    width: 100%;
    z-index: 1;
}

#sg-carousel-previews{
    width: 800px;
    margin: -73px 90px 0 90px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    text-align: center;
}
#sg-carousel-previews li{
    display: inline-block;
    width: 95px;
    height: 45px;
    background-color: #000000;
    margin: 0;
    border-color: transparent;
    transition: border-color .2s linear;
}
#sg-carousel-previews li:last-child{
    margin-left: 0;
}
#sg-carousel-previews li:hover{

}
#sg-carousel-previews li a{
}
#sg-carousel-previews li img{
    width: 100%;
    height: 100%;
    opacity: .3;
    margin: 0;
    outline: none;
    border: none;
    vertical-align: bottom;
    transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
}
#sg-carousel-previews li:hover img{
    opacity: .8;
}
#sg-carousel-previews li.selected {
    border: 2px solid #fff;

    margin: 0 -2px;
}
#sg-carousel-previews li.selected img{
    cursor: default;
    opacity: 1;
}

#slider-controls{
    position: absolute;

    bottom: 0;
    width: 100%;
}
#slider-controls a{
    opacity: .6;
    transition: opacity .2s linear;
}
#slider-controls a:hover{
    opacity: 1;
}
#slider-controls #next-btn{
    position: absolute;

    left: 0;
    z-index: 9999;
    display: block;
    background: #1b59a3;
    width: 26px;
    height: 124px;
    bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 116px;
}
#slider-controls #prev-btn{
    position: absolute;  
    right: 0;  z-index: 9999;  display: block;  background: #1b59a3;  width: 26px;  height: 124px;  bottom: 0;

    color: #fff;  text-align: center;  font-size: 38px;  line-height: 116px;
}

#sg-somple-carousel-timer{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}
*/