.wt-scroller{
position:relative;	
display:block;
font-family:Arial,Helvetica,sans-serif;
background:none;
width:50px!important;
height:103px;
padding-top:10px;
margin-left:24px;
}
.wt-scroller .slides{
position:relative;
width:76px!important;
height:103px;
float:left;
overflow:hidden;
margin-left:20px;
z-index:1;
}

.master-wrapper .wt-scroller .slides{
position:relative;
width:76px!important;
height:100px;
float:left;
overflow:hidden;
margin-left:10px;
z-index:1;
}



.wt-scroller .slides ul{
list-style:none;
position:relative;
width:99999px;
margin:0;
padding:0;
z-index:0;
overflow:hidden;
}
.wt-scroller .slides li{
position:relative;
display:block;
float:left;
overflow:hidden;

}
.wt-scroller .slides li img{
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
top:0px !important;
background:url(http://www.inspirationschoolkgm.org/images/toppers-arrow.png) no-repeat center bottom;
padding-bottom:8px;
}
.wt-scroller .slides li p{
position:absolute;
top:0;
left:0;
z-index:1;
color:#b22b40;
font-size:12px;	
width:310px;
height:40px;
padding:0px;
margin:0;
visibility:hidden;
text-align:center;
margin-top:3px;
font-family:Arial;
font-size:12px;

}
.wt-scroller .outside{

}
.wt-scroller .inside{

}
.wt-scroller .ie-inside{

}
.wt-scroller .prev-btn,
.wt-scroller .next-btn{
float:left;
position:relative;
width:11px;
height:30px;	
cursor:pointer;
}
.wt-scroller .prev-btn{
background: url("images/nav-img.png") no-repeat scroll 0 0 transparent;
    height: 30px !important;
    left: -14px;
    position: absolute;
    top: 71px;
    width: 11px !important;}
.wt-scroller .next-btn{
    background: url("../images/nav-img.png") no-repeat scroll -11px top transparent;
    height: 30px !important;
    position: absolute;
    right: -75px;
    top: 71px;
    width: 11px !important;}
.wt-scroller .prev-btn.off,
.wt-scroller .next-btn.off{
-moz-opacity:.5;
opacity:.5;
filter:alpha(opacity=50);
cursor:default;
}
.wt-scroller .lower-panel{
display:block;
position:relative;
clear:both;
text-align:center;
font-size:0;
}
.wt-scroller .scroll-bar{
position:relative;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
width:100%;
height:5px;
cursor:pointer;
overflow:hidden;
}
.wt-scroller .thumb{
position:absolute;
top:0;
left:0;
width:100px;
height:5px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background-color:#FFF;
background:-moz-linear-gradient(top, #FFF 0%, #CCC 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#CCC));
}
.wt-scroller .thumb:active{
background-color:#EEE;
background:-moz-linear-gradient(top, #CCC 0%, #FFF 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(100%,#FFF));
}
.wt-scroller .index,
.wt-scroller .index-hl{
position:relative;
display:inline-block;
width:7px;
height:7px;
margin:0 7px;
background-image:url(http://www.inspirationschoolkgm.org/topper_Slider/assets/scroller-icons.png);
background-repeat:no-repeat;
}
.wt-scroller .index{
background-position:-25px 0;
cursor:pointer;
}
.wt-scroller .index:active{
background-position:-39px 0;
}
.wt-scroller .index-hl{
background-position:-32px 0 !important;
cursor:default;
}
.wt-scroller .m-prev,
.wt-scroller .m-next{
position:absolute;
width:30px;
height:80px;
top:50%;
margin-top:-40px;
line-height:80px;
font-size:26px;
text-align:center;
color:#DDD;
background:#000;
cursor:pointer;
z-index:5;
}
.wt-scroller .m-prev:hover,
.wt-scroller .m-next:hover{
color:#FFF;
}
.wt-scroller .m-prev.off,
.wt-scroller .m-next.off{
-moz-opacity:0;
opacity:0;
filter:alpha(opacity=0);
cursor:default;
}
.wt-scroller .m-prev{
left:0;
-moz-border-radius-topright:6px;
-moz-border-radius-bottomright:6px;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
}
.wt-scroller .m-next{
left:100%;
margin-left:-30px;
-moz-border-radius-topleft:6px;
-moz-border-radius-bottomleft:6px;
border-top-left-radius:6px;
border-bottom-left-radius:6px;
}