
.moduletable-top_video {overflow:hidden; position:relative; border:0px dashed #272727;}
.moduletable-top_video .top-video {
	position:relative;
	display:block;border:0px dashed red;padding:0px;margin:0px;
}
.custom-top_video {
	height:144px;
	overflow:hidden;
	position:relative;}
	
.moduletable-top_video .top-video li {list-style:decimal; height:228px; margin-bottom:21px; overflow:hidden;}
.moduletable-top_video .top-video li {list-style:none;}


/***  Vertical Buttons ***/
.moduletable-top_video .prev {
	position: absolute;
	top:85px;
	right:10px;
	width:32px;
	height:32px;
	text-align:center;
	background:url('../news/carousel-button.png') no-repeat -33px 0px;
	cursor:pointer;
	display:block;
}
.moduletable-top_video .next {
	position: absolute;
	top:85px;
	right:45px;
	width:32px;
	height:32px;
	text-align:center;
	background:url('../news/carousel-button.png') 0 -33px no-repeat;
	cursor:pointer;
	display:block;
}
.moduletable-top_video .next:hover {background-position:0 0;}
.moduletable-top_video .prev:hover {background-position:-33px -33px;}

