/* 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: url(/images/new_widget/Logo.png) no-repeat right center scroll transparent; height: 25px;}
.widget_header:after{content: "";display: table;clear: both;}
.widget_header{zoom:1;}
.more{ display: block; height:22px; background: url("/images/new_widget/more.png") no-repeat scroll 0 -32px transparent}
.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; }
.title_container_data{
    overflow: hidden;
}
.prev, .next {opacity:.5; background: url(/images/new_widget/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 */