.sliderwrapper{ position: relative; /*leave as is*/ overflow: hidden; /*leave as is*/ background: #fff; width: 662px; height: 402px; }

.sliderwrapper .contentdiv{ visibility: hidden; /*leave as is*/ position: absolute; /*leave as is*/ left: 0;  /*leave as is*/ top: 0;  /*leave as is*/ width: 662px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */ height: 347px; }

#feature {display:block; height:402px; width:100%; }

.pagination {display:block;position:absolute; left:0px; top:347px; width:662px; height:85px; border:none; }
#feature ul {margin:0; padding:0; }
#feature #tabs li { display:block; float:left; text-align:left; margin:0; padding:0; height:55px; width:87px; font-size:10px;} 
#feature #tabs li.genarrow, #feature #tabs li.siemensnarrow,#feature #tabs li.navnarrow, #feature #tabs li.toshibanarrow { width:46px; } 
#feature #tabs li.aegisnarrow { width:45px; } 
#feature #tabs li.aegis { width:85px; } 
#feature #tabs a{ text-decoration: none; color:#fff; height:55px; margin:0; padding:4px 0 0 9px; display:block; background:#626262; }

#feature #tabs li.aegisnarrow a {background:url(images/homepage/button-aegis-scan-1.png) top left no-repeat; }
#feature #tabs li.aegisnarrow a.selected {background:url(images/homepage/button-aegis-scan-2.png) top left no-repeat; }

#feature #tabs li.genarrow a {background:url(images/homepage/button-ge-scan-1.png) top left no-repeat;}
#feature #tabs li.genarrow a.selected {background:url(images/homepage/button-ge-scan-2.png) top left no-repeat;}

#feature #tabs li.siemensnarrow a {background:url(images/homepage/button-siemens-scan-1.png) top left no-repeat;}
#feature #tabs li.siemensnarrow a.selected {background:url(images/homepage/button-siemens-scan-2.png) top left no-repeat;}

#feature #tabs li.toshibanarrow a {background:url(images/homepage/button-toshiba-scan-1.png) top left no-repeat;}
#feature #tabs li.toshibanarrow a.selected {background:url(images/homepage/button-toshiba-scan-2.png) top left no-repeat;}

#feature #tabs li.navnarrow a {background:url(images/homepage/button-navigation-scan-1.png) top left no-repeat;}
#feature #tabs li.navnarrow a.selected {background:url(images/homepage/button-navigation-scan-2.png) top left no-repeat;}

/*#feature #tabs li.aegisnarrow a.selected, #feature #tabs li.genarrow a.selected, #feature #tabs li.siemensnarrow a.selected, #feature #tabs li.toshibanarrow a.selected, #feature #tabs li.navnarrow a.selected, #feature #tabs li.aegisnarrow a:hover, #feature #tabs li.genarrow a:hover, #feature #tabs li.siemensnarrow a:hover, #feature #tabs li.toshibanarrow a:hover, #feature #tabs li.navnarrow a:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=70); opacity: .7;}*/

#feature #tabs a.selected, #feature #tabs a:hover { background:#7db2d2; }

