F@charset "utf-8";

/* CSS Galeria */

.stepcarousel{
position: absolute; /*leave this value alone*/
top:0px;
left:0px;
border: none;
overflow: scroll; /*leave this value alone*/
width: 100%;
height: 100%; /*Height should enough to fit largest content's height*/
z-index:5;
}
 
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
z-index:5;
}
 
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
padding-right: 10px;
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
z-index:5;
}
 
 
#galleryc{
width: 100%;
height: 480px;
border: none;
z-index:5;

}
 
#galleryc .panel{
height: 480px;
z-index:5;
} 


			
