#latest h2{
 margin:40px 0 20px 0; 
}
#latest{
 width:100%;
}
#latest li.latest_prop{
 display:block;
 width:100%;
 clear:both;
 margin-top:25px;
}
#latest li.latest_prop:first-child{
 margin-top:0;
}
.latest_prop a{
 display:block;
 min-height:78px;
 width:100%;
 vertical-align:middle;
}
.latest_img_cont{
 display:block;
 float:left;
 width:78px;
 height:78px;
 position:relative;
 overflow:hidden;
 box-shadow:0 0 7px 1px #999;
 -moz-transition:box-shadow 0.1s ease-out;-webkit-transition:box-shadow 0.1s ease-out;-o-transition:box-shadow 0.1s ease-out;transition:box-shadow 0.1s ease-out;
}
.latest_prop a:hover .latest_img_cont{
 box-shadow:0 0 7px 1px #ccc;
}
#latest img{
 position:absolute;
 left:50%;
 top:50%;
 -webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);
}
#latest img.hor{
 height:78px;
 width:auto;
}
#latest img.vrt{
 width:78px;
 height:auto;
}
.latest_det li{
 padding:0 0 0 90px;
 color:#333;
 font-size:10.5pt;
 font-family:Segoe UI,Segoe;
 line-height:18px;
 -moz-transition:color 0.1s ease-out;-webkit-transition:color 0.1s ease-out;-o-transition:color 0.1s ease-out;transition:color 0.1s ease-out;
}
.latest_prop a:hover li{
 color:#b11116;
}
#latest_prev{
 display:block;
 width:40px;
 height:0;
 padding:0 40px;
 margin:0 auto 20px auto;
 background:url(http://www.ikospot.com/imgs/design/latest_prev.png);
 background-repeat:no-repeat;
 background-position:bottom center;
 -moz-transition:height 0.1s ease-out;-webkit-transition:height 0.1s ease-out;-o-transition:height 0.1s ease-out;transition:height 0.1s ease-out;
}
#latest_prev:hover{
 background-position:top center;
}
#latest_next{
 display:block;
 width:40px;
 height:14px;
 padding:0 40px;
 margin:20px auto 0 auto;
 background:url(http://www.ikospot.com/imgs/design/latest_next.png);
 background-repeat:no-repeat;
 background-position:top center;
 -moz-transition:height 0.1s ease-out;-webkit-transition:height 0.1s ease-out;-o-transition:height 0.1s ease-out;transition:height 0.1s ease-out;
}
#latest_next:hover{
 background-position:bottom center;
}