@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em arial, sans-serif;
  background: url(../images/background2.png)   center top no-repeat fixed, url(../images/background1.png) fixed;
  color: #AAA;

  height: 100%;
  position:relative;
  
 
}

p { 
  padding: 0 0 20px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #FFF;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #FFF;
}

h2 { 
  font-size: 160%;
  padding: 9px 0 5px 0;
  color: #F67400;
}

h3 { 
  font-size: 140%;
  padding: 5px 0 0 0;
  color: #FFF;
}

h4, h6 { 
  color: #F67400;
  padding: 0 0 5px 0;
  font: normal 130% arial, sans-serif;
}

h5, h6 { 
  color: #888;
  font: italic 95% arial, sans-serif;
  letter-spacing: normal;
  padding: 0 0 15px 0;
}

a, a:hover { 
  outline: none;
  text-decoration: underline;
  color: #09D4FF;
}

a:hover { 
  text-decoration: none;
}

blockquote { 
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}

ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

ol { 
  margin: 8px 0 22px 20px;
}

ol li { 
  margin: 0 0 11px 0;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, nav, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
   position:relative;
}

#main {

  margin: 5px auto;
  width: 950px;
 
  background:transparent ;
  
  
  padding-bottom: 9px;
 
  margin-top:10px;
   
/* -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;*/
   border: 2px solid  #939393;
   border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  position:relative;
  -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow: inset 0 0 10px #000000;
   
 
}


header { 
 /* background:transparent;*/
 background:transparent;
  height: 160px;
   position:relative;
   
   
  
}

#logo { 
  width: 950px;
  height: 160px;
  background: url(../images/zakah3.png) no-repeat ;
  color: #888;
  margin:5px -4px -37px 4px;
 
  

   position:relative;
}

#logo h1, #logo h2 { 
  font: normal 320% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover { 
  padding: 0;
  color: #FFF;
  text-decoration: none;
}

#logo_text h1 a .logo_colour { 
  color: #09D4FF;
}

#logo_text a:hover .logo_colour { 
  color: #FFF;
}

#logo_text h2 { 
  font-size: 140%;
  padding: 0 0 0 0;
  color: #DDD;
}

#news { 
  height: 32px;
  width: 949px;
  float: right;
  margin: 37px auto -8px auto;
  color: #fff;
   background: #939393; /* Show a solid color for older browsers */
 background: -moz-linear-gradient(#666, #939393);
  background: -o-linear-gradient(#666, #939393);
  background: -webkit-linear-gradient(#666, #939393);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #000;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
 position:relative;
 font:bold 130% "Times New Roman", Times, serif;
 

 
} 
nav { 
  height: 450px;
  width: 180px;
  float: float;
  margin: 25px 13px 0 auto;
  color: #222;
  background: #939393; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#666, #939393);
  background: -o-linear-gradient(#666, #939393);
  background: -webkit-linear-gradient(#666, #939393);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   border: 1px solid #000;
   border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  position:relative;
 
} 

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 0px auto -17px auto;
  padding: 0px 0 15px 0;
   position:relative;
  
} 

#sidebar_container { 
  float: right;
  width: 224px;
  margin: 25px 0 0 0;
}

.sidebar { 
  float: right;
  width: 200px;
  padding: 5px 20px;
  margin: 0 0 17px 0;
}
  
.sidebar h3, .content h1 { 
  padding: 0 15px 20px 0;
  font: 240% 'News Cycle', arial, sans-serif;
  text-shadow:  #000 1px 1px;
  margin: 0 1px;
  color: #FFF;
}

.sidebar h3 { 
  color: #FFF;
  font: 270% 'News Cycle', arial, sans-serif;
  padding: 0 15px 5px 0;
}

.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #AAA;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.sidebar_item, .content_item { 
  padding: 15px 0;
}



footer { 
  width: 950px;
  font: 150% 'Yanone Kaffeesatz', arial, sans-serif;
  height: 30px;
  padding: 5px 0 20px 0;
  text-align: center;
  background: #444; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#666, #444);
  background: -o-linear-gradient(#666, #444);
  background: -webkit-linear-gradient(#666, #444);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #000;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  color: #AAA;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF;
  text-shadow: none;
  text-decoration: underline;
}

.form_settings { 
  margin: 15px 0 0 0;
}

.form_settings p { 
  padding: 0 0 4px 0;
}

.form_settings span { 
  float: right; 
  width: 200px; 
  text-align: left;
}
  
.form_settings input, .form_settings textarea { 
  padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #D5D5D5; 
  background: #FFF; 
  color: #47433F;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}
  
.form_settings .submit { 
  font: 140% 'Yanone Kaffeesatz', arial, sans-serif; 
  border: 0; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #ddd; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: -webkit-linear-gradient(#fff, #ddd);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #ddd;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  color: #222;
  text-shadow: 1px 1px #FFF;
}

.form_settings textarea, .form_settings select { 
  font: 100% arial; 
  width: 299px;
}

.form_settings select { 
  width: 310px;
}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;
}

.separator { 
  width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;
}
  
table { 
  margin: 10px 0 -20px 0;
}

table tr th, table tr td { 
 background: transparent;
  color: #FFF;
  padding: 7px 4px;
  text-align:right;
   
 
}
  
table tr td { 
  background: transparent;
  color: #444;
 /* border-top: 1px solid #FFF;*/
}

ul.images {
  width:660px;
  height:330px;
  overflow:hidden;
  position:relative;
    margin: -452px 0px 0px 60px;
  padding:0;
   
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   border: 2px solid #444;
   border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  position:relative;
 
  
} 

ul.images li {
  position:absolute;
  margin:0;
  padding:0;
  left:0;
  right:0;
  list-style:none;
   
}
 
ul.images li.show {
  z-index:500;  
  
}
 
ul img {

  border:none; 
   position:relative;
   
}





/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  
  width:150px;
 

  
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0px;
}

ul.sf-menu { 
  display: block;
  position: relative;
  
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: right;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 

  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ 
}

ul.sf-menu ul li { 
  float: right; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  left: -5px;
  display: block;
  background: url(../images/arrows-white.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  float:right;
}

ul#nav ul { 
  background: #555;
  margin-top: -22px;
  padding-bottom: 10px;
  right:180px;
  
  
  
}

ul#nav li a { 
  padding: 7px 25px 6px 25px;
  font: 150% 'Yanone Kaffeesatz',  sans-serif;
  text-shadow: 1px 1px #000;
  text-decoration: none;
  color: #FFF;
  margin-left: 0px;
 
  
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus { 
  color: #09D4FF;
  text-shadow: none;
}

ul#nav ul li a { 
  color: #FFF;
  
 
  
}

ul#nav ul li a:hover { 
  color: #09D4FF;
  margin-right: 0px;
  display:block;
}



/* Image Transitions */
ul#images {
  margin: 0 15px 10px 0;
  padding: 0;
  list-style: none;
  position: relative;

  
}

ul#images li {
  display: block;
  overflow: hidden;
  padding: 0;
  float: right;
  width: 155px;
  height: 300px;
}

.content{

  width:730px;
  background:#fff;
  overflow:hidden;
  position:relative;
  margin: -453px 205px 0px 13px;
  padding:0;
   
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  
 
  position:relative;
  min-height:452px;
  color:#000;
 
  font: normal 135% "Times New Roman", Times, serif;
  padding-bottom:25px;

  
} 
.content2{

  width:730px;

  overflow:hidden;
  position:relative;
  margin: -473px 205px 4px 13px;
  padding:0;
  color:#444;
 
  
  

  
} 
.text{
  width:300px;
  font: normal 150% "Times New Roman", Times, serif;
  
  text-decoration: none;
  color:#444;
  text-align:right;
   margin: 38px 0px 0px 400px;

 

}

.contact_form{
width:500px;
 margin: -315px 0px 0px -30px;
 
 
font: normal 150% "Times New Roman", Times, serif;
 float:left;
 color:#444;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   position:relative;


}

.form-actions{
height:30px;
width:80px;
margin: -30px 30px 30px 0px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;

}
.inputtext { width: 230px; height: 30px;  }
.alert-error{ color:#FF0000; normal 150% "Times New Roman", Times, serif; margin-right:10px;}
.alert-success{normal 150% "Times New Roman", Times, serif; color:#009900;  margin-right:10px; }
.error {

   color:#FF0000; font: normal 90% "Times New Roman", Times, serif;
   margin: 0px 30px 0px 0px;
   
   }
   
   .link{ color:#444; text-decoration: none;}
   .inputtext2 { width: 190px; height: 30px; }


#login-form{
font: bold 130% Arial, Helvetica, sans-serif;

 width:500px;
  height:330px;
 
   margin: 75px auto -40px auto;

  color: #fff;
   background: #939393;
   
    border: 1px solid #444;
 background: -moz-linear-gradient(#666, #939393);
  background: -o-linear-gradient(#666, #939393);
  background: -webkit-linear-gradient(#666, #939393);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
 
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  position:relative;

}
.login-input{
float:right;
padding-right:20px;

   margin: 70px 70px -40px auto;

}
.login-button{
float:right;
padding-right:86px;
 margin: 100px 70px -40px auto;
}
#login-header{
  height: 39px;
  width: 499px;
  float: right;
  margin: 0px auto -8px auto;
  color: #fff;
   background: #939393;
   text-align:right; 
    border: 1px solid #444;
 background: -moz-linear-gradient(#666, #939393);
  background: -o-linear-gradient(#666, #939393);
  background: -webkit-linear-gradient(#666, #939393);
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
 
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  

  }
  
  #insert-form{

 width:700px;
  height:460px;
 
   margin: 75px auto -40px auto;
   
   font: normal 170% Andalus;

 color:#444;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   position:relative;

}

#details_label{
margin-left:490px;


}

.button{
height:30px;
width:80px;
margin: 30px 0px 0px 397px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
   
}
#title_error{
margin:-57px 0px 0px 47px;
position:relative;
font-family:Andalus;

}
#details_error{
margin:-20px 0px 0px 20px;
position:relative;
font-family:Andalus;
}
#details_error_2{
margin:-20px 0px 0px 20px;
position:relative;
font-family:Andalus;
}
#notmatch_error{
margin:0px 120px 0px 20px;
position:relative;
font-family:Andalus;
}
.textarea{
resize: none;

}
.insert_header{
float:right;
font:normal 200% Andalus;
color:#444;
margin:60px 420px 0px 0px ;
position:relative;
padding-bottom:20px;
}

.login_success
{
float:right;
font:normal 150% Andalus;
color:#444;
margin:20px 0px 0px 0px ;
position:relative;
padding-bottom:10px;
text-align:right;


}
#hadeth
{
font:normal 130% Arial, Helvetica, sans-serif;
margin:20px 0px 0px 125px;
color:#000;

 

}

#fb{
margin:5px 0px 8px 185px;
-moz-box-shadow: 0 0 10px #000000;
   -webkit-box-shadow:  0 0 10px #000000;
   box-shadow:  0 0 10px #000000;
  
}

#date_time{
color:#000;
margin:-35px 0px 0px 280px;
font-size:17px;

word-spacing:10px;

}

.news_bar{
float:right; 
margin:10px 12px 0px 0px;
font:normal 110% Georgia, "Times New Roman", Times, serif;
}

.subject
{
color:#000000;
padding-right:15px;
padding-top:10px;
font:bold 120% Georgia, "Times New Roman", Times, serif;
}
.sep{

border-bottom:dotted thin #ccc;
padding-bottom:8px;

}

.paging{

  width:718px;
  background:#fff;
  overflow:hidden;
  position:relative;
 
  padding:5px;
   
 
  
 
  position:relative;

  color:#000;
 
  font: normal 135% "Times New Roman", Times, serif;
  
  
    margin: -30px 205px 0px 13px;
	text-align:center;
	padding-bottom:10px;

	
	
	

  }
  
  
  .pagNumActive {
    color: #000;
    border:#060 1px solid; background-color: #D2FFD2; padding-left:3px; padding-right:3px;
}
.paginationNumbers a:link {
    color: #000;
    text-decoration: none;
    border:#999 1px solid; background-color:#F0F0F0; padding-left:3px; padding-right:3px;
}
.paginationNumbers a:visited {
    color: #000;
    text-decoration: none;
    border:#999 1px solid; background-color:#F0F0F0; padding-left:3px; padding-right:3px;
}
.paginationNumbers a:hover {
    color: #000;
    text-decoration: none;
    border:#060 1px solid; background-color: #D2FFD2; padding-left:3px; padding-right:3px;
}
.paginationNumbers a:active {
    color: #000;
    text-decoration: none;
    border:#999 1px solid; background-color:#F0F0F0; padding-left:3px; padding-right:3px;
}




/* Ticker Styling */

.ticker-wrapper.has-js {

	

	padding: 0px 50px;
    height: 32px;
    width: 949px;
	float: right;
    margin: -5px auto 0px auto;
    color: #fff;
	display: block;
    background: transparent;
    position:relative;
 
 

}

.ticker {

	  height: 23px;
      width: 949px;
	  display: block;
	  position: relative;
      overflow: hidden;
	


}

.ticker-title {
	color: #fff;
	font:bold 103% "Times New Roman", Times, serif;
    text-transform: uppercase;

}

.ticker-content {

	margin-top: 0.5px;
	padding-bottom:0px;
    font:bold 92% "Times New Roman", Times, serif;	position: absolute;
    color: #fff;
	padding-right:2px;
    background:transparent;
    overflow: hidden;
	white-space: nowrap;

	

}

.ticker-content:focus {

	none;

}


.ticker-content a {

	text-decoration: none;	

	color: #fff;

}

.ticker-content a:hover {

	text-decoration: underline;	

	color: #0D3059;

}
.ticker-swipe {

	padding-top: 9px;
	position: absolute;
    top: 0px;
    background:-moz-linear-gradient(#666, #939393); /* Show a solid color for older browsers */
    display: block;
	width: 600px;
    height: 23px; 

}

.ticker-swipe span {

	margin-left: 1px;
    background: -moz-linear-gradient(#666, #939393); /* Show a solid color for older browsers */
    height: 12px;
    width: 7px;
    display: block;

}

.ticker-controls {

	list-style-type: none;

	float: left;

}

.ticker-controls li {

	padding: 0px;

	margin-left: 5px;

	float: left;

	cursor: pointer;

	height: 16px;

	width: 16px;

	display: block;

}



.ticker-controls li.jnt-play-pause.over {

	background-position: 32px 32px;

}

.ticker-controls li.jnt-play-pause.down {

	background-position: 32px 0px;

}



.ticker-controls li.jnt-play-pause.paused.over {

	background-position: 48px 32px;

}

.ticker-controls li.jnt-play-pause.paused.down {

	background-position: 48px 0px;

}



.ticker-controls li.jnt-prev.over {

	background-position: 0px 32px;		

}

.ticker-controls li.jnt-prev.down {

	background-position: 0px 0px;		

}



.ticker-controls li.jnt-next.over {

	background-position: 16px 32px;	

}

.ticker-controls li.jnt-next.down {	

	background-position: 16px 0px;	

}

.js-hidden {

	display: none;

}

.no-js-news {

	padding: 10px 0px 0px 45px; 

	color: #F8F0DB;

}

.left .ticker-swipe {

	/*left: 80px;*/

}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {

    float: left;

}

.left .ticker-controls {

    padding-left: 6px;

}


.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {

    float: right;
	padding-top:5px;

}

.right .ticker-controls {

    padding-right: 6px;

}


 
