.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;
	border-bottom: 10px;
}

.paginationfytslide a:hover img, .paginationfytslide a.selected img{
	border: 2px solid red;
}

/*
.videoWrapper object,
.videoWrapper embed {
  position: absolute;
  width: 100%;
  height: 100%;
}*/