.recentlyViewed{
    border: 1px solid #999999;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}
.recentlyViewed .sectionHead{
    color: #336EA1;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.recentlyViewed ul{
    list-style: none;
    margin-left: 0 !important;
}

.recentlyViewed .holster{
    position: relative;
}
.recentlyViewed .pic {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recentlyViewed .info{
    bottom: 10%;
    right: 5%;
    position: absolute;
}
.recentlyViewed .overlaid{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    padding: 10px;

    zoom: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.recentlyViewed .name{
    height: 47px;
    overflow: hidden;
    font-size: 0.8em;
}
.recentlyViewed .price{
    color: white;
    font-size: 0.8em;
    text-align: center;
    margin-top: 1%;
}
.recentlyViewed a:link, .recentlyViewed a:visited, .recentlyViewed a:hover{
    text-decoration: none !important;
    cursor: pointer;
    display: block;
}
.recentlyViewed .calltoaction{
    padding: 5px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #4084bb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwODRiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjY3OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #4084bb 0%, #326791 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4084bb), color-stop(100%,#326791));
    background: -webkit-linear-gradient(top,  #4084bb 0%,#326791 100%);
    background: -o-linear-gradient(top,  #4084bb 0%,#326791 100%);
    background: -ms-linear-gradient(top,  #4084bb 0%,#326791 100%);
    background: linear-gradient(to bottom,  #4084bb 0%,#326791 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4084bb', endColorstr='#326791',GradientType=0 );
    font-size:13px;
    text-align:center;
    width: 72%;
    position:absolute;
    bottom:10px;
    left: 16%;
    color:white;
}
.recentlyViewed .reveal{
    display:none;
}

.recentlyViewed .recentlyViewedScrollArrows{
    display:table-cell;
    vertical-align:middle;
    cursor:pointer;
}
.recentlyViewed .recentlyViewedScrollArrows img{
    position:relative;
    top:-21px;
} 
.recentlyViewed .left{
    float:left;
}
.recentlyViewed .right{
    float:right;
}
.recentlyViewed .recentlyViewedScrollArea  {
    position:relative;
    overflow:hidden;
}
.recentlyViewed #recentlyViewedScrollElement{
    position:relative;
    width:15000px;
    padding-top:7px;
}
.recentlyViewed .productBox{
    float:left;
    position:relative;
    padding-right:0.05%;
}
.recentlyViewed .closex{
    position:absolute;
    top:-7px;
    right:-7px;  
    z-index:1;
    cursor:pointer;
}
.recentlyViewed .clearall{
    font-size:13px;
    color:#444;
    cursor:pointer;
}
.recentlyViewed .clearall:hover{
    text-decoration:underline;
}

.recentlyViewed .overlaid .price{
    font-size:1.2em;
    font-weight:bold;    
}