#carousel_OuterBox
{
width:auto;
overflow:hidden;
bottom: 0;

}

.center {
    margin: auto;
    width: 60%;
}

#carousel_SliderBox
{

position: relative;
bottom: 0;
width:auto;
animation-name:abc;
animation-duration:10s;
animation-iteration-count:infinite;

}
#carousel_SliderBox img
{
float:left;

}
@keyframes abc
{
0%
{
	left:0px;
}
10.4%
{
	left:0px;
}	
13%
{
 left:-125px;	
}
20.8%
{
 left:-125px;	
}
23.4%
{
	left:-265px;
}
31.2%
{
	left:-265px;
}
33.8%
{
	left:-380px;
}
41.6%
{
	left:-380px;
}

44.2%
{
	left:-480px;
}
52%
{
	left:-480px;
}
54.6%
{
	left:-600px;
}
62.4%
{
	left:-600px;
}
65%
{
	left:-720px;
}
72.8%
{
	left:-720px;
}
75.4%
{
	left:-840px;
}
83.2%
{
	left:-840px;
}
85.8%
{
	left:-960px;
}
93.6%
{
	left:-960px;
	
}
96.2%
{
	left:-1080px;
}
104%
{
	left:-1080px;
}
}