/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
	position: absolute;
	left:220px;
	top:50px;
	z-index:10;
	width:550px;
	height:533px;
	overflow:hidden;

}
.stContainer div {
	position: absolute;
	z-index:2;
	top:60px;
	left:50px;
	height: 434px;
	width:456px;
	overflow:hidden;
}

.slide_bg2 {

    position: absolute; z-index:1; top:85px; left:95px; background:#fff;    
    height: 307px;
    width:277px;
    
}

.slide_bg {
	position:absolute;
	display:block;
	z-index:10;
	top:0;
	left:0;
	height:514px;
	width:530px;
	background:url(../images/slide_bg.png) top left no-repeat
}

.stContainer ul {
	display:block;
	list-style: none;
	position: absolute;
	border: 0;
	z-index:11;
	left:240px;
	bottom:40px;
	
}
.stContainer ul li{ 
    position: relative;
	display:block;
	float:left;
    margin: 0;
    padding: 0;    

    margin-top:4px;
	height:20px;
	width:20px;

	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:20px;
	width:20px;
	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
}
