/*-- clearing hacks --*/
.row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.row { display: inline-block; margin-bottom: 5px;}
/* Hides from IE-mac \*/
* html .row { height: 1%; }
.row { display: block; }
/* End hide from IE-mac */

/**
 * Carousel styling
 */
#clipregion {
    background: #fff;
    float: left;
    width: 300px;
    height: 115px;
    overflow: hidden;
    position: relative;
	border-bottom: 1px solid #e5e5e5;
	}
#set {
    width: 1935px;
    position: absolute;
}
#clipregion .scroll_item {
    float: left;
    width: 200px;
    padding-right: 15px;
}
#next-arrow, #prev-arrow { cursor:pointer; }
#prev-arrow {
    margin-right: 4px;
}
.carousel_controls {
    float: right;
    width: 200px;
    padding-top:3px;
    padding-bottom:5px;
}
.carousel_controls #next-arrow,
.carousel_controls #prev-arrow,
.carousel_controls #scroll_more {
    float: right;
}
.carousel_controls p.set_1 {
    padding-right: 35px;
    margin: 0 9px 0 0;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    background: transparent url(/web/images/scroller/scroll_more_1_bg.gif) no-repeat 100% 50%;
}
.carousel_controls p.set_2 {
    padding-right: 35px;
    margin: 0 9px 0 0;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    background: transparent url(/web/images/scroller/scroll_more_2_bg.gif) no-repeat 100% 50%;
}
.carousel_controls p.set_3 {
    padding-right: 35px;
    margin: 0 9px 0 0;
    font-size: 11px;
    color: #666;
    line-height: 16px;
    background: transparent url(/web/images/scroller/scroll_more_3_bg.gif) no-repeat 100% 50%;
}
#clipregion h4 {
    font-size: 12px;
}
#clipregion a img.overlay {
    position: absolute;
    visibility: hidden;
    margin-left: -200px;
}
#clipregion a:hover img.overlay {
    position: absolute;
    visibility: visible;
    border: none;
}
#clipregion a.video, #clipregion a.new_window {
    color: #19548e;
	display: inline-block;
}