* {
    margin:0;
    padding:0;
}


.slideshow a{
    text-decoration: none;    
}

.slideshow a img{
    border: none;
}



.titleBar{
    font-family: Arial;
    font-size: 20px;
    color: #fff;
    height: 66px;
    position: relative;    
    background: url("../images/title_md.gif") repeat-x scroll 0 0 transparent;
}
.titleBar .content{
    padding-top: 13px;
    padding-left: 20px;
}

.titleBar .left{
    position: absolute;
    z-index: 2;
    left: 0px;
    width: 8px;
    height: 66px;
    background: url("../images/title_lt.gif") no-repeat scroll 0 0 transparent;
}

.titleBar .right{
    position: absolute;
    z-index: 2;
    right: 0px;
    width: 8px;
    height: 66px;
    background: url("../images/title_rt.gif") no-repeat scroll 0 0 transparent;
}

.arrow{
    position: absolute;
    z-index: 2;
    width: 62px;
    height: 41px;
    margin-top:-40px;
    background: url("../images/arrow.gif") no-repeat scroll 0 0 transparent;
}

.title{
    margin-top:6px;
    float:left;
}

.slideSelector{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px;
    padding-top: 7px;
    padding-left: 14px;
    display: inline-block;
    width: 28px;
    height: 39px;
    background: url("../images/btn.png") no-repeat scroll 0 0 transparent;
    float: left;
    cursor: pointer;
}

.slideSelector.sel{
    background: url("../images/btn_select.png") no-repeat scroll 0 0 transparent;
}