﻿.image {
    position: relative;
    width: 100%; /* for IE 6 */
    margin: 0 auto;
}

h2 {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
}
.eng-time-click-question-imageContainer {
    width: 180px;
    height:180px;
    background: url('../../Images/time-click-img.png') no-repeat;
    /*margin-left:20px;*/
}
.Ara-time-click-question-imageContainer {
    width: 200px;
    height: 200px;
    background: url('../../Images/Ara-image.png') no-repeat;
    /*margin-left:20px;*/
}
.time-click-text
{
  margin-left:70px;
  margin-top:75px;
}
.eng-time-click-correct-imageContainer {
    width: 180px;
    height: 180px;
    background: url('../../Images/time-click-eng-right.png') no-repeat;
    /*margin-left:20px;*/
}
.Ara-time-click-correct-imageContainer {
    width: 180px;
    height: 180px;
    background: url('../../Images/ara-right-clock.png') no-repeat;
    /*margin-left:20px;*/
}
.eng-time-click-wrong-imageContainer {
    width: 180px;
    height: 180px;
    background: url('../../Images/time-click-wrong-eng.png') no-repeat;
    /*margin-left:20px;*/
}
.Ara-time-click-wrong-imageContainer {
    width: 180px;
    height: 180px;
    background: url('../../Images/ara-wrong-img.png') no-repeat;
    /*margin-left:20px;*/
}

.time-click-question-text
{
    width:auto;
    margin-top:-100px;
}