/*   
  SmartTab plugin v0.99
  jQuery Tab Control Plugin
  
  http://tech-laboratory.blogspot.com
  http://techlaboratory.wordpress.com
*/
.stContainer {
    position: relative;
    margin:0;
    padding:0;        
    width:586px;
	height:352px; background:url(../images/bg_monitor.jpg) left top no-repeat; right:20px; bottom:-35px; z-index:0;

}
.stContainer div{ position:relative}
.stContainer div img{ margin:20px}
.stContainer div span.text {

    position: absolute;    
    margin:0;
	right:50px; top:190px;	   
  	z-index:110;
    font-family: 'ExistenceLight'; text-shadow:#000 1px 1px 2px;
	height:110px;
	display:block; font-size:42px; color:#fff; line-height:50px; white-space:nowrap; padding-top:50px

}
.stContainer ul {
    display:block;
    list-style: none;    
    position: absolute;    
    margin: 0;     
    border: 0;
	z-index:111;
	left:240px;
	top:310px;
	
}
.stContainer ul li{ 
    position: relative; 
    margin: 0;
    padding: 0;    
   /* border-bottom: 0px solid #E0E0E0 !important; */ 
    float: left; margin-right:0px;
	height:15px;
	width:15px;
	 padding:2px
	
	
}
.stContainer ul li a { 
	display:block;
	margin:0;
	text-decoration: none;
	height:15px;
	width:15px;
	outline-style:none; background: url(../images/disk.gif) top no-repeat
	
	}

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

.stContainer ul li a small { 
  font: normal 12px Arial;
  float:left;
  color:#2148bf; text-decoration:none!important; line-height:30px; cursor:pointer
}
.stContainer ul li a:hover small { text-decoration:underline}



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

