﻿.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 460px; /*width of featured content slider*/
height: 255px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
margin: 0 0 0 0;
width: 460px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
direction:rtl;
background: white;
}
.pagination{
width: 460px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 0;
margin: 0 0 0 0;
font-family:Tahoma;
font-size:10pt;
direction:rtl;
}

.pagination a{
padding: 0px 0px 0 0px;
text-decoration: none;
color: #808080;
}

.pagination a.selected{
border: 0px;
background-color: transparent;
}

.pagination a:hover{
border: 0px;
background-color:transparent;
}
img.videothumb {
	width: 80px;
	height: 30px;
}
#paginate-slider1 a.selected img{
background-image:url('images/slider_thumb_bg.png');
background-position:left bottom;
background-repeat:no-repeat;
width: 80px;
height: 30px;
padding: 12px 2px 2px 2px;

}
#paginate-slider1 a img:hover{
background-image:url('images/slider_thumb_bg.png');
background-position:left bottom;
background-repeat:no-repeat;
width: 80px;
height: 30px;
padding: 12px 2px 2px 2px;

}
#paginate-slider1 a img{
width: 80px;
height: 30px;
padding: 12px 2px 2px 2px;
border:0;
background-image:url('images/slider_thumb_bg_nh.png');
background-position:left bottom;
background-repeat:no-repeat;
}
.leftthumb {
	margin:0 5px 0 0 !important;
}

