@font-face {
  font-family: 'AGOOGLE';
  src: url('fonts/AGOOGLE.eot');
  src: url('fonts/AGOOGLE.eot?#iefix') format('embedded-opentype'),
       url('fonts/AGOOGLE.woff2') format('woff2'),
       url('fonts/AGOOGLE.woff') format('woff'),
       url('fonts/AGOOGLE.ttf') format('truetype'),
       url('fonts/AGOOGLE.svg#AGOOGLE') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'byekan';
	src: url('fonts/BYEKAN.eot');
	src: local('?'),
    url('fonts/BYEKAN.woff') format('woff'),
    url('fonts/BYEKAN.ttf') format('truetype'),
    url('fonts/BYEKAN.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'IRANSans';
  src: url('font/IRANSans.eot');
  src: url('font/IRANSans.woff2') format('woff2'),
       url('font/IRANSans.woff') format('woff'),
       url('font/IRANSans.ttf') format('truetype'),
       url('font/IRANSans.svg#IRANSans') format('svg'),
       url('font/IRANSans.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 620px; /*width of featured content slider*/
height: 150px;
_height: 110px;
font-size: 13px;font-family: 'IRANSans';
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 610px; /*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;
padding-right:10px;background:#;
font-size: 13px;font-family: 'IRANSans';
}

.pagination{
width: 610px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
_width: 610px; 
text-align: right;
padding: 0px 10px;
background:#; margin-top:10px;font-size: 13px;font-family: 'IRANSans';
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ff7f00;font-size: 13px;font-family: 'IRANSans';
}

.pagination a:hover, .pagination a.selected{
color: #000;font-size: 13px;font-family: 'IRANSans';
}