#v-block {float:left;clear:both;width:100%;margin-bottom:20px;}
#v-block .v-wrap {float:left;width:100%;margin-bottom:4px;-webkit-border-bottom-right-radius: 4px;-webkit-border-bottom-left-radius: 4px;-moz-border-radius-bottomright: 4px;-moz-border-radius-bottomleft: 4px;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;}
#v-block .top {float:left;width:100%;padding:0 3% 5px 3%;}
#v-block .top a {width:48%;height:auto;float:left}
#v-block .top a.left {float:left;}
#v-block .top a.right {float:right;}
#v-block .top a img {width:100%;height:auto;border:1px dotted #ccc;border-top-color:#bbb;border-left-color:#bbb}
#v-block .top a:hover img {border:1px dotted #aaa;border-top-color:#999;border-left-color:#999}
#v-block .item-keep {position:relative;overflow:hidden;}
#v-block .top .title {overflow:hidden;max-width:98%;text-overflow:ellipsis;white-space:nowrap;position:absolute;width:auto;padding:1px 5px 1px 8px;bottom:8px;left:-3px;background: #F39C00; color: #fff; text-shadow: 1px 1px 0 #6D4A00;font-size:12px;-webkit-border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px;-webkit-transition:0.1s linear all;-moz-transition:0.1s linear all;-ms-transition:0.1s linear all;-o-transition:0.1s linear all;transition:0.1s linear all;}
#v-block .top .item-keep:hover .title {left:0px;}

#v-block .del {float: left;clear: both;width: 100%;height: 2px;background: #dfdedd;border-bottom: 1px solid #fff;margin: 0 0 5px 0;}
#v-block h4 {color: #444;font-size: 13px;width:100%;float:left;clear:both;}
#v-block h4 span {width:80%;float:left}
#v-block .viewed-holder {float:left;clear:both;width:100%;}
#right_column #v-block .v-wrap.block {width:100%;margin:0;}

@media screen and (min-width: 481px) and (max-width: 970px) {
  #right_column #v-block .v-wrap.block {padding:10px 2%;width:50%;margin:-1px 0 -1px -1px;-webkit-border-top-right-radius: 1px; -webkit-border-bottom-right-radius: 1px; -moz-border-radius-topright: 1px; -moz-border-radius-bottomright: 1px; border-top-right-radius: 1px; border-bottom-right-radius: 1px;}
  #v-block {margin-top:18px;background:#fcfcfc;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;border:1px solid #ddd}
}

@media screen and (min-width: 691px) and (max-width: 970px) {
  #v-block {display:none}
}

