.jp-container{
    width:500px;
    height:700px;
    position:relative;
    background:#fff;

	float:left;
}

.jp-container a:first-child{
    border-top:none;
}
.jp-container a:last-child{
    border-bottom:none;
}
.jp-container a:hover{
   background:#ECEFF5;
   border-bottom-color:#ECEFF5;
}
.jp-container a h3{ 
    font-size:14px;
    font-weight:bold;
    padding:2px 0 5px 0;
	text-transform:uppercase;
}
.jp-container a img{
    float:left;
    margin:5px 10px 0px 0px;
    padding:3px;
    background:#fff;
    border:1px solid #D8DFEA;
	margin-bottom:4px;
	border-radius:4px;
}
.jspContainer
{
	height:700px !important;
}
.jspTrack
{
height:700px !important;
}
.jspDrag
{
	height:500px !important;
	width:10px !important;
}