﻿        /* common settingts */
.slideshowviewer, .slides, .navigation, .navigation a
        {
     /*background: transparent url('/images/fondos/Sprite_fp.gif') no-repeat;*/
     -moz-user-select: none;
     outline: none;
        }
        /* end of common settingts */

        .slideshowviewer
        {
     width: 700px; /* width: 747px; */
     height: 260px; /*height: 472px;*/ 
     cursor: default;
     padding: 2px 0 0 0;
     font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana;
        }

        .slides
        {
     width: 700px;  /* width: 737px; */
     height: 230px;
     margin: 0 0 0 0px;
     background-position: 0 -477px;     
        }

        /* single slide settings */
        .slide
        {
     width: 700px;  /* width: 737px; */
     height: 230px;
     /* We will show the slides with javascript */
     display:none;
        }

        .slide ul
        {
     color: #272727;
     font-size: 24px;
     margin: 48px 0 0 130px;
        }

        /* control buttons settings */
        .navigation
        {
     width: 182px;
     height: 25px;
     margin:  3px 0 3px 7px;
     background-position: 0 -858px;
        }

        .navigation ul,
        .navigation li
        {
     padding: 0;
     margin: 0;
     list-style: none;
        }

        .navigation li
        {
     float: left;
        }

        .navigation a
        {
     display: block;
     text-indent: -9999px;
     height: 24px;
     width: 24px;
        }

        .navigation .previous
        {
     background-position: 0 -882px;
     margin-left: 55px;
        }

        .navigation .play
        {
     background-position: -24px -882px;
        }

        .navigation .next
        {
     background-position: -48px -882px;
        }
        
        .navigation .stop
        {
     background-position: -72px -882px;
        }
        
        /* Customize slider items look */
        .RadSlider .rslItemsWrapper .rslItem span
        {
            line-height:22px;
            color:#5E5E5E;
        }
        
        .RadSlider .rslItemsWrapper .rslItemSelected span
        {
            color:#fff;
        }
        
        /* Slides content */
        .slide .slideContent
        {
            height:200px; 
            width:680px;   /* width:700px; */
            clear: both;
            margin-top:28px; /*margin-top:48px;*/
            margin-left:6px; /*margin-left:20px; */
        }
        
        .slide .Motor_Description
        { 
            height:164px; 
            width:400px; 
            padding-top:25px; 
            float:right; 
        } 
        
        /* RadSlider */
        .sliderWrapper
        {
            margin-left:5px;
            text-align:center;
        }