﻿
.anythingSlider{
 width: 300px; 
 height: 450px; 
 position: relative; 
 margin: 0 auto; 
 direction: ltr;
 border: 1px solid #b8d9f0;
}
.anythingSlider .wrapper{
 width: 300px; 
 overflow: auto; 
 height: 450px; 
 margin: 0px; 
 position: absolute; 
}
.anythingSlider .wrapper ul{
 width: 99999px; 
 list-style: none; 
 position: relative; 
 background: url(../images/slider_bg.jpg) repeat-x bottom #b7ddf4;
 margin: 0;
 }
.anythingSlider ul li{
 display: block; 
 float: left; 
 padding: 0; 
 height: 452px; 
 width: 300px; 
 }
 .anythingSlider ul li img{width: 298px; height: 231px;}
 
 #thumbNav{ 
 position: relative; 
 top: 425px; 
 text-align: left; 
 width: 300px; 
 padding-left: 5px;
 direction: rtl;
 }
#thumbNav a{
 color: black;
 font: 11px/18px Georgia, Serif; 
 display: inline-block; 
 padding: 2px 8px; 
 height: 18px; 
 margin: 0 5px 0 0; 
 background: #c58b04 url(../images/cellshade.png) repeat-x; 
 text-align: center; 
 -moz-border-radius-bottomleft: 5px; 
 -moz-border-radius-bottomright: 5px; 
 -webkit-border-bottom-right-radius: 5px; 
 -webkit-border-bottom-left-radius: 5px; 
 }
#thumbNav a:hover{ background-image: none; }
#thumbNav a.cur  { background: #e0a213; }


/*
  Prevents
*/
.anythingSlider .wrapper ul ul{
 position: static; 
 margin: 0; 
 background: none; 
 overflow: visible; 
 width: auto; border: 0; 
 }
.anythingSlider .wrapper ul ul li { 
 float: none; 
 height: auto; 
 width: auto; 
 background: none; 
 }



.menu_list {
	width: 165px;
}
.accordion_header{
background: url(/albasheer/images/accordion_bg.jpg) repeat-x;
height: 35px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	line-height: 35px;
    font-weight:bold;
    background: url(/albasheer/images/arrowUp.jpg) top left no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}
#textSlide p{
 font-family: "Traditional Arabic";
 font-size: 13pt;
 font-weight: bold;
 direction: rtl;
 text-align: justify;
 padding: 0 5px;
}

#basheer{
 text-align: right;
 line-height: 26px;
 background: url(/albasheer/images/basheer_bg.jpg);
 border-left: 1px solid gray;
 border-right: 1px solid gray;
}

