﻿/*--------------------------------------------------------*/
/*                       Slider                           */
/*--------------------------------------------------------*/

#slider
{
    width:450px;
    height:157px;
    position:absolute;
    margin-top:10px;
}

#slider ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    left:37px;
    margin-top:0px;
    min-width:1200px;
}

#slider ul li
{
    display:inline;
    height:54px;
    overflow:hidden;
    width:71px;
    text-align:center;
}

#slider ul li a img
{
    background-color:White;
    border-bottom-width:4px;
    border-bottom-color:#323232;
    border-top-color:#C8C8C8;
    border-left:none;
    border-right:none;
    height:54px;
    width:71px;
    opacity:0.4;
    //filter: alpha(opacity=40);
    filter /*\**/: alpha(opacity=40);
}

#slider ul li a img:hover
{
    opacity:1;
    //filter: none;
    filter /*\**/: alpha(opacity=100);
}

#slider .section
{
    margin-left:5px;
    float:left;
    width:677px;
    position:relative;
}

.arrow
{
    float:left;
    margin-top:14px;
    width:30px;
    height:30px;
    display:block;
}

.arrow a img
{
    border:none;
    opacity:0.4;
}

.arrow a img:hover
{
    opacity:1;
}

#MainImage
{
    overflow:hidden;
    display:block;
    height:450px;
    width:441px;
    text-align:center;
    vertical-align:middle;
}

#aleft
{
}

