
/* info block */ 

.bx_sys_block_info {
    margin:5px;
}

.bx_sys_block_info .memberPic {
    width:70px;
    overflow:hidden;
}

.bx_sys_block_info .infoUnit {
    width:143px;
    overflow:hidden;
}

/* images block */ 

.bx_sys_block_images_title_curr {
    margin:10px auto;
    width:604px;
    font-size:12px;
    text-align:center;
    font-weight:bold;
}

.bx_sys_block_images_curr {  
    border:1px solid #ccc;
    margin:0 auto;
    width:604px;
    text-align:center;
}

.bx_sys_block_images_curr > img {
    margin:2px;    
}

.bx_sys_block_images_icons {
    margin:6px 10px;
}

.bx_sys_block_images_icons > .sys_icon {
    float:left;
    margin:2px;
}

.bx_sys_block_images_icons > .sys_icon > img {
    cursor:hand;
    cursor:pointer;
}


/* videos block */ 

.bx_sys_block_videos_title_curr {
    margin:10px;
    font-size:12px;
    text-align:center;
    font-weight:bold;
}

.bx_sys_block_videos_curr {  
    margin:0 10px;
    height:400px;
    position:relative;
}

.bx_sys_block_videos_curr > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:400px;
}

.bx_sys_block_videos_icons {
    margin:6px 10px;
}

.bx_sys_block_videos_icons > .sys_icon {
    float:left;
    margin:2px;
    width:auto;
}

.bx_sys_block_videos_icons > .sys_icon > img {
    cursor:hand;
    cursor:pointer;
    height:32px;
}

/* sounds block */ 

.bx_sys_block_sounds_title_curr {
    margin:10px;
    font-size:12px;
    text-align:center;
    font-weight:bold;
}

.bx_sys_block_sounds_curr {  
    margin:0 10px;
    height:350px;
    position:relative;
}

.bx_sys_block_sounds_curr > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:350px;
}

.bx_sys_block_sounds_icons {
    margin:6px 10px;
}

.bx_sys_block_sounds_icons > .sys_icon {
    float:left;
    margin:2px;
    width:auto;
}

.bx_sys_block_sounds_icons > .sys_icon > img {
    cursor:hand;
    cursor:pointer;
    height:32px;
}

