﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
}

*
{
    padding: 0px;
    margin: 0px;
}

a img
{
    border: none;
}

ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.red
{
    color: Red;
}

.red2
{
    color: #C60808;
}

.clear
{
    clear: both;
    height: 2px;
    overflow: hidden;
}

.bigimgbox
{
    width: 740px;
    height: 480px;
    border:solid 1px #cecece;
     background-position:center center;
      background-repeat:no-repeat
        
}

.bigimgbox2
{
    width: 740px;
    display:block;
    height: 480px;
    background:url(../images/space.gif) no-repeat top left;
    color:Red;
    font-size:15px;
    line-height:135%;
}

.smallimgbox
{
    width: 740px;
    height: 82px;
    display:block;
    border:solid 1px #F4FAFF;
     background-color:#F4FAFF;
}

.smallimgbox ul
{
    width:740px;
}

.smallimgbox ul li
{
    float:left;    
    border:solid 1px #cecece;
     height: 80px;
}

.smallimgbox ul li:hover
{
    border:solid 1px #FF8E29;
}

.lispace
{
  margin-left:15px;  
}

.smallimgbox ul li img
{
    border:0px;    
   cursor:pointer;
}