﻿.pagerGalerije
{     
	position:relative;
	margin-bottom:40px;
	margin-top:-60px;
	text-align:center;
	width:430px; 
	height:40px; 
}
.stepcarousel{
        position: relative; /*leave this value alone*/ /*border: 2px solid navy;*/
        overflow: scroll; /*leave this value alone*/ /*width: 710px;*/
        height: 30px; /*Height should enough to fit largest content's height*/
        width:300px;
        float:left;  
        margin-top:15px;   
}
.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
    float:left;  
}
.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/ /*margin: 10px; /*margin around each panel*/
    width: 50px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    text-align: left;
}
.butnav
{
	float:left;  
	margin:0px 10px 0px 10px;   
	cursor:pointer;  
}
.panel a
{
	color:#295801;
	font-family:Georgia,Times New Roman,Serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;  
	text-decoration:none;
	width:50px;
}
.panel a:hover
{
	color:#96C505;
	text-decoration:underline;
}
.selectedpage:link
{
	font-size:15px;  
	text-decoration:underline; 
	color:#96C505;
	border-style:solid; border-color:#96C505; border-width:1px;	 	    
	 
}
.selectedpage
{
	border-style:solid; border-color:#96C505; border-width:1px;	 	    
}
