#image_box {
    float: left;
    clear: right;
    margin: -33px 20px 10px 0px;
}

#image_left_top_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: -16px;
    position: relative;
    z-index: 20;
}

html > body #image_left_top_corner {
    background-image: url(../../../img/struct/img_corner_left_top.png);
}

* html #image_left_top_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_left_top.png');
}

#image_right_top_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: -16px;
    position: relative;
    z-index: 20;
}

html > body #image_right_top_corner {
    background-image: url(../../../img/struct/img_corner_right_top.png);
}

* html #image_right_top_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_right_top.png');
}

#image_bottom_box {
    clear: left;
    width: 360px;
    margin: 0px 0px 0px 0px;
}

#image_right_bottom_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    z-index: 20;
}

html > body #image_right_bottom_corner {
    background-image: url(../../../img/struct/img_corner_right_bottom.png);
}

* html #image_right_bottom_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_right_bottom.png');
}

#image_left_bottom_corner {
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    z-index: 20;
}

html > body #image_left_bottom_corner {
    background-image: url(../../../img/struct/img_corner_left_bottom.png);
}

* html #image_left_bottom_corner {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.gaudimusikanten.com/img/struct/img_corner_left_bottom.png');
}

.center_img {
    float: left;
    border: 3px solid #D1CFBA;
    margin-bottom: -16px;
}

#small_images {
    clear: right;
    float: left;
    width: 360px;
    border-top: 1px solid #D1CFBB;
    border-bottom: 1px solid #D1CFBB;
    padding: 0px;
    margin: 7px 0px 0px 0px;
}

.small_images_box {
    float: left;
    height: 70px;
    width: 70px;
    padding: 3px;
}

.small_images_table {
    width: 100%;
    height: 100%;
}

.small_images_table td {
    text-align: center;
    vertical-align: middle;
}

#content_text {
    clear: right;
    padding: 18px 0px 0px 0px;
    color: #454545;
    line-height: 16px;
    text-align: justify;
}

.music_table {
    width: 286px;
    margin-top: 5px;
}

.music_table td{
    border: 1px solid #ccc;
    padding: 3px;
    background-color: #FFFCE8;
    text-align: left;
}

.music_desc_td {
    width: 120px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.music_detail_td {
    padding-left: 10px;
}