﻿/*Image Slider*/
.stepcarousel1{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 615px;

height: 245px; /*Height should enough to fit largest content's height*/
float:left;
}

.stepcarousel1 .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel1 .panel{
float: left; /*leave this value alone*/
margin: 5px; /*margin around each panel*/
width: 120px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
text-align:center;
}


/*Image Slider end*/


.celebrity_achivements{text-align:center; margin:5px 0px;}
.achivements1{float:left; width:200px;}
.achivements2{float:left; width:40px;}
.achivements3{float:left; width:150px;}

