.vtable { WIDTH: 140px; HEIGHT: 145px }
.voriginal { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative }
.vtrailer { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vmusic { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vlive { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vmaking { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vsport { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vgames { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vfashion {  WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.vmovie { WIDTH: 438px; HEIGHT: 288px; MARGIN: 5px; PADDING: 5px; position:relative}
.thumb { MARGIN-LEFT: 0px; PADDING: 0px; MARGIN-BOTTOM: 4px; WIDTH: 438px; HEIGHT: 275px; BORDER-BOTTOM: 4px #A3D3FF solid; border-radius: 14px 8px 4px 4px }
.thumb:hover {  -webkit-animation:zoomElement 500ms; animation:zoomElement 500ms; animation-iteration-count: infinite;}
.videoview { MARGIN-TOP: 8px;PADDING: 6px 0px 6px 0px; WIDTH: 910px; BACKGROUND: #000000; border-radius: 8px 8px 16px 16px }
.videorel { MARGIN-TOP: 6px; PADDING-BOTTOM: 3px; PADDING-TOP: 3px; WIDTH: 892px; HEIGHT: 280px; TEXT-ALIGN: right; BACKGROUND: #ffffff; border-radius: 16px 4px 16px 4px }
.thumbrel { WIDTH:212px;HEIGHT:133px; MARGIN-TOP: 5px; MARGIN-RIGHT: 6px; border-radius: 14px 4px 14px 4px }
.thumbrel:hover {  -webkit-animation:zoomElement 500ms; animation:zoomElement 500ms; animation-iteration-count: infinite;}

.videotitle { position: absolute; top: 14px; left: 20px; }
.videotext { color: #ffffff; font-size: 21px }


/* Chrome, Safari, Opera */
@-webkit-keyframes zoomElement{0%{transform:scale(1);}
20%{transform:scale(.95);}
100%{transform:scale(1);}
}
/* Standard syntax */
@keyframes zoomElement{0%{transform:scale(1);}
20%{transform:scale(.95);}
100%{transform:scale(1);}
}

@keyframes zoomVideo{0%{transform:scale(1);}
100%{transform:scale(1.21);}
}

.player { width:910px;height:512px;text-align:center; border-radius: 6px 6px 6px 6px}
.player:hover { -webkit-animation:zoomVideo 500ms; animation:zoomVideo 500ms; animation-fill-mode: forwards;}

#content {
	width: 480px;
	height: 145px;
	margin-top: 10px;
	margin-bottom: 10px;
}	
ul.accordion {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	line-height: 1.2em;
}

ul.accordion li {
	float: right;
	width: 60px;
	height: 138px;
	display: block;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	-moz-box-shadow: 1px 3px 10px #555;
	-webkit-box-shadow: 1px 3px 10px #555;
	box-shadow: 1px 3px 10px #555;
}

ul.accordion li.bleft {
	border-left: 2px solid #fff;
}

ul.accordion li .description {
	position: absolute;
	width: 110px;
	height: 60px;
	bottom: 0px;
	left: 0px;
	display: none;
}

ul.accordion li .description a {
	position: absolute;
	bottom: 1px;
	left: 10px;
	letter-spacing: 1px;
	color: #eeeeee;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 2px 0px;
	text-shadow: 1px 1px 1px #000000;
}

ul.accordion li .description a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.accordion li .bgDescription {
	background: transparent url("/img/bgDescription.png") repeat-x top left;
	height: 90px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: none;
}


ul li {
	font-size: 0.75em;
	line-height: 16px;
}

ul.anchor_list {
	margin-bottom: 40px;
}

ul.anchor_list li {
	display: inline;
	padding-right: 20px;
	font-size: 0.92em;
}

ul.anchor_list li a {
	
}

ul.bullet_list {
	list-style-type: disc;
	margin: 0 0 15px 15px;
	padding: 0 0 10px 0;
}
