/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: absolute; left:35px; top:38px;
	z-index:10;
    width:642px;
	height:319px;
	overflow:hidden;

}
.stContainer div {

    position: absolute; z-index:2; top:0px; left:0px;    
    height: 319px;
    width:642px;
    overflow:hidden;    
}

.stContainer span { position:absolute; right:35px; top:30px; z-index:10; text-align:right; font-family:'DauphinRegular'; font-size:22px; line-height:31px; color:#ffd49d;}


.stContainer ul {
    display:block;
    list-style: none;    
    position: absolute;        
    border: 0;
	z-index:11;
	right:30px;
	bottom:20px;
	
}
.stContainer ul li{ 
    position: relative;
	display:block;
	float:left;
    margin: 0;
    padding: 0;    

    margin-right:4px;
	height:12px;
	width:12px;

	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:12px;
	width:12px;
	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
}

