/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position:relative; 
	z-index:1;
    width:970px;
	height:600px;
	overflow:hidden;

}
.stContainer div {

    position: relative;    
    margin:             0 0 100px 0; 
    padding:            0px;
    height: 519px;
    width:970px;
    overflow:hidden;    
}



.stContainer ul {
    display:block;
    list-style: none;    
    position: absolute;        
    border: 0;
	z-index:111;
	right:10px;
	bottom:20px;
	
}
.stContainer ul li{ 
    position: relative;
	display:block;
    margin: 0;
    padding: 0; float:left;    

    margin-right:4px;
	height:13px;
	width:13px;

	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:13px;
	width:13px;
	outline-style:none!important; background: url(../images/smart_tab_pin.png) top no-repeat
	
	}

.stContainer ul li a:hover{ background: url(../images/smart_tab_pin_active.png) top no-repeat}
	




.stContainer ul li a.sel { 
 background:url(../images/smart_tab_pin_active.png) top no-repeat
}
.stContainer ul li a.dis {
 background:url(../images/smart_tab_pin_active.png) top no-repeat
}

.stContainer tekst {
position: absolute;
z-index: 2;

right: 5%;
color: #ad3232;
padding: 22px 0;
font-size: 18px;
font-family: Verdana, fantasy;
}
