/*======= JL Content Showcase ========*/

.accordionLayout .jt-contentshowcase {
    position: relative;
    border: none;

}

.accordionLayout .jt-contentshowcase a:hover {
    background-color: #fff;
    color: #363636;
}

.accordionLayout .slides_container {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.accordionLayout .jt-contentshowcase h3 {
    color: #d67901;
    line-height: 37px;
    text-indent: 15px;
    text-transform: uppercase;
    background: url(../images/bg-header.png) repeat-x;
    height: 37px;
    border: 1px solid #cfcfcf;
    margin: 0 !important;
}
.accordionLayout .jt-contentshowcase h3 a{
    color: #d67901;
}
/*
        Next/prev buttons
*/
.accordionLayout .next,.accordionLayout .prev {
    display: block;
    width: 10px;
    height: 15px;
}

.accordionLayout .jt_handles {
    border: 1px solid red;
    position: absolute !important;
    margin:  0 !important;
    padding: 0 !important;
    border: 0 !important;
    z-index:999;
}





.accordionLayout p.jt-readmore {
    text-align: left;
    clear:both;
}

.accordionLayout p.jt-readmore a {
    color: #d67900;
}

.accordionLayout p.jt-readmore a:hover,.accordionLayout p.jt-readmore a:active {
    background: #ffffff;
}


/*
        Handle
*/
.accordionLayout .jt_handles li {
    float: left;
    margin: 0 1px;
    list-style: none;
    padding:0px;
}

.accordionLayout .jt_handles li a {
    display: block !important;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    padding: 12px 0 0 0 !important;
    overflow: hidden;
}

.accordionLayout .jt_handles li a:active,.accordionLayout .jt_handles li a:focus,.accordionLayout .jt_handles li a:hover {
    background-color: transparent !important;
}

.accordionLayout .jt_handles li.current a {
    background-position: 0 -12px;
}

.accordionLayout .jt-container {
    position: relative;
}



/* main flash */
.accordionLayout .jt-main-wapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.accordionLayout .jt-main-wapper .jt-main-item {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
}

.accordionLayout .jt-row {
    position: relative;
    overflow: hidden;
    padding: 0px!important;
}
/*** CSS STYLE FOR ITEM ****/
.accordionLayout .jt-inner {
    margin-left: 3px;
    position: relative;
    border-bottom: 1px dotted #a3a3a3;
    padding: 8px 0px;
    overflow: hidden;
}
.accordionLayout .jt-row-last .jt-inner{
    border-bottom: none;
    
}
.accordionLayout .jt-inner a {
    text-decoration: none;
}

.accordionLayout .jt-inner img {
    max-width:98%;
}

.accordionLayout .jt-inner .jt-title {

    padding: 0px !important;
       line-height: 16px;
}
.accordionLayout .jt-inner .jt-title-nointro {

    padding: 0 0px 10px 0px;
    color: #d67900;
    font-weight: bold;
}

.accordionLayout .jt-inner .jt-category {

    color: #4a4a4a;
    margin: 0 0px 10px 0px;
    display: block;
    font-weight: bold;
}

.accordionLayout .jt-inner .jt-introtext {

    margin: 5px 0px 5px 0px;
    display: block;
    font-weight: normal;
}
.accordionLayout .jt-inner .jt-introtext img {
    margin: 5px 0px;

}
.accordionLayout .jt-extra {
    margin-top: 0px !important;
}

.accordionLayout .jt-date,.accordionLayout .jt-author {
    font-weight: normal;
    font-size: 80%;
}

.accordionLayout .jt-row-separate {
    clear: both;
    height: 1px;
    border-bottom: 1px dotted #959595;
    margin: 0px 10px;
    margin-bottom: 15px;
}

.accordionLayout .jt-contentshowcase ul li{
    
    display: block;
}

.accordionLayout .jtcontentshowcase-prev {
    background: url(../images/re-left.png) !important;
    _text-indent: -9999px;
    margin:0 3px;
    padding:0;
    width: 10px; height: 15px;
    cursor: pointer;
    float: right;
}

.accordionLayout .jtcontentshowcase-prev:hover{
    background: url(../images/re-left-hover.png) scroll 0 0 transparent
        !important;
}
.accordionLayout .jtcontentshowcase-next {
    background: url(../images/re-right.png) !important;
    _text-indent: -9999px;
    margin:0 3px;
    padding:0;
    width: 10px; height: 15px;
    cursor: pointer;
    float: right;
}

.accordionLayout .jtcontentshowcase-next:hover{
    background: url(../images/re-right-hover.png) scroll 0 0 transparent
        !important;
}
.accordionLayout  #jtcontentshowcase-control{
    margin: 5px 0px;
    width: 100%;
}
.accordionLayout .jtcontentshowcase-navigation{
    float: right;
    margin: 1px 3px;
}
.accordionLayout .jtcontentshowcase-navigation .bullet{
    background-image: url("../images/bullet.png");
    background-position: 0 0;
    display: block !important;
    float: left;
    height: 12px;
    overflow: hidden;
    width: 12px;
    text-indent: 9999px;
    margin: 0px 1px;
}
.accordionLayout .jtcontentshowcase-navigation .bullet:hover,
.accordionLayout .jtcontentshowcase-navigation .bullet.current{
    background-position: 0 12px;
}
.accordionLayout .jtcontentshowcase-navigation a{
    text-decoration: none !important;
}

.accordionLayout .jtcontentshowcase-navigation .number{
    background-image: url("../images/number.png"); background-position: 0 14px;
    display: block !important;
    float: left;
    width: 14px; height: 14px; line-height: 13px;
    margin: 0 1px;
    overflow: hidden;
    text-align: center;
    color: #ffffff; font-weight: bold; font-size: 10px;
}
.accordionLayout .jtcontentshowcase-navigation .number:hover,
.accordionLayout .jtcontentshowcase-navigation .number.current{
    background-position: 0 0;
}

/*** CSS STYLE FOR ITEM ****/
.accordionLayout .jt-inner .jt-title img{
    border: none !important;
}

.accordionLayout .jt-inner.actived a {
    color: #d67900;
}
.accordionLayout .jt-inner .jt-inner-wrapper{
    margin-top: 5px;
    display: none;
}


.accordionLayout .jt-inner .jt-inner-wrapper img {
    outline: none !important;
    border: 1px solid #b5b5b5;
    padding: 2px;
}
