/* Data Viewer */
#Viewer { float:left; width:600px; height:380px; margin:5px 0 25px 25px; text-align:center; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
#ViewerData { border:7px solid #183E4B;  width:600px; }
/* Generic Carousel Properties */
    .carousel { position:relative; clear:both; left:20px; margin-top:10px; }
.carousel .navButton { cursor:pointer; display:block; text-indent:-9999px; background-repeat:none; z-index:10; }
.carousel .container { position:absolute; overflow:hidden; }
.carousel .items { position:absolute; }
.carousel .item { position:relative; cursor:pointer; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity:0.7; opacity:0.7; list-style-type:none; margin:0px; }
.carousel .item.hover,
.carousel .item.selected {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity:1.0; opacity:1.0; }
/* Horizontal Carousel */
#Carousel2 { height:102px; width:986px; margin-left:-44px; margin-bottom:50px;}
#Carousel2 .container { left:40px; width:896px; height:142px; }
#Carousel2 .items { top:0; left:2px; width:2500px; }
#Carousel2 .item { height:90px; width:160px; float:left; margin-top:5px; margin-bottom:5px; margin-left:10px; margin-right:10px; clear:right; }
/*#Carousel2 .item:hover { border:5px solid #006699; margin:0; } */
#Carousel2 .item .icon img { position:relative; left:0px; width:160px; height:90px; cursor:pointer; border:1px solid #000; }
#Carousel2 .navButton { position:absolute; bottom:0px; width:24px; height:70px; }
#Carousel2 .navButton.previous { left:0px; background: url('../images/arrow_left.gif') no-repeat; }
#Carousel2 .navButton.next { right:0px; background: url('../images/arrow_right.gif') no-repeat; }
/* Hide data items from selector */
#Carousel2 .item .key { display:none; }
#Carousel2 .item .picture { display:none; }


#Carousel2 .item .icon img:hover {border:6px solid #006699; margin:0;width:150px; height:80px;}
	
}