#relatedPhotos {
	font-family: Arial, sans-serif;
	margin: 30px 0 0;
	padding: 0;
	width: 300px;
	position: relative;
	float:left;
}
#relatedPhotos h2 {
	padding:0 0 15px;
	margin:0;
	color:#00AEEF;
}

#relatedPhotos ul {
	width:300px;
	height:auto;
	float:left;
	position: relative;
	margin:0;
	padding:0;
}
#relatedPhotos ul li {
	display:block;
	float:left;
	position: relative;
	clear:left;
	width:300px;
	margin:0 0 15px;
}
.photos-copy {
	position: relative;
	float:left;
	width:170px;
	height:auto;
	margin:0;
	padding:0;
}
#relatedPhotos .main-thumb {
	display:block;
	float:left;
	position: relative;
	width:110px;
	height:82px;
	margin:0 15px 0 0;
	padding:0;
	z-index:5;
}
.photos-copy p {
	font:11px/14px sans-serif;
	margin:0;
	padding:0;
	color: #333333;
	width: 170px;
	border:0;
}
.photos-copy h6 {
	color: #00aeef;
	width: 170px;
	border:0;
	margin:0;
	padding:0 0 5px;
	font:12px/14px sans-serif;
	font-weight:bold;
}

/* ----------------------------------------------- BEGIN fetured promo (similar to related) --------- */
/*  the following styles apply to the 'featured videos' in the right column on the behind the scenes 'coca-cola' photos page */
#top-featured {
	font-family: Arial, sans-serif;
	margin: 30px 0 0;
	padding: 0;
	width: 300px;
	position: relative;
}
h2.topfeatured {
	color: #00AEEF;
	padding:0 0 15px;
	margin:0;
}
#top-featured ul {
	width:300px;
	height:auto;
	float:left;
	position: relative;
	margin:0;
	padding:0;
}
#top-featured ul li {
	display:block;
	float:left;
	position: relative;
	clear:left;
	width:300px;
	margin:0 0 15px;
}
.featured-copy {
	position: relative;
	float:right;
	width:170px;
	height:auto;
	margin:0;
}
#top-featured .main-thumb {
	display:block;
	float:left;
	position: relative;
	width:110px;
	height:82px;
	padding:0;
	z-index:5;
	clear:left;
}
.featured-copy p {
	font:11px/14px sans-serif;
	margin:0;
	padding:0;
	color: #333333;
	width: 170px;
	border:0;
}
.featured-copy h6 {
	color: #00AEEF;
	width: 170px;
	border:0;
	margin:0;
	padding:0;
	font:12px/20px sans-serif;
	font-weight:bold;
}
.featured-copy a {
	color: #00AEEF;
}


#top-featured .video-play-graphic{ 
	background: url("/media/ui/hp/videoPlay.png") repeat scroll 0 0 transparent;
    bottom: 33px;
    cursor:pointer;
	display: block;
    height: 20px;
    overflow:hidden;
	position:absolute;
    right: 5px;
    width: 25px;
	z-index:10;
}


#top-featured[id='top-featured'] .video-play-graphic.red,
#top-featured .video-play-graphic.red {
	background:url('/media/ui/videos/cokeplay.png') no-repeat ; 
	bottom: 5px;
	height:20px;
	left:82px;
	width:25px;
	}
#top-featured .video-play-graphic:hover,
#top-featured[id='top-featured'] .video-play-graphic.red:hover,
#top-featured .video-play-graphic.red:hover {background-position: 0 -22px;}

/* ----------------------------------------------- END fetured promo (similar to related) ----------- */
