﻿.Template_5 h3
{
    font-size:17px;
    font-weight:normal;
	color:#4f86c2;
}

    .Template_5 .Category
    {
        position:relative;
        margin:auto;
        margin-top:15px;
        width:640px;
    }
    
        .Template_5 .Category .Zoom
        {
            position:relative;
            width:390px;
            height:335px;
            padding-top:10px;
            overflow:hidden;
            float: left;
            background: url('Images/Common/maf_img_loading.gif') center 100px no-repeat;
        }

            .Template_5 .Category .Zoom .ZoomSelector
            {
                position:relative;
                clear:both;
                margin-bottom:20px;
            }        

                .Template_5 .Category .Zoom .ZoomSelector a
                {
                    display:block;
                    width:379px;
                    height:327px;
                    font-size:0px;
                    text-decoration:none;
                    text-indent: -5000em;
                }

        .Template_5 .Category .ScrollingContent
        {
            position:relative;
            width:235px;
            height:345px;
            overflow: auto;
            float: left;
        }
        
            .Template_5 .Category .ScrollingContent ul
            {
                margin-left:10px;
                list-style-type:none;
                margin-top:5px;
                margin-bottom:15px;
            }
            
                .Template_5 .Category .ScrollingContent ul li
                {
                    float:left;
                    width:97px;
                    margin-right:10px;
                    margin-top:10px;
                }

                .Template_5 .Category .ScrollingContent ul li.Last
                {
                    margin-right:0px;
                }
                
                    .Template_5 .Category .ScrollingContent ul li p.Thumbnail a
                    {
                        display:block;
                        width:97px;
                        height:71px;
                        font-size:0px;
                        text-decoration:none;
                        text-indent: -5000em;
                    }
                    
                    .Template_5 .Category .ScrollingContent ul li p.Download
                    {
                        background: url('Images/Common/maf_img_arrow.png') 0 center no-repeat;
                        padding-left:14px;
                        line-height:18px;
                    }
                    
                        .Template_5 .Category .ScrollingContent ul li p.Download a
                        {
                            font-size:10px;
                            color:#336c7f;
                            text-decoration:none;
                        }
                        .Template_5 .Category .ScrollingContent ul li p.Download a:hover{text-decoration:underline;}

        .Template_5 .Category .Data
        {
            position:relative;
            width:623px;
            padding-top:5px;
            margin-right:17px;
        }

            .Template_5 .Category .Data p
            {
                margin-top:15px;
                text-align:left;
                font-size:12px;
            }

            .Template_5 .Category .Data a
            {
                color:#5a6065;
                text-decoration:underline;
            }