.modfytslider{}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	padding: 3px 3px 0px 3px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: relative; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	filter:0;
}

.paginationfytslide{
	padding: 10px 0px 0px 0px;
}

.paginationfytslide a img,
.paginationfytslide a:visited img{
	text-decoration: none; 
	border: 2px solid #222;
}

.paginationfytslide a:hover img, .paginationfytslide a.selected img{
	border: 2px solid red;
}

.viewmorevideo {
	color: #0073AE;
	margin-top: 0px;
	text-align: right;
	float: right!important;
	font-weight: bold;
	padding-right: 7px;
}
.viewmorevideo a {
	color: #0073AE !important;
	margin-top: 0px;
	text-align: right !important;
	float: right;
	font-weight: bold;
	padding-right: 7px;
}

/*
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  width: 100%;
  height: 100%;
}*/
