﻿#inc-left-large {
    width: 660px;
    margin-right: 10px;
}
#inc-right-large {
    width: 256px;
}

#inc-left-left {
    width: 208px;
    margin-right: 10px;
}

#inc-left-center {
    width: 222px;
    margin-right: 10px;
}

#inc-left-right {
    width: 208px;
}
#inc-left-right ul, #inc-right-large ul{
margin:0;
}
#inc-left-right li, #inc-right-large li{
list-style:none;
padding:3px 0 3px 0;
}

#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;
}



.wrap.leftColumn{
margin-right:10px;
}

.wrap {
	width:300px;
    margin: 0 auto 0 auto;
}
.wrap dl {
    width: 280px;
    padding: 8px;
    height:90px;
}
.wrap dt {
    float: right;
    width: 160px;
    height:20px;
}
.wrap dd.pic {
    float: left;
}
.wrap dd.description {
    float: right;
    width: 160px; /*text-indent:2em;*/
}

.wrap dl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
