﻿.jDiaporama
{
    position: relative;
}

.jDiaporama ul#carousel
{
    -moz-box-shadow: 1px 1px 0.5em #222;
    overflow: hidden;
}

.jDiaporama li.carousel-item
{
    list-style-type: none;
    overflow: hidden;
    position: absolute;
}

.jDiaporama  li.carousel-item img
{
    display: block;
}

.jDiaporama  li.carousel-item .desc
{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding: 5px;
    background: url(../images/plug/jquery-jdiaporama/back_desc.png) repeat;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/plug/jquery-jdiaporama/back_desc.png',sizingMethod='scale');
    _background-image: none;
    width: 100%;
    height: 70px;
}

.jDiaporama  li.carousel-item .title
{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding: 5px;
}

.jDiaporama  li.carousel-item .count
{
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    padding: 5px;
}

.jDiaporama_controls
{
    display: none;
}

.jDiaporama_controls a
{
    font-weight: normal;
    width: 10px;
    height: 13px;
    text-indent: -9999px;
    display: block;
    margin: 0 3px;
    position: absolute;
}

.jDiaporama_controls .prev
{ 
    background: url(../images/base/arrow_2_left.png) no-repeat bottom;
    _background: url(../images/base/arrow_2_left.png) no-repeat bottom;
    top: 20%;
    margin-top: -16px;
    height: 190px;
    background-position:9px 50%;
    background-color:#000;
    width: 52px;
    left: -3px;
    -moz-border-radius:0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
 
opacity: 0.80;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 85);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 85);
}

.jDiaporama_controls .next
{
 background: url(../images/base/arrow_2_right.png) no-repeat bottom;
    _background: url(../images/base/arrow_2_right.png) no-repeat bottom;
 
 top: 20%;
margin-top: -16px;
height: 190px;
background-position:13px 50%;
background-color:#000;
    width: 52px;
     right: -3px;
    -moz-border-radius:3px 0px 0px 3px;
-webkit-border-radius:3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
 
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
opacity: 0.80;
-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 85);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 85);
	
}

.jDiaporama_controls .prev:active
{
   background-position:8px 50%;
    }
.jDiaporama_controls .next:active
{
    background-position:14px 50%;
}
.jDiaporama_controls .pause
{
    display:none;
    background: url(../images/plug/jquery-jdiaporama/playpause.png) no-repeat top;
    _background: url(../images/plug/jquery-jdiaporama/playpause.gif) no-repeat top;
    width: 64px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -24px;
}

.jDiaporama_controls .play
{
     display:none;
    background: url(../images/plug/jquery-jdiaporama/playpause.png) no-repeat bottom;
    _background: url(../images/plug/jquery-jdiaporama/playpause.gif) no-repeat bottom;
    width: 64px;
    height: 48px;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -24px;
      outline: 0 none;
}

/**** Status ****/

.jDiaporama_status
{
    text-align: center;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    display: none;
}

.jDiaporama_status a
{
    background: url(../images/plug/jquery-jdiaporama/bullets.png) no-repeat left;
    _background: url(../images/plug/jquery-jdiaporama/bullets.gif) no-repeat left;
    float: left;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin-right: 5px;
}

.jDiaporama_status a.active, .jDiaporama_status a:hover
{
    background: url(../images/plug/jquery-jdiaporama/bullets.png) no-repeat right;
    _background: url(../images/plug/jquery-jdiaporama/bullets.gif) no-repeat right;
}
