/* central_interview_list: START */
#wrapper #container .holder {width:100%; min-height:600px; }
#wrapper #container .holder #left {width:980px; height:auto; margin:0 auto; float:inherit;}
#wrapper #container .holder #left #central_interview_list {width:920px; height:auto; margin:40px auto; padding:30px; display:block; float:left; background:#fff;}
#left #central_interview_list .section_title {width:920px; height:20px; display:block; font:normal normal 28px/28px 'OpenSans CondencedBold'; text-transform:uppercase; color:#791214;}
#left #central_interview_list .interview_list {width:920px; height:auto; display:block;}
#left #central_interview_list .interview_list .interview_item {width:920px; height:210px; display:block; margin:30px 0 0; overflow:hidden;}
#left #central_interview_list .interview_list .interview_item .video {width:100%; height:100%; display:block;}
#left #central_interview_list .interview_list .interview_item .video .screenshot {width:373px; height:210px; display:block; position:relative; overflow:hidden; float:left;}
#left #central_interview_list .interview_list .interview_item .video .screenshot .img {width:373px; height:auto; display:block;}
#left #central_interview_list .interview_list .interview_item .video .screenshot .player {position:absolute; display:block; width:373px; height:210px;  background:url('/static/img/backgrounds/central_interview_list_player.png') no-repeat right bottom; right:0; top:0;}
/*#left #central_interview_list .interview_list .interview_item .video:hover .screenshot .player {display:block;}*/
#left #central_interview_list .interview_list .interview_item .video .info {width:507px; height:200px; display:block; float:right; overflow:hidden; padding:10px 0 0;}
#left #central_interview_list .interview_list .interview_item .video .info .title {width:100%; height:auto; display:block; font:normal bold 24px/30px 'Arial'; color:#000;}
#left #central_interview_list .interview_list .interview_item .video .info .date,
#left #central_interview_list .interview_list .interview_item .video .info .summary {width:100%; height:auto; display:block; font:normal normal 14px/22px 'Arial'; color:#6e6e6e; margin:10px 0;}

/* central_interview_list: END */