/* CSS Document */
.hsbcHomeContentStyle05 h1
{
	padding:0 0 15px;
}
ul.mediaThumbnails h3
{
	font-size:93.75%;
	font-weight:bold;
	width:132px;
}
ul.mediaThumbnails
{
	padding:0 10px 0 20px;
	list-style:none;
}
ul.mediaThumbnails li
{
	float:left;
	padding-right:24px;
	width:134px;
	font-size:100%;
}
ul.mediaThumbnails li img
{
	float:left;
	padding-bottom:10px;
}
.gallery_mask
{
	background:url("../_img/overlays/mask.png");
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}
.gallery_window
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:20;
}
.gallery_window_top
{
	background:url("../_img/overlays/window_top.png");
	width:954px;
	margin:0 auto;
	padding-top:27px;
	position:relative;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/1/themes/html/_img/overlays/window_top.png', sizingMethod='crop');
}
.gallery_window_bottom
{
	background:url("../_img/overlays/window_bottom.png");
	width:954px;
	height:27px;
	margin:0 auto;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/1/themes/html/_img/overlays/window_bottom.png', sizingMethod='crop');
}
.gallery_window_content
{
	background:#fff url("../_img/overlays/grey-strip.gif") repeat-x left bottom;
	margin:0 27px;
	position:relative;
	padding:32px 75px 20px;
}
.gallery_window_loading
{
	background:#FFF url(../_img/overlays/loading.gif) no-repeat center center;
}
.gallery_window_loading *
{
	visibility:hidden;
}
#flash_movie *{
	visibility:visible;
}
#flash_movie a{
	color:#DB0011;
	text-decoration:none;
}
#flash_movie a:hover{
	text-decoration:underline;
}
.gallery_window_close
{
	width:954px;
	margin:0 auto;
	position:relative;
	z-index:50;
}
.gallery_window_close a
{
	width:43px;
	height:43px;
	background:url("../_img/overlays/window_close.png") no-repeat top left;
	position:absolute;
	top:0;
	right:0;
	z-index:30;
	cursor:pointer;
}
.gallery_window_content div.intro
{
	width:100%;
}
.gallery_window_content h2
{
	font-size:100%;
	color:#191919;
	text-align:left;
	padding-bottom:6px;
	float:left;
}

.gallery_window_content p.subtitle
{
	font-size:87.5%;
	text-align:left;
	color:#191919;
	clear:both;
}

#flash_movie
{
	width:750px;
	height:462px;
}
#thumbnails
{
	height:80px;
	margin-top:3px;
	padding-top:18px;
	border-top:2px solid #d1c3b2;
	width:750px;
}
.carousel
{
	position:relative;
}
.carousel_window
{
	width:750px;
	height:80px;
	overflow:hidden;
	position:relative;
}
.carousel_inner
{
	position:absolute;
	top:0;
	left:0;
}
.carousel_inner .mediaThumbnails
{
	padding:0;
}
.carousel_inner .mediaThumbnails li
{
	float:left;
	clear:none;
	margin-right:15px;
	padding:0;
	text-align:left;
	position:relative;
	height:75px;
	width:134px;
	overflow:hidden;
	opacity:0.6;
	filter:alpha(opacity:60);
	border:2px solid #fff;
}
.carousel_inner .mediaThumbnails li.selected
{
	border:2px solid #f00;
	opacity:1;
	filter:none;
}
.carousel_inner .mediaThumbnails li img
{
	padding:0;
}
.carousel_inner .mediaThumbnails li .info
{
	position:absolute;
	left:1px;
	bottom:0px;
	background:url(../_img/overlays/mask.png);
	width:132px;
	height:75px;
	cursor:pointer;
	overflow:hidden;
	line-height: 10px;
}
.carousel_inner .mediaThumbnails li .info h3
{
	font-size:68.75%;
}
.carousel_inner .mediaThumbnails li.audio .info h3
{
	background:url(../_img/media/audio.gif) no-repeat 110px 7px;
}
.carousel_inner .mediaThumbnails li.video .info h3
{
	background:url(../_img/media/video.gif) no-repeat 110px 7px;
}
.carousel_inner .mediaThumbnails li .info p
{
	padding:0 7px;
	color:#FFF;
	font-size:62.5%;
}
.carousel_inner .mediaThumbnails li .info h3 a
{
	color:#FFF;
	text-decoration:none;
	display:block;
	padding:7px;
	padding-right: 25px;
}

.carousel a.carousel_left,
.carousel a.carousel_right
{
	position:absolute;
	top:0;
	width:34px;
	height:75px;
	background:#F00;
}

.carousel a.carousel_left
{
	left:-45px;
	background:url(../_img/overlays/left_arrow.gif) no-repeat left center;
}

.carousel a.carousel_right
{
	right:-45px;
	background:url(../_img/overlays/right_arrow.gif) no-repeat right center;
}
p.transcripts
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:67.5%;
	padding:0 25px 0 0;
	display:block;
}
p.transcripts a
{
	color:#db0011;
	text-decoration:none;
	padding-left:12px;
	background:url("../_img/icons/redChevron.gif") left top no-repeat;
}
p.transcripts a:hover
{
	text-decoration:underline;
}


#mainContentBody .startRow{
	clear: left;
}
