﻿*
{
    margin: 0;
    padding: 0;
}


#rotator
{
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 40%;
    height: 350px;
    background: #00235d;
}



#rotator img
{
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: inherit;
}


