.UpButton,
.DownButton,
.TrackLine,
.DragPointer,
.UpButtonLarge,
.DownButtonLarge,
.TrackLineLarge,
.DragPointerLarge {
    position: absolute;
    z-index: 990;
    cursor: pointer;
}

.UpButton,
.DownButton,
.TrackLine,
.DragPointer {
    left: 480px;
}

.UpButtonLarge,
.DownButtonLarge,
.TrackLineLarge,
.DragPointerLarge {
    left: 590px;
}

* html .UpButton,
* html .DownButton,
* html .TrackLine,
* html .DragPointer {
    left: 450px;
}

.UpButton, .UpButtonLarge {
    top: 70px;
}
.DownButton {
    top: 245px;
}
.DownButtonLarge {
    top: 320px;
}
.TrackLine, .TrackLineLarge {
    top: 90px;
}
.DragPointer, .DragPointerLarge {
    top: 74px;
}


.ContentMask, .ContentMaskLarge {
    overflow: hidden; 
    position: absolute; 
    left: 30px; 
    top: 70px;   
}

.ContentMask 
{
    width: 430px; 
    height: 191px;
    clip: rect(0px, 430px, 191px, 0px); 
}

.ContentMaskLarge {
    width: 530px;
    height: 261px;
    clip: rect(0px, 530px, 261px, 0px); 
}


* html .ContentMask {
    left: 0px;
    top:45px;
}

* html .DragPointer {
    top: 47px;
}
* html .UpButton {
    top: 45px;
}
* html .DownButton {
    top: 215px;
}
* html .TrackLine {
    top: 65px;
}
.InsideContent {
    position: absolute; 
    left: 0px; 
    top: 0px;
    width: 410px;     
}
.InsideContentAbout { 
    width: 540px;
}

/*----*/
.ContactUsQuestionMask {
    overflow: hidden; 
    position: absolute; 
    z-index: 0;
    left: 30px; 
    top: 170px; 
    width: 222px; 
    height: 150px; 
    clip: rect(0px, 222px, 150px, 0px);
}

.InsideContentQuestionMask {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 202px;
}
.UpButtonContentQuestionMask,
.DownButtonContentQuestionMask,
.TrackLineContentQuestionMask,
.DragPointerContentQuestionMask {
    position: absolute;
    cursor: pointer;
    left: 232px;
}
.UpButtonContentQuestionMask {
    top: 170px;
}
.DownButtonContentQuestionMask {
    top: 315px;
}
.TrackLineContentQuestionMask {
    top: 190px;
}
.DragPointerContentQuestionMask {
    top: 174px;
}

div.aboutproductpict, div.aboutproduct
{
    float: left;
}

div.aboutproductpict
{
    width:200px;
}

div.aboutproductpict img
{
    max-width:200px;
}

div.aboutproduct
{
    width:300px;
    margin-left:10px;
    color:#FFFFFF;
}

span.aboutproducttitle
{
    font-weight:bold;
    margin-bottom:10px;
    display:block;
}

span.aboutproductdescription
{
    font-weight:normal;
}
