﻿.fancybox-skin {
    background-color: transparent;
    width: 0px;
}

.carolsel {
    float: left;
    position: relative;
    left: 70px;
    overflow: hidden;
    vertical-align: middle;
}

.carolselIE {
    float: left;
    position: relative;
    left: 150px;
    top: -10px;
}

.logo {
    /*max-width: 90px;
    max-height: 62px;
    width:90px;
height:62px;
      border: 1px solid black;*/
    max-height:55px;
    max-width:150px;
}

.viewLetter {
    color: #ff6c41;
    font-size: 12px;
    position: relative;
    top: -70px;
    left: 5px;
    display: none;
	z-index:100;
}

.carolselInnerDiv {
    margin-top:5px;
    display: block;
    float: left;
    margin-right: 18px;
    /*border: 1px solid red;*/
    overflow: hidden;
    height: 70px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
}

.ddMain {
    float: left;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    color: #666666;
    background-color: #f0f0f0;
    font-family: 'Open Sans';
}

.arrowBox {
    height: 37px;
    width: 35px;
    background-color: #666666;
    line-height: 37px;
    text-align: center;
    float: left;
}
    .arrowBox:hover {
        background-color: #3d3d3d;
    }
.ddOptionLI {
    border-top: 1px solid #cccccc;
    height: 37px;
    padding-left: 15px;
    line-height: 30px;
    cursor: pointer;
}

    .ddOptionLI:hover {
        background-color: #cccccc;
    }

    .ddOptionLI a {
        color: #666666;
        font-family: 'Open Sans';
        text-decoration: none;
    }

.ddOption {
    height: 265px;
    overflow-y: auto;
    background-color: #f0f0f0;
    font-size: 12px;
    z-index: 1;
    display: none;
    position: absolute;
}

.ddOptionUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#btnSearch:hover {
    font-size: 12px;
    color: #ff6c41;
}
