﻿/* 20121016-1700 */
/* MOD 207 VIDEO CAROUSEL */
#mod-207-video-carousel .carousel { background:url("../_img/bgr-carousel.png") no-repeat scroll 0 -3px transparent; }
#mod-207-video-carousel .carousel .item { float:left; width:89px; }
#mod-207-video-carousel .content { overflow:hidden; }
#mod-207-video-carousel .ctn-image { margin-right:9px; }
#mod-207-video-carousel .info { overflow:hidden; padding:8px; }
#mod-207-video-carousel .gender { margin-bottom:17px; font-size:12px; }
#mod-207-video-carousel .title { margin-bottom:7px; font-size:14px; line-height:16px; }
#mod-207-video-carousel .description { font-size:12px; font-weight:100; }
#mod-207-video-carousel .carousel { position:relative; overflow:hidden; height:149px; }
#mod-207-video-carousel .carousel .mouseoverCheckElement { position:absolute; visibility:hidden; width:0; height:0; left:0; }
#mod-207-video-carousel .carousel:hover .mouseoverCheckElement { left:1px; }
#mod-207-video-carousel .flow .item canvas.content { height:100%; width:100%; }
#mod-207-video-carousel .flow .item img.content { width:100%; }
#mod-207-video-carousel .flow .item img.reflection,
#mod-207-video-carousel .flow .item canvas.reflection { width:100%; margin-top:-1px; }
#mod-207-video-carousel .flow .item.active { cursor:pointer; }
#mod-207-video-carousel .flow { position:relative; z-index:0; visibility:hidden; width:100%; margin:0 auto; }
#mod-207-video-carousel .flow.hidden { visibility:hidden; }
#mod-207-video-carousel .flow .item { position:absolute; visibility:hidden; top:0; left:0; }
#mod-207-video-carousel .flow .item .content { display:block; }
#mod-207-video-carousel .flow .item div.content { width:100%; height:100%; }
#mod-207-video-carousel .flow .item .label,
#mod-207-video-carousel .flow .item .description { display:none; }
#mod-207-video-carousel .flow .item .reflection { display:block; }
#mod-207-video-carousel .flow .item .caption { position:absolute; display:none; bottom:10%; width:100%; background:url("../_img/blank.gif"); text-align:center; max-height:30%; }
#mod-207-video-carousel .flow .item .play-video a { background:url("about:blank"); }
#mod-207-video-carousel .flow .item .play-video { position:absolute; top:0; height:100%; width:100%; }
#mod-207-video-carousel .flow .item .play-video a,
#mod-207-video-carousel .flow .item.active .play-video { display:block; overflow:hidden; z-index:0; margin:0 -3px; height:69%; border:3px solid #CCCCCC; text-indent:-9999em; }
#mod-207-video-carousel .flow .item .play-video a { margin:0; }
#mod-207-video-carousel .flow .item .play-video a:hover { border:3px solid #FF9900; }
#mod-207-video-carousel .flow .item.active .play-video a { border:none; margin:0; width:100%; height:100%; background:url("../_img/play-video.png") no-repeat scroll center transparent; }
#mod-207-video-carousel .flow .item.active .play-video a:hover { border:none; }
#mod-207-video-carousel .flow .item.active .play-video:hover { border:3px solid #FF9900; }
#mod-207-video-carousel .global-caption { position:relative; height:20px; margin:13px auto 0; text-align:center; color:gray; font-size:12px; }
#mod-207-video-carousel .global-caption .caption { text-align:center; }
#mod-207-video-carousel .loading { display:block; position:absolute; z-index:65000; width:100%; height:100%; top:-20px; left:0; background:url("../_img/loader.gif") center center no-repeat; text-indent:-9999em; }
#mod-207-video-carousel .scrollbar { position:relative; overflow:visible; z-index:1; visibility:hidden; width:100%; height:2px; margin:0 auto; margin-top:10px; background:#CCC; }
#mod-207-video-carousel .scrollbar .slider { position:absolute; width:77px; height:6px; background:#F90; cursor:pointer; }