    /* Data Viewer */
	
.column{
	width:600px;
	float:left;
	margin-top:30px;
	z-index:10;
}
.datas{
	margin: 30px 30px 80px 300px;
	#margin: 30px 30px 80px 20px;
	padding: 50px 50px 20px 26px;
	overflow: visible;
	height:auto;
	border: none;
	float:left;
	position:relative;
	top:-200px;
	z-index:0;
}
	.example{
		float:left;
		
		}
    #Viewer {width:580px;color:#000;padding:19px 15px; height:auto; float:left;color:#333333;
font-size:13px;
line-height:1.5em;margin-left:15px; position:relative; top:20px;}
    #Viewer p{
font-size:12px;
}
    #Viewer h1{
margin-bottom:10px;
}
    #Cmd_NextItem { position:absolute; right:0px; top:-20px; text-decoration:underline; color:#fff; z-index:3; cursor:pointer;}
    #Cmd_PreviousItem { position:absolute; left:0px; top:-20px; text-decoration:underline; color:#fff; z-index:3; cursor:pointer;}

    /* Generic Carousel Properties */
    .carousel { position:relative; clear:both; 
    }
    .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;
        list-style-type:none; margin:0px; 
    }
    #Carousel .item .email {display:none;} 

    /* Horizontal Carousel */
    #Carousel2 { height:88px; width:610px!important; }
    #Carousel2 .container { left:40px;width:570px!important; height:107px;top:12px; } 
	 * html #Carousel2 .container { width:530px!important;}         
   #Carousel2 .item { height:113px;  width:134px; float:left; clear:right; }
    #Carousel2 .item .icon img { position:relative; left:0px; width:131px !important; cursor:pointer; 
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}
	    #Carousel2 .selected .icon img { position:relative; left:0px;  cursor:pointer; 
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
    #Carousel2 .navButton { position:absolute; bottom:0px; width:24px; height:87px; }
    #Carousel2 .navButton.previous {  left:0px; top:25px; background-image:url('../images/content/button.left.jpg');}
    #Carousel2 .navButton.next { right:0px; top:25px; background-image:url('../images/content/button.right.jpg'); }

    /* Hide data items from selector */
    #Carousel2 .item .key { display:none;}
    #Carousel2 .item .picture { display:none;}
	.caption {  width:558px;float:left;}
	.box_data {  width:558px;float:left; border:#3f4b46 solid 1px; padding:10px; margin:10px 0 10px 0; font-size:12px;}
	.box_features{width:560px;float:left;padding:10px; margin:10px 0 10px 0;}
	.box_features ul{}
	.box_features ul li{line-height:21px; background:url(images/right_arrow.jpg) no-repeat -1px 6px;padding:0 0 0 15px;}
	.box_features h2{color:#c0e45d; font-size:18px;}
	.white_txts{font-size:18px;}
	.green_txts{font-size:18px; color:#c0e45d;}
	.read{color:#339933; text-decoration:underline;}
	.read:hover{text-decoration:none;}
	
	
		#ViewerData a{color:#339933; text-decoration:underline;}
	#ViewerData a:hover{text-decoration:none;}
	.advisory{
	position:absolute; top:-190px; left:-15px; background:#fff; width:600px; height:70px;
	}
	* html .advisory{
	left:-30px;
	}
