@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1050px) {
/*header start*/
.wrapper{
	width:100%;
	margin:0 auto;
	
}
.header{
	width:100%;
	height:auto;
}
.left-header{
	width:100%;
	height:auto;
	float:none;
	margin:10px 0 0 0;
}
.right-header{
	width:100%;
	height:auto;
	float:none;
}
.upr-head{
	width:100%;
	height:auto;
	float:none;
	padding:0 0 0 0px;
}
.upr-head ul{
}
.upr-head ul li{
	margin:0px 0px 0 0px;
	float:left;
	padding:0 20px 0 0px;
	border-right:none;
}
.upr-head ul li.last{
	border:none;
	
}
.upr-head ul li a{
	font:14px Calibri;
	color:#666;
}
.upr-head ul li a:hover,.upr-head ul li a.active{
	font:14px Calibri;
	color:#000;
}
.low-header{
	width:100%;
	float:none;
}
.menu1{
	width:100%;
	background:#FFF;
	height:auto;
	
}
.menu1-back{
	width:100%;
	height:auto;
	float:none;
	padding:0 0 0 0px;
	margin:0 0 0px 0px;
}
/*==================menu====================*/
nav.topmenu1{
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	
}
nav.topmenu1 ul.link{
	margin:0 0 0 0px;
	display:none;
}
nav.topmenu1 ul.link li{
	float:none;
	margin:0px 0 0 0px;
	line-height:20px;
	border-right:none;
	
}
nav.topmenu1 ul.link li.last{
	border-right:none;
}

nav.topmenu1 ul.link li a{
	display:block;
	/*background:url(New%20folder/toparrow.png) no-repeat 50% 100%;*/
	padding:0 5px  0 5px;
	margin:3px 0 0 7px;
	font-family:Calibri;
	font-size:10px; color:#666;
	line-height:15px;
	text-decoration:none;
}
nav.topmenu1 ul.link li a:hover, nav.topmenu1 ul.link li a.active{
	display:block;
	/*background:url(New%20folder/toparrow.png) no-repeat 50% 100% #2b323c;*/
	/*border-bottom:#ed6c4d 5px solid;*/
	padding:0 5px  0 5px;
	font-family:Calibri;
	line-height:15px;
	font-size:10px; color:#000;
}

/* SUB NAV */
nav.topmenu1 ul.link li ul.sub{
	position:absolute;
	top:0; left:0;
	display:none;
	margin:0 0 0 0;
	width:100%;
	background:#FFF;
	z-index:999999999999999999999999999999;	
}
nav.topmenu1 ul.link li ul.sub li{
	margin:0 0 0 0;
	width:100%;
	border-right:none;
}
nav.topmenu1 ul.link li ul.sub li a{
	display:block;	
	/*border-bottom:#ed6c4d 2px solid;*/
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size:10px; color:#999;
	text-decoration:none;
	margin-top:2px;
}
nav.topmenu1 ul.link li ul.sub li a:hover{
	color:#b6b6b6;
	background-image:none;
	margin-top:2px;
}

nav.topmenu1 ul.link li> ul.sub{
	top:auto; left:auto;
}
nav.topmenu1 ul.link li:hover ul.sub{
	display:block;
}

.menu-btn{
	width:100%;
	height:30px;
	padding:0px;
	margin-bottom:5px;
	background:#ead8d8;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	display:block;
}
.menu-btn:before{
	content:'MENU';
	font-family:Verdana, Geneva, sans-serif;
	color:#b93030;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}
/*==============menu end=======================*/
/*header end*/
/*for index start*/
.wrapper1{
	width:100%;
	margin:0 auto;
}
.exbanner{
	width:100%;
	height:400px;
	padding:0px;
	margin:0px;
	float:left;
}
#slider1_container{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%;
    height: 400px;
}
.new-slide{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:100%; 
	height: 400px;
    overflow: hidden;
}
.exbanner-text{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:right;
	background:#ebebeb;
}
.ex-text1{
	font-size:20px;
	color:#F00;
	padding:8px;
	text-align:center;
	font-weight:bold;
}
.ex-text2{
	font-size:12px;
	color:#666;
	padding:8px;
	text-align:left;
	line-height:20px;
	font-weight:200;
}
.span12 {
    width: 100%;
}
#owl-demo .item{
    margin: 3px;
	width:190px;
	margin-left:50px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.bdr{
	height:2px;
	margin:10px 0 0 0;
	border-top:solid 4px #8ab1da;
}
.footer{
	width:100%;
	margin-top:20px;
	margin-left:0px;
	height:auto;
}
.lfet-footer{
	width:100%;
	float:none;
}
.lfet-footer ul{
}
.lfet-footer ul li{
	padding:0 8px 0 8px;
	border-right:none;
	line-height:15px;
	float:none;
	text-decoration:none;
}
.lfet-footer ul li a{
	font:14px Calibri;
	color:#666;
}
.right-footer{
	width:100%;
	float:none;
}
.rtft-img{
	font:15px bold Arial, Helvetica, sans-serif;
	color:#00F;
}
.rtft-img ul{
}
.rtft-img ul li{
	float:left;
	padding:0 0 0 10px ;
	
}
/*INNER PAGE START*/
.mission{
	width:100%;
	padding:0 0 0px 0;
	margin:10px 0 0 0;
}
.left-mis1{
	width:100%;
	float:none;
	height:auto;	
	padding:5px 0 0 0;
	background:url(../images/linbc.png) repeat-x;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.banner{
	width:100%;
	height:auto;
	border-top:solid 3px #8ab1da;
}
.hrflink{
	width:100%;
	margin:0px 0 0 0;
}
.right-mis{
	width:100%;
	background:#FFF;
	height:auto;
	float:none;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.mistxt{
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	font: 14px Raleway;
	color:#666;
	text-align:left;
	line-height:22px;
}
.mistxt1{
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	font:13px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	line-height:22px;
}
.misbdy-txt{
	width:100%;
	margin:0 auto;
}

.miss-imtxt{
	width:100%;
	height:130px;
	margin:20px 0 0 0;
}
.msitxt{
	width:100%;
	font:13px arial;
	color:#666;
	margin:0;
	line-height:22px;
	text-align:left;
	padding:0px 0 0 0;
}
.trsty{
	width:98.7%;
	height:auto;
	margin:5px 0 0 0;
	/*background:url(../images/missbg.png) repeat;*/
}
.right-trsty{
	width:100%;
	padding:0;
	background:#FFF;
	height:auto;
	float:left;
	/*background:url(../images/bg.jpg) repeat;*/
}
.st-row{
	width:100%;
	height:auto;
	margin:0 0 20px 5px;
	padding:6px 0 0 0px;
	border-top:none;
	-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.st-rowdt{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
	float:none;
}
.right-misad{
	width:100%;
	background:#FFF;
	height:auto;
	float:none;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtfc{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.primary{
	width:100%;
	margin:20px 0 0 0px;
	height:auto;
}
.admis{
	width:100%;
	height:auto;
	margin:0 0 0 0px;
}
.admnimg{
	width:100%;
	height:auto;
	float:none;
}
.adtxt{
	width:100%;
	float:none;
	margin:0 0px;
	
}
.dddtaxt{
	font:12px arial;
	color:#666;
	text-align:justify;
	line-height:18px;
}
.right-misprcon{
	width:100%;
	background:#FFF;
	height:auto;
	float:none;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtsur1{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.clearlin{
	width:1px;
	height:220px;
	background:#CCC;
	margin:30px 110px 0 0 ;
	float:left;
	display:none;
}
.right-contact{
	width:100%;
	height:auto;
	float:left;
}
.more{
	float:left;
	height:40px;
	margin:0 0px 0 150px;
}
.map{
	width:100%;
	height:280px;
	margin:0 auto;
}
.maptxt{
	width:100%;
	height:250px;
	float:left;
	margin-top:30px;
}
.map-sub{
	width:100%;
	height:auto ;
	margin:0;
	font:12px arial;
	text-align:justify;
}
.map-img{
	width:100%;
	height:250px;
	float:left;
}
.right-misprr{
	width:100%;
	background:#FFF;
	height:auto;
	float:none;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtns{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.msitxtns{
	width:100%;
	font:13px arial;
	color:#666;
	margin:0;
	line-height:20px;
	text-align:justify;
	padding:0px 0 0 0px;
}
.img-blg1{
	width:100%;
	height:auto;
	margin:0 auto;
	
}
.msitxt{
	width:100%;
	font:13px arial;
	color:#666;
	margin:0;
	line-height:22px;
	text-align:justify;
	padding:0px 0 0 0;
}
.miss-imtprr{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-missr{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtsr{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.blg-st{
	width:100%;
	height:auto;
	float:left;
	margin:0 0px;
	display:block;
}
.blg-nd{
	width:100%;
	height:auto;
	float:left;
	margin:0 0px;
	display:block;
}
.vis{
	border-bottom:solid 2px #a4d8f6;
	font:20px Berlin Sans FB;
	padding:0 0 0px 0;
	margin:0 0 0px 0;
	color:#b2d2f8;
}
.miss-imtsr1{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.miss-imtmd1{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.msitxtprr{
	width:100%;
	font:15px arial;
	color:#666;
	margin:0;
	line-height:22px;
	
	padding:0px 0 0 0;
}
.right-mismd{
	width:100%;
	background:#FFF;
	height:1550px;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.msitxt{
	width:100%;
	font:11px arial;
	color:#666;
	margin:0;
	line-height:22px;
	text-align:left;
	padding:0px 0 0 0;
}
.miss-imtmd{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-misib{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtib{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.msitxtac{
	width:100%;
	font:11px arial;
	color:#666;
	margin:7px 0 0 0;
	line-height:20px;
	text-align:justify;
	padding:0px 0 0 0;
}
.msitxtib{
	width:100%;
	font:11px arial;
	color:#666;
	margin:5px 0 0 0px;
	line-height:20px;
	text-align:justify;
	padding:0px 0 0 0;
}
.right-misigc{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtigc{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
	
}
.igcsbhd{
	font:20px Raleway;
	color:#666;
	margin:6px 0px;
}
.right-misns{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtns{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.miss-imtns1{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.miss-imtmd4{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-mispr{
	width:100%;
	
	height:900px;
	background:#FFF;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.missinter{
	width:100%;
	padding:0 0 0px 0;
	margin:10px 0 0 0;
}
.mnnbc{
	background:url(../images/mnnbc.png) repeat;
	width:100%;
	height:auto;
	
}
.right-activity{
	width:100%;	
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
background:#FFF;
}
.in-imtmdintr{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.fast-acti{
	height:auto;
	margin:10px 0 0px 0;
}
.fast-actrw1{
	width:100%;
	height:auto;
	background:url(../images/activ.png) repeat;
	float:left;
	margin:10px 0px 0 0;
}
.avt-subtxt{
	width:100%;
	margin:0 auto;
	font:14px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-align:justify;
	color:#666;
}
.fast-acti3{
	height:auto;
	margin:10px 0 0px 0;
}
.fast-actrw{
	width:100%;
	height:auto;
	background:url(../images/activ.png) repeat;
	float:left;
	margin:10px 0px 0 0;
}
.fast-acti2{
	height:auto;
	margin:10px 0 0px 0;
}
.fast-actrw2{
	width:100%;
	height:auto;
	background:url(../images/activ.png) repeat;
	float:left;
	margin:10px 0px 0 0;
}
.careeright-mispr{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.caeerimtns{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-spical{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.in-spical{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.in-blg{
	width:100%;
	height:auto;
	margin:0 auto;
	
}
.right-medcl{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-med{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.blg-st1{
	width:100%;
	height:auto;
	float:left;
	margin:5px 0px;
}
.blg-st1new{
	width:100%;
	height:auto;
	float:left;
	margin:0 10px;
}
.right-labspt{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.in-imtmd{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.miss-imtlb{
	width:100%;
	height:auto;
	
	margin:20px 0 0 0px;
}
.st-labospt{
	width:100%;
	height:auto;
	float:left;
	padding:0 0 0 0px;
	margin:0px auto;
}
.st-labosptnew{
	width:100%;
	height:auto;
	float:left;
	padding:0 0 0 0px;
}
.nd-labospt{
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
}
.nd-labosptnew{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 0 0px;
}
.right-misstn{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtstn{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.miss-stnd{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-misprkal{
	width:100%;
	background:#FFF;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtsur{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-misprsr{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.logoare{
	width:100%;
	height:auto;
	margin:10px 0 0 0;
}
.txt-logo{
	width:100%;
	float:left;
	height:auto;
	padding:10px 0 0 0px;
}
.msitxtsulg{
	width:100%;
	font:13px arial;
	color:#666;
	margin:0;
	line-height:26px;
	text-align:justify;
	padding:0px 0 0 0;
}
.miss-imtprsr{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-din{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.din-imtmd{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-infi{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.right-lab{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.st-labo{
	width:100%;
	height:auto;
	float:left;
	padding:0 0 0 0px;
}
.nd-labo{
	width:100%;
	height:auto;
	float:left;
}
.right-libray{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-imtnla{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.right-teach{
	width:100%;
	background:#FFF;
	height:auto;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.miss-tech{
	width:100%;
	height:auto;
	
	margin:10px 0 0 0px;
}
.adright-mis{
	width:100%;
	background:#FFF;
	height:900px;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.admiss-imtxt{
	width:100%;
	height:auto;
	
	margin:20px 0 0 0;
}
.adright-fee{
	width:100%;
	background:#FFF;
	height:auto;
	float:right;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.fee-chat{
	width:100%;
	margin:0 auto;
	height:auto;
}
.admiss-fee{
	width:100%;
	height:auto;
	
	margin:20px 0 0 0;
}
.admiss-fee1{
	width:100%;
	height:auto;
	
	margin:20px 0 0 0;
}
.right-adfrm{
	width:100%;
	background:#FFF;
	height:500px;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.name-from1{
	width:100%;
	height:auto;
	margin:0 0 0px 0;
}
.name-from2{
	width:100%;
	height:80px;
	padding:0 0 0 0px;
	margin:0 0 0px 0;
}
.right-adenq{
	width:100%;
	background:#FFF;
	height:793px;
	float:left;
	-moz-box-shadow: 3px 2px 5px #756f6f;
-webkit-box-shadow: 3px 2px 5px #756f6f;
box-shadow: 3px 2px 5px #756f6f;
}
.left-enry{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 0 0px;
}
.addenry{
	margin:10px 0 0 0;
	width:100%;
	height:auto;
}
.class-chat{
	width:100%;
	height:auto;
	padding:0 0 0 0px;
}
.cls-chtbx{
	width:100%;
	height:1000px;
	margin:10px 0 0 0;
	border:solid 1px #666;
}
.cht-bxt{
	width:40%;
	float:left;
	margin:7px 15px 0 10px;
}
.cht-bxt1{
	width:40%;
	float:left;
	margin:7px 10px 0 10px;
}
.left-contact1{
	width:100%;
	height:1000px;
	float:left;
	margin:0 0 0 0px;
}
.addfromen{
	margin:10px 0 0 0;
	width:100%;
	height:1000px;
}
.menu-trigger{
	width:100%;
	height:30px;
	padding:0px;
	margin:0px;
	background:#78c7d8;
	display:block;
	cursor:pointer;
	
}


}

@media screen and (max-width:600px) {
.exbanner{
	width:100%;
	height:141px;
	padding:0px;
	margin:0px;
	float:left;
}
#slider1_container{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%;
    height: 141px;
}
.new-slide{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width:100%; 
	height: 141px;
    overflow: hidden;
}
.mistxt{
	width:100%;
	margin:0 auto;
	padding:20px 0 0 0;
	font: 12px Raleway;
	color:#666;
	text-align:left;
	line-height:22px;
}
.mistxt1{
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	line-height:22px;
}




}
