/* moved picture page inline css to a separate file to keep page template clean*/

*{ margin: 0; padding: 0; text-decoration: none;}
body { 
    padding: 20px;
}
#container { 
    width: 600px;
    height: 400px;
    border: none;
    overflow: hidden;
    position: relative;
    height: 500px;
}
#list { 
    width: 60000px;
    height: 400px;
    position: absolute;
    z-index: 1;
}
#list img { 
    float: left;
    width: 600px;
    max-height:
    400px;
}
#buttons {
    z-index: 2;
    bottom: 20px;
    left: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align:center;
}
#buttons span { 
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: 5px;
    padding:0;
    border:#ffffff solid 5px;
    display:inline-block;
}
#buttons span img{
    width:100px;
    height:59px;
}
#buttons .on {
    border: #00A4D5 solid 5px;
}
.arrow { 
    cursor: pointer;
    line-height: 39px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 180px;
    opacity: 0.5;
    color: #fff;
}
.arrow:hover { 
    opacity: 0.9;
}
#container:hover .arrow { 
    display: block
}
#prev { 
    left: 20px
}
#next { 
    right: 20px
}
.none{
    display:none
}
.yk-h1 {
    white-space: nowrap;
    border: none;
    padding: 0;
    position: absolute;
    top: 400px;
}
.yk-h1>p{
    color:black
}
.yk-h1>span{
    color:black
}
.yk-span>p{
    color:black
 }
.yk-span>span{
    color:black
}
.yk-span {
    text-align:left;
    float:left;
    width:600px;
    padding:0
}
div.picture #container {
    margin: auto;
}
div.picture picture h1 {
    letter-spacing: initial !important;
}

div.picture h1 span {
    font-size: 14px;
    white-space: normal;
}