﻿/******************************************* Image proccess*************************************************/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.9;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 5px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/******************************************* Image proccess*************************************************/


/********************************************Banners*************************************************/
/*#consoleWindow {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    border: 3px #c00 solid;
    padding: 15px;
    z-index: 400;
    background: #fff;
    opacity: .75;
    width: 300px;
    font-family: "Lucida Sans";
    font-size: 11px;
    cursor: default;
}

    #consoleWindow h3 {
        font-size: 13px;
        margin: 0px 0 5px 0;
    }

    #consoleWindow .msg {
        padding: 2px;
        border-bottom: 1px #ccc dotted;
    }

        #consoleWindow .msg .digit {
            color: #ccc;
        }

    #consoleWindow:hover {
        opacity: 1
    }

ul, li {
    margin: 0px;
    padding: 0px
}

a, img {
    border: 0px
}

.wrapper {
    margin: 0px auto;
    width: 600px
}

#marquee {
    height: 200px;
    width: 600px;
    position: relative
}

#rotator {
    position: relative;
    width: 600px;
    height: 200px;
    overflow: hidden;
    background-color: white
}

    #rotator .slide {
        width: 600px;
        height: 200px;
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        background: white;
        display: none
    }

#slides {
    position: relative;
    width: 600px;
    height: 200px;
    overflow: hidden;
}

    #slides .slide {
        width: 600px;
        height: 200px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        border-left: solid 10px #c00;
        overflow: hidden;
        background: white;
        display: block;
    }

#rotator-nav {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 5000;
    background: white;
    opacity: .5;
    filter: alpha(opacity=40);
    padding: 4px;
    -moz-border-radius: 4px
}

    #rotator-nav:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    #rotator-nav li {
        display: block;
        float: left;
        padding: 0px 2px
    }

    #rotator-nav a {
        border: solid 1px #aaa;
        color: #aaa;
        font: normal 12px Arial;
        padding: 2px 3px;
        text-decoration: none;
        -moz-border-radius: 2px;
        outline: none
    }

        #rotator-nav a:hover {
            color: #0063B1;
            border-color: #0063B1
        }

.loading {
    background: url(http://us.toshiba.com/images/loading.gif) 50% 50% no-repeat
}*/
/********************************************Banners*************************************************/

/*banner*/
#banner {
    padding: 0 20px;
}

    #banner img {
        display: block;
        margin: 0 auto;
    }