@charset "utf-8";
/* CSS Document */



#mycarousel {
    margin: 0 auto;
    height: 210px;
    width: 650px;
    text-align: left;
    position: relative;
}

#l_corner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    _bottom: -1px;
    _left: -1px;
    height: 14px;
    width: 15px;
    z-index: 105;
    _background-image: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/l_corner.png',sizingMethod='fixed');
}
#l_top_corner {
    position: absolute;
    top: 0px;
    left: 0px;
    _top: -1px;
    _left: -1px;
    height: 14px;
    width: 15px;
    z-index: 105;
    _background-image: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/l_top_corner.png',sizingMethod='fixed');
}


#r_corner {
    position: absolute;
    bottom: 0px;
    right: 0px;
    _bottom: -1px;
    _right: -1px;
    height: 14px;
    width: 15px;
    z-index: 105;
    _background-image: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/r_corner.png',sizingMethod='fixed');
}
#r_top_corner {
    position: absolute;
    top: 0px;
    right: 0px;
    _top: -1px;
    _right: -1px;
    height: 14px;
    width: 15px;
    z-index: 105;
    _background-image: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/r_top_corner.png',sizingMethod='fixed');
}

#promo_controls {
    position: absolute;
    top: 7px;
    right: 10px;
    height: 16px;
    width: 37px;
    z-index: 100;
}

#mycarousel-prev {
    height: 16px; 
    width: 16px;
    float: right;
    _background-image: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/control_end.png',sizingMethod='fixed');
}

#mycarousel-next {
    height: 16px; 
    width: 16px;
    float: left;
    _background-image: none; 
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/control_start.png',sizingMethod='fixed');
}
