﻿.slideshowcontainer
{
    margin-top: 20px;
    width: 434px;
    height: 185px;
    border: solid 1px #626263;
    background-color: #f1f0f0;
}
.slideshowtext
{
    width: 149px;
    height: 165px;
    border-right: solid 1px #626263;
    padding: 10px 5px 10px 5px;
    float: left;
    font: 8pt arial;
    text-align: left;
}
.slideshowimage
{
    width: 274px;
    height: 185px;
    float: right;
}
.slideshowLArrow
{
    width: 22px;
    height: 22px;
    background: url(/images/left_arrow.gif);
    float: left;
    cursor: pointer;
}
.slideshowRArrow
{
    width: 22px;
    height: 22px;
    background: url(/images/right_arrow.gif);
    margin-left: 222px;
    margin-top: -22px;
    cursor: pointer;
}
.slideshowPause
{
    position: absolute;
    top:-140px;
    left:200px;
    width: 50px;
    height:29px;
    background: url(/images/button_playpause.jpg);
  
    cursor:pointer;
}
.slideshowPlay
{
    position: absolute;
    top:-240px;
    left:200px;
    width: 50px;
    height:29px;
    background: url(/images/button_playpause.jpg);
  
    cursor:pointer;
}
.slideshowselect
{
    width: 200px;
    height: 22px;
    margin: 0 auto;
    margin-left: 22px;
    text-align: center;
}
.slidetools
{
    width: 244px;
    height: 22px;
    position: absolute;
    margin-top: 150px;
    margin-left: 13px;
}