﻿@media only screen and (max-device-width : 500px)  
{
        .Info-Scroller-Container
    {
	    position:relative;
	    width:904px;
	    height:260px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
	    display:none;
	    
    }

    .Info-Scroller-Main-Content
    {
	    height:232px;
	    background-color:#000000;
	    overflow:hidden;
	    display:none;
    }
    .Info-Scroller-Scrolling
    {
	    width:904px;
	    height:232px;
	    position:relative;
	    background-repeat:no-repeat;
	    top:0px;
	    display:none;
    }


    .Info-Scroller-Footer
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    position:relative;
	    width:901px;
	    bottom:0;
	    padding-left:3px;
	    line-height:27px;
	    height:27px;
	    background-image:url('/Common/Images/Gradients/Content Area/Footer.png');
	    display:none;
    }

    .Info-Scroller-Footer a:link, a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
	    display:none;
    }

    .Info-Scroller-Footer a:hover
    {
	    color:#ff0000;
	    display:none;
    }
}

@media only screen and (min-width : 0px) and (min-device-width : 501px) 
{

    .Info-Scroller-Container
    {
	    position:relative;
	    width:904px;
	    height:260px;
	    background-color:#ffffff;
	    border:3px solid #3a3838;
	    margin-left:auto;
	    margin-right:auto;
	    margin-top:11px;
    }

    .Info-Scroller-Main-Content
    {
	    height:232px;
	    background-color:#000000;
	    overflow:hidden;
    }
    .Info-Scroller-Scrolling
    {
	    width:904px;
	    height:232px;
	    position:relative;
	    background-repeat:no-repeat;
	    top:0px;
    }


    .Info-Scroller-Footer
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    position:relative;
	    width:901px;
	    bottom:0;
	    padding-left:3px;
	    line-height:27px;
	    height:27px;
	    background-image:url('/Common/Images/Gradients/Content Area/Footer.png');
    }

    .Info-Scroller-Footer a:link, a:visited
    {
	    font-family:NewFont,Trebuchet MS;
	    font-size:12px;
	    color:#ffffff;
	    text-decoration:none;
    }

    .Info-Scroller-Footer a:hover
    {
	    color:#ff0000;
    }

}