﻿.glidecontentwrapper{
position: relative; /* Do not change this value */
width:100%;height:400px; 
 /*width: 350px;
height: 230px; Set height to be able to contain height of largest content shown
border: 5px solid #687C98;*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width:100%;height:400px; 
 }
 
 .glidecontent img 
 {
     width:65%;
     height:400px; 
     float:left
     
     }
 
 .padislid {
     padding:30px;

}

.dvivdsicrp 
{
     
    background-color: #fff;
    
      width: 35%;
    height:400px;
    float: right;
    
        background: linear-gradient(#fbfbfb, #f5f5f5, #fbfbfb);
    
    } 


.titel  
  {    color: #8ec63f;
    font-size: 21px;
       font-weight:  bold;
    padding-bottom: 20px;
    line-height: 26px;

             font-family: 'Source Sans Pro', cursive;
             
      
      }
.glidecontent a:hover{
     text-decoration:none

}
#rtl .titel  
  {    
   font-size: 19px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 31px;
    font-family: 'Droid Arabic Kufi' !important;
      
      }
.titel2 
  { color:#000;
    line-height:25px;
      
      
      }


.glidecontent a, .glidecontent a:link, .glidecontent a:visited{
	color:#fff;
	 display:block;
}
 

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/


.withtd { width:35px; height:26px;
           padding-top:15px; text-align:center
          
          }
.glidecontenttoggler { /*style for DIV used to contain toggler links. */


   width: 235px;
    height: 41px;
     
    opacity: 0.8;
       position: absolute;
      z-index: 999999999;
      bottom:25px;
      right:25px;
    
 
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;

 margin-right:6px; margin-left:6px

}



.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
      background-image: url("images/buut.png");
    background-position: left top;
    background-repeat: no-repeat;
 
      width:11px;height:11px;
      
      
   
   
}
.glidecontenttoggler a.selected { /*style for selected page's toggler link. ".selected" class auto generated! */
background-image: url("images/buut2.png");
    background-position: left top;
    background-repeat: no-repeat;
  
      width:11px;height:11px;
}

.glidecontenttoggler a:hover {

             background-image: url("images/buut2.png");
    background-position: left top;
    background-repeat: no-repeat;
  
      width:11px;height:11px;

}
.glidecontenttoggler a.prev {
                              width:41px;
                              height:41px;
                               background-image: url("images/left.png");
    background-position: left top;
    background-repeat: no-repeat;
    display:block
                            
                             }


 .glidecontenttoggler a.next {width:41px;
                              height:41px;
  background-image: url("images/right.png");
    background-position: left top;
    background-repeat: no-repeat;display:block
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
}
























 
 
 
 
 
 
 
 #rtl .glidecontent img 
 {
 
      float:right
     }
 
  #rtl .dvivdsicrp 
{
     
    float:left;
  
         } 
 
 
 
#rtl .glidecontent a, .glidecontent a:link, .glidecontent a:visited{
	color:#fff;
	 display:block;
}


 

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

#rtl .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
  
    
   right:auto;
     left:25px;
 /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

#rtl .glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;

 margin-right:6px; margin-left:6px
}
#rtl .glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
   background-image: url("images/buut.png");
    background-position: left top;
    background-repeat: no-repeat;
  
      width:11px;height:11px;
}

#rtl .glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image: url("images/buut2.png");
    background-position: left top;
    background-repeat: no-repeat;
  
      width:11px;height:11px;
}

#rtl .glidecontenttoggler a:hover{
background-image: url("images/buut2.png");
    background-position: left top;
    background-repeat: no-repeat;
  
      width:11px;height:11px;
}


#rtl .glidecontenttoggler a.prev {
                              width:41px;
                              height:41px;
                               background-image: url("images/right.png");
    background-position: left top;
    background-repeat: no-repeat;
    display:block
                            
                             }


 #rtl .glidecontenttoggler a.next {width:41px;
                              height:41px;
  background-image: url("images/left.png");
    background-position: left top;
    background-repeat: no-repeat;display:block
}

#rtl .glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
}