﻿.divcontrol{height: 530px;width: 510px;border:1px solid grey;}
        
div.button_holder input{width:100px;}

div#scannerObjectContainer
{
    float:right;
    padding:0px;
    margin:0px;
    height: 532px;
    width: 512px;
}

div#imgCommandsBar
{
    float:right;
    width:35px;
    height:300px;
    margin-left:5px;
}

div#imgCommandsBar input
{
    display:block;
    width:30px;
    height:30px;
    border-style:none;
    margin-bottom:5px;
}

div#scannPager
{
    float:left;
    width:35px;
}

div#scannPager a
{
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    background-color: #99ccff;
    text-align:center;
    line-height:30px;
    text-decoration:none;
    color:#fff;
}

div#scannPager a.selected
{
    background-color: #42a0ff;
}

/************************************************************************************/

input.rotateRight
{
    background:url(../images/rotate-to-right.png) no-repeat center top;
}

input.rotateLeft
{
    background:url(../images/rotate-to-left.png) no-repeat center top;
}

input.mirror
{
    background:url(../images/mirror.png) no-repeat center top;
}

input.flip
{
    background:url(../images/transform_flip.png) no-repeat center top;
}

input.crop
{
    background:url(../images/cut.png) no-repeat center top;
}

input.delete
{
    background:url(../images/delete-one.png) no-repeat center top;
}

input.deleteAll
{
    background:url(../images/delete-all.png) no-repeat center top;
}

.imageGridList
{
    padding:0px!important;
}


