/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

#main{ height: 400px}
.tabs_container{  direction: rtl; font-family: tahoma, arial; background-color: #f0f0f0; padding: 6px; }
.widget_container{ background-color: #333; width:289px; margin: 0px auto; padding:0px 5px; }
.widget_header a{ display: block; float: right; padding:  7px 7px 7px 0; width: 100px; background: no-repeat right center scroll transparent; height: 25px;}
.widget_header:after{content: "";display: table;clear: both;}
.widget_header{zoom:1;}
.more{ display: block;line-height: 22px; font-size: 11px; color: #fff; text-decoration: none;  }
.demoPanel{padding: 0;text-align: center;}
.demoPanel img{width: 100%;}
.News_list li{ list-style-type: none; }
.News_list li a:after{content: "";display: table;clear: both;}
.News_list li a{zoom: 1; display: block; color: #222; border: solid 1px #cfcfcf; padding: 5px; text-decoration: none; margin-top: 6px; border-radius: 3px; background-color: #fff;}
.News_list li a img{ float: right; margin-left: 7px; width: 60px;}
.News_list li a:hover{color: #9e0500; border-color:#aaaaaa; background-color: #fff; }
.News_list li a p{ font-size: 12px; font-weight: bold; line-height: 1.1em; margin-bottom: 5px;}
.News_list li a span{ font-size: 11px; color:#777777;}
#demoSlider{border: 1px solid #FFFFFF;box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); margin-bottom: 7px;}
#demoSlider a{ display:block;}
.title_container{ position: absolute; background-color: rgba(0,0,0,.6); bottom: 0px;text-align: right; padding-bottom:10px; width:100% }
.title_container p{ font-size: 12px; font-weight: bold; line-height: 1.2em; margin-bottom: 3px; color: #fff; padding-right:10px;}
.title_container span{font-size: 11px; color:#ccc; padding-right:10px; }
.prev, .next {opacity:.5; background: url(images/arrows_thin.png) no-repeat transparent scroll center center; border: none; text-indent: -9999px; overflow: hidden;width:20px; height:30px; position: absolute; top:50%; z-index: 99; cursor: pointer;}
.prev:hover, .next:hover{opacity:1;}
.prev{ background-position: 0px 0px; left:7px}
.next{ background-position: 0px -30px; right:7px}
#bullets{ position: absolute; bottom: 5px; left: 5px;}
#bullets li{ padding: 3px; margin: 3px; float: left; background-color: #fff; border-radius: 5px;}
#bullets li.on{ background-color: #9c0a05;}
/* Swipe 2 required styles */
.slider_container{ direction: ltr;}
.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float:left;
    width:100%;
    position: relative;
	height:155px;
}
.swipe-wrap > div > a{ display: block;}
.swipe-wrap img{ width: 100%;}
/* END required styles */


/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  position   : absolute;
  width      : 6px;
  left      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
   margin:1px 0px ;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;

}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
.srollActive, .pane.active{ width:10px !important;}
