﻿

.wheel {
    position: relative;
}
/*.disk {
    max-width: 417px;
    max-height: 417px;
    background: url(/assets/images/Wheels/css/1/lucky2.gif) no-repeat;
}*/
@media only screen and (min-width: 451px) {
    .disk {
        width: 417px;
        height: 417px;
        background: url(/assets/images/Wheels/css/1/Wheels3.3.20/04-417x417.gif) no-repeat;
        margin: 0 auto;
    }

   

    .wheelstart {
        right: 50%;
        margin-right: -82px;
        top: 50%;
        margin-top: -161px;
    }
}

@media only screen and (max-width: 450px) {
    .disk {
        /*margin-right: -30px;*/
        width: 320px;
        height: 320px;
        background: url(/assets/images/Wheels/css/1/Wheels3.3.20/04-320x320.gif) no-repeat;
        margin: 0 auto;
    }

  
    .wheelstart {
        right: 50%;
        margin-right: -82px;
        top: 50%;
        margin-top: -161px;
    }
}

.wheelstart {
    width: 163px;
    height: 320px;
    position: absolute;
}
img {
    cursor: pointer;
}
#startbtn, #startanonymous {
    -moz-transition: all 7s cubic-bezier(.25,.2,.08,.91);
    -webkit-transition: all 7s cubic-bezier(.25,.2,.08,.91);
    -o-transition: all 7s cubic-bezier(.25,.2,.08,.91);
    transition: all 7s cubic-bezier(.25,.2,.08,.91);
}
