#sliderContent
{
    /* ege: width:440px degerini cikardim float:left ekledim */
    height: 133px;
    float: left;
}
.viewer
{
    /* ege: height:150px degerini cikardim  margin: 0 auto 40px'di*/
    width: 540px;
    height: 135px;
    margin: 0 auto;
    padding: 1px;
    overflow: hidden;
    position: relative;
}
.content-conveyor
{
    width: 530px;
    height: 130px;
    position: relative;
}
.item
{
    float: left;
}
.item h2
{
    font-size: 100%;
    margin: 10px 0;
}
.item dl
{
    margin: 10px 0;
}
.item dt, .item dd
{
    float: left;
    width: 149px;
    text-align: right;
    margin: 0;
    font-size: 70%;
}
.item dt
{
    font-weight: bold;
    margin-right: 5px;
}
.item dd
{
    text-align: left;
}
.item img
{
    background-color: #ffffff;
    padding: 1px;
}
.item a
{
    display: block;
    width: 90px;
}

/* a.ui-slider-handle {background-image: url('../Images/SliderDefileBtn.png') ; width:10px; height:10px; display:block;} /* ege: width height ve display'i ekledim */

/* .ui-slider-horizontal {height: 0.8em; }
.ui-slider { position:relative; text-align:left;}

 .ui-slider-horizontal .ui-slider-handle {margin-left:-0.6em; top: -0.3em; }  */

.ui-slider-handle ui-state-default ui-corner-all a
{
    background-image: url('../Images/SliderDefileBtn.png');
}
ui-slider-horizontal .ui-state-default
{
}

