﻿#inc-left-large {
    width: 660px;
    margin-right: 10px;
}
#inc-right-large {
    width: 256px;
}

#inc-left-left {
    width: 195px;
    margin-right: 10px;
}

#inc-left-center {
    width: 195px;
    margin-right: 10px;
}

#inc-left-right {
    width: 248px;
}

#inc-left-large dl {
    height: 310px;
}

/* slide
-------------------------------*/
#slide {
    width: 660px;
    height: 55px;
    padding: 230px 0 0 0;
    background-position: center top;
    background-repeat: no-repeat;
}
#slide .thumbnail {
    width: 70px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
    filter: Alpha(opacity=50);/*IE*/
    -moz-opacity: .5;/*FF*/
    opacity: 0.5;/*FF2*/
}
#slide .thumbnail .selected {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#slide .over {
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#description h3, #description p {
    margin: 0;
    padding: 0;
}

#slide-next {
    width: 26px;
    height: 30px;
    cursor: pointer;
    background: url(images/slide-next.png) no-repeat center center;
}
