.curriculum-image{
    position:relative;
    margin:5px 5px 20px 10px;
    width:108px;
    text-align:center;
    padding:10px 0;
    border:solid 1px #cdcdcd;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.curriculum-image img{
}

#curriculum-list ul{
    margin:0;
    padding:0;
}
#curriculum-list ul li{
    position:relative;
    list-style:none;
    margin:0 0 8px;
    margin-left:105px;
    height:150px;
    height:auto !important;
    min-height:150px;
}
#curriculum-list ul li img{
    position:absolute;
    left:-100px;
    top:3px;
    width:90px;
    height:140px;
}