/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: absolute; top:46px; left:212px;
	z-index:10;
    width:770px;
	height:495px;
	overflow:hidden;

}

.stContainer > span {

    position: absolute;
	left:0;
	top:0;
	z-index:5;
    height:495px;
    width:770px;
	-moz-box-shadow: inset 0 0 30px 30px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0 0 30px 30px rgba(0,0,0,0.75);
	box-shadow: inset 0 0 30px 30px rgba(0,0,0,0.75);
}

.stContainer > div {

    position: relative;     
    margin:             0 0 0 0; 
    padding:            0px;
    height:495px;
    width:770px;
    overflow:hidden;   
}

.stContainer > div > div.caption {

    position: absolute;    
	left:0px; 
	bottom:0px;	   
  	z-index:1;
	width:720px;
	height:135px;
	background:url(../images/slide_bg.png) 0 0 repeat;
	padding:30px 50px 0 0px;
	text-align:right;
}

.stContainer > div > div.caption > span.txt1 { display:inline-block; padding-bottom:0px; font-size:60px; color:#fff;  font-family:'MyriadProBoldCondensed';line-height:60px; letter-spacing:0px;}

.stContainer > div > div.caption > span.txt2 { display:inline-block; padding-bottom:15px; font-size:60px; color:#a1c9e2;  font-family:'MyriadProBoldCondensed';line-height:40px; letter-spacing:0px;}


#tabs-2 > div.caption > span.txt2 { font-size:40px!important; }

#tabs-3 > div.caption > span.txt2 { color:#ff9000!important; }







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

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

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

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

