/* 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:8; }
.carousel .container { position:absolute; overflow:hidden; }
.carousel .items { position:absolute; }
.carousel .item { position:relative; cursor:pointer; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity:1.0; opacity:1.0; 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:300px; width:400px;  margin-bottom:50px; margin-left:-20px;}
#Carousel2 .container {  width:400px; height:279px; }
#Carousel2 .items { top:0; left:2px; width:2500px; }
#Carousel2 .item { height:300px; width:400px; float:left; margin-top:5px; margin-bottom:5px; margin-left:0px; 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:22px; height:180px; }
#Carousel2 .navButton.previous { left:0px; background: url('../images/arrow_left.jpg') no-repeat; }
#Carousel2 .navButton.next { right:0px; background: url('../images/arrow_right.jpg') no-repeat; }
/* Hide data items from selector */
#Carousel2 .item .key { display:none; }
#Carousel2 .item .picture { display:none; }


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

#Carousel3 { height:430px; width:687px;  margin-bottom:50px; margin-left:-150px; padding-left:40px; padding-top:12px; background-repeat:no-repeat;background-position:-2px 1%;}
#Carousel3 .container {  width:700px; height:430px; }
#Carousel3 .agent_container {  width:700px; height:513px; overflow:hidden; position:absolute; }
#Carousel3 .items { top:0; left:2px; width:5000px; }
#Carousel3 .item { height:390px; width:606px; float:left; padding-left: 37px; margin-top:5px; margin-bottom:5px; margin-left:0px; margin-right:0px; clear:right; }
/*#Carousel3 .item:hover { border:5px solid #006699; margin:0; } */
#Carousel3 .item .icon img { position:relative; left:0px; width:160px; height:90px; cursor:pointer; border:1px solid #000; }
#Carousel3 .navButton { position:absolute; bottom:0px; width:57px; height:175px; }
#Carousel3 .navButton.previous { background: url('../images/arrow_left_large.gif') no-repeat; left: 35px;}
#Carousel3 .navButton.next { right:0px; background: url('../images/arrow_right_large.gif') no-repeat; }
/* Hide data items from selector */
#Carousel3 .item .key { display:none; }
#Carousel3 .item .picture { display:none; }


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