﻿.imagePaging ul
{
    list-style-type:none;
    margin-left:10px;
    height:120px;
}
        
.imagePaging ul li
{
    margin-bottom:3px;
  
    float:left;
}
        
.imagePaging ul li a
{
    display:block;
    width:25px;
    height:25px;
    line-height:25px;
    background-color:#00a8b7;
    text-align:center;
    border:1px none #fff;
    color:#fff;
    text-decoration:none;
    float:right;
    border:1px solid red;
}
        
.imagePaging ul li a:hover
{
    background-color:#67e0fe;
}
        
.imagePaging ul li a.selected
{
    border: 2px solid #005165;
    background-color: #FFCC00;
}

.bottom li
{
    float:right;
    margin-right:3px;
}

div#uploadConfirmWindow
{
    display:none;
    padding:5px;
    width:450px;
    height:150px;
    position:fixed;
    background:url(../../../../Media/Images/win_03.png) no-repeat;
    color:#fff;
}

input.scan
{
    display:block;
    width:30px;
    height:30px;
    background:url(../images/scan.png) no-repeat center top;
    border-style:none;
}
