﻿        #home_v3 #carousel-controls li a{
            width:185px;
        }
        .image-wrap{
             width:300px!important;            
             display:block;  
        }
        
        .image-wrap img{
            margin:auto;
             border:1px solid #808080;        
        }
        .padding-39{
            padding-top:39px!important;
        }

        .featureList li.yes{
            font-size:medium;
            line-height:20px;
        }

        .moreLink {
        float:right;
        margin-right:50px;
        margin-top:20px;
        }

         .data-hold header
        {
            font-weight:bold;
            font-size:17px;
            margin-bottom:5px;
        }

        .data-hold p{
            font-size:14px !important;
            line-height:20px;
            padding:3px !important;
        }
        .img-hold img {
            margin:auto;
            display:block;          
        }

        .img-hold{
            width:80px !important; 
        }

        .data-hold{
            width:200px !important;
            margin-right:10px !important;
        }

        .close-modal{
            position:absolute;
            color:#ff0000;
            font-weight:bold;
            cursor:pointer;
            top:10px;
            right:20px;
        }

        .modal{
            display: none;
            min-height: 300px;
            height:auto;
            width: 632px;
            background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAOUlEQVQoz+3PIQ4AMAgDwP7/t9sChNZMkEwjJnFnD2ufTJLyiI5RoiSpYzxR6hgeUTLzjjGHOXw6XFu4638oN/PBAAAAAElFTkSuQmCC') /*../../Images/river_bg.png*/ repeat top left;
            *background: url(../../Images/river_bg.png) repeat top left; /* For IE 6 and 7 */
            padding:5px;
            position:absolute;
            text-align:left;
        }

        .modal h3{
            margin-left:60px;
            margin-right:30px;
        }

       .modal-background{
            width: 100%;
            height: 100%;
            position: fixed;
            display: none;
            background:url('../../Images/MasterPage/icn_back_transp_white.png') repeat top left;
            top: 0px;
            z-index:100;
            left:0px;
        }

        .show{
            cursor:pointer;
        }

        .modal ul.features li{
            clear:left;
        }