html {width:100%}
body {
	margin:0; 
	font-family: Arial ,sans-serif;
    font-size: 11px; 
	color: #000;
	font-weight: 400;
}
ul, h1, h2, h3, h4, h5, h6, p, li {margin:0; padding:0}
img {border:none}
li {list-style-type:none}
a {text-decoration:none; color: inherit; }
.topic-tabs {
	padding-right:25px;
}
.topic-tabs li {
	float:right;
	border:1px solid #999994;
	padding: 2px 12px 3px;
	font-weight: bold;
	border-radius: 0 0 8px 8px;
	cursor: pointer;
}
.mainContainer {
	background: none repeat scroll 0 0 #E0E0E0;
    height: 429px;
    padding: 6px;
    position: relative;
    width: 372px;
}
.bottomContainer {
	background: none repeat scroll 0 0 #FFFFFF;
    bottom: 8px;
    height: 202px;
    position: absolute;
    width: 372px;
}

.textContainer {
	height: 75px;
	overflow: hidden;
	padding: 13px 20px 0 24px;
	position: absolute;
	z-index: 1;
}

.textContainer .title{
	display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
.textContainer {
	max-height: 156px;
}

.bottom-links {
	bottom: 29px;
	position: absolute;
	width: 373px;
}
.bottomLogo {
	position: absolute;
}
.bottomLogo-1{
	left: 24px;
}

.bottomLogo-2{
	/* bottom: 12px; */
	right: 22px;
}

.arrow{
	height: 33px;
	position: absolute;
	top: 13px;
	width: 20px;
}

.leftArrow{
	left: 0px;
	background: url(/images/edgeplayer2013/left-arrow.png) no-repeat -4px 0px transparent;
}

.rightArrow{
	right: 0px;
	background: url(/images/edgeplayer2013/right-arrow.png) no-repeat -4px 0px transparent;
}

.arrow:hover{
	background-position: -4px -33px;
}

.sliderContainer{
	margin: 4px 0 0 10px;
	overflow: hidden;
	position: relative;
	width: 354px;
	top: 97px;
}

.thumbnailsClipping{
	height: 58px;
    margin: 0 auto;
    overflow: hidden;
    width: 328px;
}
.topic {
	display:none;
}
.topic-1 {
	display:block;
}

.thumbnailsContainer{
	width: 2000px;
}

.thumbnailsContainer img{
	height: 58px;
    width: 79px;;
}

.thumbnailsContainer .container{
	float: left;
}

.thumbnailsContainer a{
	display: block;
    float: left;
    margin-right: 5px;
    width: 79px;
}

#videoPlayer a{
	display: block;
    height: 226px;
    position: relative;
    width: 372px;
}

#videoPlayer .videoImage{
	height: 226px;
    width: 372px;
}

#videoPlayer .playerArrow{
	left: 153px;
    position: absolute;
    top: 61px;
}

#shareLink {
    left: 6px;
    position: absolute;
    top: 6px;
    z-index: 100;
}

#shareLink input {
    width: 340px;
}

.moreInfo{
    /* background: url("/images/edgeplayer2013/more-down-arrow.png") no-repeat scroll right 4px transparent; */
    font-weight: bold;
    padding-right: 13px;
    position: absolute;
    right: 0;
    top: 82px;
    color:#fff;
    font-size: 11px;
}

.closeMoreInfo{
    background: url("/images/edgeplayer2013/close-up-arrow.png") no-repeat scroll right 4px transparent;
    font-weight: bold;
    padding-right: 12px;
    float: right;
    display: none;
    color:#fff;
    font-size: 12px;
}