/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: relative;
	z-index:1;
    width:860px;
	height:469px;
	padding-top:0px;
	overflow:hidden;
    border:1px #444444 dotted;
	
}
.stContainer > div {

    position: relative;    
    margin:             0 0 0 0; 
    padding:            0px;
    height:469px;
    width:860px;
    overflow:hidden;  
    
}

.stContainer > div > div.caption {

    position: absolute;    
	left:0px; 
	bottom:20px;	   
  	z-index:1;
	width:820px;
	height:133px;
	background:url(../images/px1.png) 0 0 repeat; box-shadow: 0px 0px 10px black; -moz-box-shadow: 0px 0px 10px black; -webkit-box-shadow: 0px 0px 10px black;
	padding:20px 20px 0 20px;
}

.stContainer > div > div.caption > span.txt1 { left:20px; width:600px;  padding:0px 0px 0 0px; font-size:30px; color:#cccccc;  font-family:'LeagueGothic'; line-height:35px; text-align:left; letter-spacing:0px;}

.stContainer > div > div.caption > span.txt2 { left:0px; width:700px; height:133px; color:#bdbdbd; padding-top:20px; font-size:16px; color:#999999;  font-family:'PTSansNarrowRegular'; text-transform:none; line-height:16px; text-align:left; }








.stContainer  ul {
    display:block;
    list-style: none;    
    position: absolute;        
    border: 0;
	z-index:10;
	right:15px;
	bottom:15px;

	
}
.stContainer ul li{ 
    position: relative;
	display:block;
    margin: 0;
    padding: 0; float:left;    

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

	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:14px;
	width:14px;
	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
}

