.top-spaced
{
    background-image: url('images/sliderBg_990_293.png');
    background-position: center top;
    /*width: 990px;*/
    height: 293px;
}

.dragdealer
{
    position: relative;
    height: 30px;
}

    .dragdealer .handle
    {
        position: absolute;
        cursor: pointer;
    }



/********************************************************************************/


@media (min-width: 480px) and (max-width: 1024px)
{

}

/* Slideshow */

#slideshow-menu-wrapper
{
    position: relative;
}
    /*#slideshow-menu-wrapper .cursor {
	position: absolute;
	width: 182px;
	height: 63px;
	border: 3px solid #444;
}*/

    #slideshow-menu-wrapper .cursor
    {
        background-position: center center;
        position: absolute;
        width: 245px;
        height: 56px;
        background-image: url('images/sliderCursor_250_56.png');
        background-repeat: no-repeat;
        margin-left: -8px;
        color: #999a9c;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
		z-index: 1000;
    }

        #slideshow-menu-wrapper .cursor div
        {
            /*margin-top: 10px;*/
            padding-left: 20px;
            vertical-align: middle;
            display: table-cell;
            height: 56px;
            padding-right: 5px;
        }

ul#slideshow-menu
{
    width: 238px;
	margin: 0;
}

    ul#slideshow-menu li
    {
        margin: 0;
        height: 55px;
    }

        ul#slideshow-menu li a
        {
            display: block;
            margin: 3px;
            padding: 7px;
            text-decoration: none;
        }

            ul#slideshow-menu li a .description
            {
                display:block;
                color:#444;
                font-size:12px;
                line-height:12px;
                font-weight:bold;
                /*font-family:Georgia;*/
            }

#slideshow
{
    width: 750px;
    height: 290px;
    overflow: hidden;
}

    #slideshow .handle
    {
        width: 3750px;
        height: 269px;
    }

        #slideshow .handle .slide
        {
            float: left;
            width: 750px;
            height: 269px;
        }


/*******************************************************/


.clear
{
    clear: both;
}

.left-float
{
    float: left;
}

.right-float
{
    float: right;
}

*
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


#slideshow-menu-wrapper ul
{
    list-style: none;
}

.newsDesc
{
    width: 740px;
    margin-top: 20px;
}

    .newsDesc .image
    {
        float: left;
        width: 440px;
        height: 248px;
    }

    .newsDesc .desc
    {
        float: right;
        width: 300px;
    }

.newsDescSort
{
    width: 738px;
    padding-top: 20px;
}

    .newsDescSort .image
    {
        float: left;
        width: 435px;
        height: 248px;
    }

    .newsDescSort .desc
    {
        float: left;
        width: 290px;
    }

        .newsDescSort .desc .mainTitle
        {
            font-family: Tahoma;
            text-transform: uppercase;
            text-shadow: 1px 1px 1px white;
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 12px;
        }

            .newsDescSort .desc .mainTitle a
            {
                color: #1a9431;
                text-decoration: none;
            }

        .newsDescSort .desc .subTitle
        {
            font-family: Georgia;
            color: black;
            text-shadow: 1px 1px 1px white;
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .newsDescSort .desc .subTitle a
            {
                text-decoration: none;
            }
