/* js-disabled class - set image sizes so they all fit in the viewer */


.js-disabled img { 
width:1516px;
height:105px;
display:block;
float:left;
}

#outerContainer {
background:url(../img/televisio.png) center top no-repeat;
width:208px;
height:135px;
margin-right:13px;
padding-right:18px;
float:right;
position:relative;
}

#imageScroller {
width:170px;
height:135px;
position:relative;
}

#viewer {
background: #000000; 
width:173px;
height:97px;
overflow:hidden;
margin-top:8px;
position:relative;
}

#imageScroller a:active, #imageScroller a:visited {
color:#000000;
}

#imageScroller a img {
border:0;
}

#controls {
width:146px;
height:47px;
position:absolute;
z-index:10;
}

#controls a {
width:37px;
height:35px;
position:absolute;
}

#controls a:active, #controls a:visited {
color:#0d0d0d;
}

/* Second imageScroller */

.js-disabled2 img { 
width:1516px;
height:97px;
display:block;
float:left;
}

#outerContainer2 {
background:url(../img/televisio.png) center top no-repeat;
width:208px;
height:135px;
margin-right:13px;
margin-top:10px;
padding-right:18px;
float:right;
position:relative;
}

#imageScroller2 {
width:170px;
height:135px;
position:relative;
}

#viewer2 {
background: #000000; 
width:173px;
height:97px;
overflow:hidden;
margin-top:8px;
position:relative;
}

#imageScroller2 a:active, #imageScroller2 a:visited {
color:#000000;
}

#imageScroller2 a img {
border:0;
}

#controls2 {
width:146px;
height:47px;
position:absolute;
z-index:10;
}

#controls2 a {
width:37px;
height:35px;
position:absolute;
}

#controls2 a:active, #controls2 a:visited {
color:#0d0d0d;
}