.theme-default .nivo-controlNav {
   position:absolute;
   top:-0px; 
   height:auto;
   width:102px;
   right:0;
   left:auto;
   margin: 0;
}
.theme-default .nivo-controlNav a {
    width:102px;
    height:101px;
    background-image:none;
    background:#ccc;
}
.theme-default .nivo-controlNav a:last-child {    
    height:102px;
}

.theme-default .nivo-controlNav img {
    display:inline-block; /* Unhide the thumbnails */
    width:100px;
    height:100px;
    border:1px solid white;
    border-bottom:0px;
    margin-right:0px; 
    opacity:0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
}
.theme-default nivo-controlNav img:last-child {
    border-bottom:1px solid white;
}
.theme-default .nivo-controlNav a.active img {
    opacity:1;
    filter:alpha(opacity=1); /* For IE8 and earlier */
}