#video-player {
	width: 435px;
	height: 240px;
	overflow: hidden;
	background: #395F83 url('/images/video/playerbg.jpg') top left no-repeat;	
}
#video-postroll {
	width: 435px;
	height: 240px;
	overflow: hidden;
	background: #395F83 url('/images/video/postbg.jpg') top left no-repeat;
}
#video-postroll img {
	padding: 7px;
}
#video-actions {
	width: 240px;
	height: 240px;
	float: right;
	overflow: hidden;
	background: #395F83 url('/images/video/mains_2.jpg');
	padding: 0;
}
#newideas {
	background: url('/images/video/newideas.jpg') 49% 18px no-repeat;
	width: 240px;
	height: 200px;
	overflow: hidden;
}
#replay {
	width: 240px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
}
ul#share {
	margin: 0;
	margin-left: 20px;
	display: block;
	width: 200px;
}
ul#share li {
	list-style-type: none;
	display: inline;
	margin-left: 9px;
	float: left;
}
ul#share a {
	display: block;
	height: 28px;
	width: 27px;
	text-indent: -9999px;
	text-decoration: none;
}
ul#share li.youtube a {
	background: url('/images/video/share.jpg') -29px 0 no-repeat;
}
ul#share li.youtube a:hover {
	background: url('/images/video/share.jpg') -29px -29px no-repeat;
}
ul#share li.facebook a {
	background: url('/images/video/share.jpg') -58px 0 no-repeat;
}
ul#share li.facebook a:hover {
	background: url('/images/video/share.jpg') -58px -29px no-repeat;
}
ul#share li.twitter a {
	background: url('/images/video/share.jpg') 0 0 no-repeat;
}
ul#share li.twitter a:hover {
	background: url('/images/video/share.jpg') 0 -29px no-repeat;
}
ul#share li.share_title {
	font-weight: bold;
	text-transform: uppercase;
	color: #6c92b8;
	font-size: 20px;
	line-height: 31px;
	background: none;
	margin-right: 10px;
}
img.play {
	cursor: pointer;
	width: 150px;
	height: 41px;
	margin: 20% 30%;
}
#video-postroll, #replay {
	display: none;
}
#video-postroll ul {
	list-style: none;
	color: #e8e8e8;
	margin-top: 186px;
	margin-left: 15px;
	padding: 0;
}
#replay ul {
	list-style: none;
	margin:0 10px;
}
#video-postroll ul a, #replay ul a {
	color: #e8e8e8;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
#replay ul, #replay ul a {
	color: #6c92b8;
}
#replay ul li {
	margin-left: 20px;
}
#replay ul a:hover {
	color: #fff;
	text-decoration: none;	
}
#video-postroll ul li:before, #replay ul li:before {
	content: "\2B \0020 \0020";
}
#replay ul li.replaytitle:before {
	content: "";
}
#replay ul .replaytitle a {
	margin: 0;
	font-size: 30px;
	text-align: center;
	line-height: 41px;
	padding: 3px;
	padding-left: 45px;
	background: url('/images/video/replay.jpg') top left no-repeat;
}
#replay ul li.replaytitle {
	margin: 30px 25px;
	height: 41px;
}
#replay ul .replaytitle a:hover {
	background: url('/images/video/replay.jpg') 0 -45px no-repeat;
	color: #ffffff;
}
