
﻿#jcarousel_events
{
    position: relative;
    z-index: 3000;
}

.jcarousel-skin_events
{
    float:left;
    padding:0px;
    margin:0px;
    margin-top:1px;
    border:3px solid #ccc;
    width: 647px;
    height: 294px;
    margin-top:6px;

}
.jcarousel-skin_events .jcarousel-container-horizontal
{
    padding: 0px;
    width: 647px;
    height: 294px;
}
.jcarousel-skin_events .jcarousel-clip-horizontal
{
    width: 647px;
    height: 294px;
}
.jcarousel-skin_events .jcarousel-item
{
    width: 647px;
    height: 294px;
    position: relative;
}
.jcarousel-skin_events .jcarousel-item-horizontal
{
}
.jcarousel-skin_events .jcarousel-item-placeholder
{
    background: #fff;
    color: #000;
}
.jcarousel-skin_events ul li
{
    width: 647px;
    height: 294px;
    position: relative;
}
.jcarousel-skin_events ul li .contentImage
{
    width: 647px;
    height: 294px;
    margin:0px !important;
    padding: 0px;
}





#events_description_bg
{
 /*    background: #ff0000 url(../images/saydam.png);*/
    display:visible;
    position: absolute;
    width:513px;
    height:100px;
    clear: both;
    right: 0px;
    top: 159px;
    left:0px;
    background-color:#cc3333;
    z-index:202;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#events_description p
{
  color:#ffffff;
}


.jcarousel-skin_events ul li .carouselpaneexpl
{
    position: relative;
    z-index:210;

}
.jcarousel-skin_events ul li .carouselpaneexpl span
{
    width:100%;
    position: absolute;
    top: 172px;
    padding-left: 23px;
    margin: 0;
    color: #ccc;

}

.jcarousel-skin_events ul li .carouselpaneexpl h1
{
    width:100%;
    position: absolute;
    top: 192px;
    left:20px;
    padding:10px;
    padding-left:0px;
    margin: 0;
    float:left;
}
.jcarousel-skin_events ul li .carouselpaneexpl p
{
    margin:0;
    width:60%;
    height:30px;
    overflow:hidden;
    position: absolute;
    top:218px;
    left:20px;
    color: #ccc;
    padding: 10px 0px 0px 0px;

}




/**
 *  Horizontal Buttons
 */
.jcarousel-skin_events .jcarousel-next-horizontal
{
    position: absolute;
    top: 150px;
    right: 0px;
    width: 36px;
    height: 60px;
    cursor: pointer;
/*    background: transparent url(../images/carousel2_next.png) no-repeat 0 0; */
}
.jcarousel-skin_events .jcarousel-next-horizontal:hover
{
    background-position: 0 0;
}
.jcarousel-skin_events .jcarousel-next-horizontal:active
{
    background-position: 0 0;
}
.jcarousel-skin_events .jcarousel-next-disabled-horizontal, .jcarousel-skin_events .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin_events .jcarousel-next-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 0;
}
.jcarousel-skin_events .jcarousel-prev-horizontal
{
    position: absolute;
    top: 150px;
    left: 0px;
    width: 36px;
    height: 60px;
    cursor: pointer;
/*    background: transparent url(../images/carousel2_prev.png) no-repeat 0 0;*/
}
.jcarousel-skin_events .jcarousel-prev-horizontal:hover
{
    background-position: 0 0;
}
.jcarousel-skin_events .jcarousel-prev-horizontal:active
{
    background-position: 0 0;
}
.jcarousel-skin_events .jcarousel-prev-disabled-horizontal, .jcarousel-skin_events .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin_events .jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
    background-position: 0 0;
}


.jcarousel-control
{
    height: 14px;
    margin-left:4px;
    clear: both;
    position: absolute;
    right: 140px;
    top: 237px;
    z-index:210;


}
.jcarousel-control a
{
    float: left;
    overflow: hidden;
    margin: 1px 1px 5px 0;
    width:15px;
    height:15px;
    background-image: url('../images/dot.png');
    text-decoration: none;
}

.jcarousel-control a.selectedtr
{
    width:15px;
    height:15px;
    background-image: url('../images/dot_selected.png');
}
.jcarousel-control a:focus, .jcarousel-control a:active
{
    outline: none;
}
