﻿/* CUSTOMIZED IMAGE TABS CONTROLS
----------------------------------------------------------*/
ul.imagetabs {
    float: left;
    list-style: none;
    border: none;
    height: 37px;
    width: 890px;
}
ul.imagetabs li {
    float: left;
    height: 37px;
    border: none;
    overflow: hidden;
    position: relative;
}
.imagetab-container {
    border: 1px solid #6A737B;
    clear: both;
    float: left;
    width: 889px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    margin-top: -1px;
}
.imagetab-content {
    padding: 20px;
    height: 430px;
    overflow: auto;
}
.imagetab-content ul {
    list-style-type: none;
}
