.appsCarousel{ 
height:93px; 
width:647px;
margin-left:14px;
padding-bottom:5px;
}


.navMenu {
	width:100%;
	height: 100%;			
	position: relative;	
	overflow: hidden; 
background-color:#4b8c60;	
}

.colorE{
 	background-color:#f1f1f1;
}

.colorS{
 	background-color:#E6E6E6;
 	cursor: pointer;
}

.btnLeft {	
	height:336px;
	width:41px;	
	position:absolute;	
	z-index: 2;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.imgBorder {
	border: 1px #bfbfbf solid;
}

.btnRight { 		
	height:93px;
	width:41px;
	left:606px;
	position:absolute;
	z-index: 2;
	opacity:0.9;
	filter:alpha(opacity=90);
	
}

.selectItem {	
	cursor: pointer;
}

.appCar a {	
	font-weight:bold;
	text-decoration: none;	
	color: #ffffff;	
}
.appCar a:hover {	
	text-decoration: underline;	
}

.divDashLeft{ 	height:336px;
	width:3px;
	left:41px;
	background:url("divDashLeft.png") repeat-y;
	position:absolute;
	z-index: 2;}
	
	.divDashRight{ 	height:336px;
	width:3px;
	left:650px;
	background:url("divDashRight.png") repeat-y;
	position:absolute;
	z-index: 2;}
	
.appCar{color:#ffffff;
font-size:11px;
width:165px;
text-align:left;
line-height:14px;
height:250px;
margin-top:10px;
}
.descCar{ margin-top:10px; height:60px;}
.imgConCar{ margin-top:10px;}