﻿#outerbox
{
width:1026px;
overflow:hidden
}
#sliderbox
{
position:relative;
width:5130px;
animation-name:ravindra;
animation-duration:25s;
animation-iteration-count:infinite

}
#sliderbox img
{
float:left;
	
}
@keyframes ravindra
{
0%
{
left:0px;

}
16%
{
left:0px;
}
25%
{
left:-1026
}
36%
{
left:-1026
}
40%
{
left:-2052
}
56%
{
left:-2056
}
60%
{
left:-3078
}
76%
{
left:-3078
}
80%
{
left:-4104
}
96%
(
left:-4104
}
100%
{
left:-5130
	
}






