#identifyimages {
    position: relative;
    width: 1024px;
    height: 768px;
}

#identifyimages .container {
    width: 640px;
    height: 600px;
}

#identifyimages .image {
    position: absolute;
    top: 101px;
    left: 712px;
    width: 300px;
    height: 600px;
    overflow: hidden;
}

#identifyimages .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#identifyimages .title {
    position: absolute;
    top: 103px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
    font-weight: 600;
}

#identifyimages .description {
    position: absolute;
    top: 151px;
    left: 80px;
    max-width: 850px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}

#identifyimages .read {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_read.png) 0 0 no-repeat;
}

#identifyimages .questionGroupImg {
    position: absolute;
    top: 290px;
    left: 80px;
    width: 680px;
    height: 400px;
}

#identifyimages .question {
    position: relative;
    display: inline-block;
    width: 670px;
    height: 700px;
    vertical-align: top;
    margin-bottom: 15px;
}

#identifyimages .bullet {
    float: left;
    width: 22px;
    height: auto;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 23px;
}

#identifyimages .buttonSoundPlay {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}

#identifyimages .soundless {
    float: left;
    width: 31px;
    height: 27px;
    margin-right: 8px;
}

#identifyimages .sentence{
    float: left;
    width: 600px;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 19px;
    font-weight: 0;
}

#identifyimages .simpleText,
#identifyimages .optionGroup,
#identifyimages .option{
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 5px;
}

#identifyimages .option{
    cursor: pointer;
    background-color: #324b58;
    padding-left: 5px;
    padding-right: 5px;
}

#identifyimages .optionSelect{
    border: solid #fff 2px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 1px;
}

#identifyimages .questionGroupImg .box {
    left:180px;
    position: absolute;
    width: 300px;
    height: 400px;
}

#identifyimages .questionGroupImg .boxTitle {
    color:#FFFFFF;
    line-height: 56px;
    font: 15px "Trebuchet MS", Helvetica, Arial, sans-serif; 
    width: 285px;
    min-height: 23px;
    margin-bottom: 5px;
}

#identifyimages .questionGroupImg .box .boxImage {
    position: absolute;
    background-color: #f5f5f5;
    left:0px;
    width: 130px;
    height: 130px;
    border: 5px solid;
    border-color: #FFFFFF;
    cursor:pointer;
}

#identifyimages .questionGroupImg .box .boxImage img {
    left:57px;
    width: 130px;
    height: 130px;
}

#identifyimages .questionGroupImg .box .boxImage .iconExpand {
    background: url("../../imgs/widget_identifyimages/iconExpand.png") no-repeat;
    position: absolute;
    width:24px;
    height:25px;
    left:103px;
    top:103px;
    z-index: 1;
    pointer-events: none;
}

.identifyImageBoxCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0em 0em 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif;
    top: 240px;
    right: -80px;
    max-width: 240px;
    width: auto;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
    
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#identifyimages .questionGroupImg .box .boxButton {
    position: absolute;
    display: inline-block;
    width: 130px;
    height: 52px;
    cursor:pointer;
    left:145px;
    background-color: #355162;
    color:#FFFFFF;
    padding:5px;
    text-align: center;
    vertical-align: center;
    font-size: 15px;
}

#identifyimages .questionGroupImg .box .selected {
    border: solid #9bacb8 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 1px;
    margin-top: -3px;
    background-color: #234355;
}

#identifyimages .optionCorrect {
    background-color: #3c8b49;
}

#identifyimages .questionGroupImg .box .optionCorrect {
    background-color: #3c8b49;
}

#identifyimages .optionWrong {
    background-color: #db1717;
}

#identifyimages .questionGroupImg .box .optionWrong{
    background-color: #db1717;
}

#identifyimages .optionHint { 
    position: absolute;
    width: 200px;
    height: 23px;
    top:0;
    left: 0;
}

#identifyimages .optionHint .arrow { 
    float: left;
    background: url(./../../imgs/widget_new/arrow_green.png) 0 0 no-repeat;
    width: 11px;
    height: 27px;
}

#identifyimages .optionHint .label { 
    float: left;
    border-top: solid #fff 2px;
    border-right: solid #fff 2px;
    border-bottom: solid #fff 2px;
    background-color: #3c8b49;
    width: auto;
    height: 21px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
}

#identifyimages .legend {
    position: absolute;
    white-space: nowrap;
    top: 667px;
    left: 0;
    text-align: right;
}

#identifyimages .legend .correct {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #3b8b49;
    margin-right: 10px;
}

#identifyimages .legend .wrong {
    float: left;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background-color: #c31b1b;
    margin-right: 10px;
}

#identifyimages .legend .label {
    float: left;
    color: #fff;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 100;
    margin-right: 25px;
}

#identifyimages .button {
    position: absolute;
    top: 655px;
    left: 455px;
    width: 214px;
    height: 48px;
    cursor: pointer;
    background: url(./../../imgs/widget_new/button_null.png) 0 0 no-repeat;
    color: #44667b;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}







