<!--
/* hide from incapable browsers */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    width:500px; height:95px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:relative; 
    width:480px; height:15px;
    display:block; /* display:none initially */
    font-size:2px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:12px; top:0;
    width:458px; height:13px; 
    background: #999999;
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:11px; 
    background-color:#ceced6;
  }  
div#left { position:absolute; left:0; top:0;
}

div#right { position:absolute; right:0; top:5;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right 
{
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block;
} 

body {
	margin:0px 0px; padding:0px;
	text-align:center;
}
	
#ContentX {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#fff;
	
}

#Container {
	width:960px;
	height:730px;
	margin:10px auto;
	text-align:left;
	left:-100px;
	padding:0px;
	background-color:#fff;
}

#ContainerX {
	overflow:hidden;
	top:-100px;
	width: 1200px;
	height:790px;
	margin: auto;
	z-index:0;
	
}
#Steel {
	position:relative;
	left:220px;
	top:-1300px;
	width:735px;
	height:596px;
	z-index:1;
	background-image: url(../img/steel_vnr.gif);
	overflow:hidden;
}


#SteelPres {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_presentations_568.jpg);
	overflow:hidden;
}

#SteelFashion {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_fashion_568.jpg);
	overflow:hidden;
}

#SteelProfiles {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_profiles_568.jpg);
	overflow:hidden;
}

#SteelWeb {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_web_568.jpg);
	overflow:hidden;
}

#SteelComm {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_commercials_568.jpg);
	overflow:hidden;
}

#SteelVS {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_vs_568.jpg);
	overflow:hidden;
}

#SteelRL {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_rl_568.jpg);
	overflow:hidden;
}

#SteelContact {
	position:relative;
	left:90px;
	top:-1300px;
	width:735px;
	height:568px;
	z-index:1;
	background-image: url(../img/bg_contact_568.jpg);
	overflow:hidden;
}

#Video {
	position:relative;
	left:244px;
	top:-1835px;
	width:525px;
	height:410px;
	z-index:2;
	margin-left: -50px;
	background-image:url(../img/qt_bg.jpg);
	overflow:hidden;
}

#VideoPlace {
	position:relative;
	left:12px;
	top:10px;
	z-index:2;
}

#Logo {
	position:relative;
	left:490px;
	top:0px;
	width:200px;
	height:79px;
	z-index:400;
	background-image:url(../img/logo.gif);
}

#Scroller {
	position:relative;
	left:125px;
	top:450px;
	width:433px;
	height:200px;
	z-index:200;
	margin-left:0px;
}

#clientNav {
	position:relative;
	left:130px;
	top:-2020px;
	width:400px;
	height:50px;
	z-index:200;
	margin-left:0px;
}

#Wheel {
	position:relative;
	left:650px;
	top:-1880px;
	width:307px;
	height:307px;
	z-index:1;
}

#VNav {
	position:relative;
	left:0px;
	top:-620px;
	width:89px;
	z-index:3;
}

#RightMark {
	position:relative;
	left:840px;
	top:20px;
	width:44px;
	height:649px;
	z-index:3;
	background-image: url(../img/right-crop-temp.gif);
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


-->
