﻿.jp-container{
    width:721px;
    height:400px;
    position:relative;
	float:right;
	margin-right:3px;
	
}
.jp-container a{
    
	color:#CC9966;
	font-size:12px;
}
.jp-container a:first-child{
    border-top:none;
}
.jp-container a:last-child{
    border-bottom:none;
}
.jp-container a:hover{
   background:#900;
   border-bottom-color:#ECEFF5;
}
.jp-container a h3{ 
    font-size:12px;
    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;
}
