/* carousel */

#carousel {
	height:360px;
	text-align:left;
	font-size:18px;
	color:#fff;
}
	
#carousel a {
	color:#FF0;
	text-decoration:underline;
}
	
#carousel a:hover {
	color:#fff;
	text-decoration:none;
}

#carousel .pic {
	float:left;
	width:669px;
	position:relative;
	top:-95px;
	left:0px;
	z-index:1;
}
	
#carousel .learnmore {
	margin:10px 0;
}
	
#carousel h4 {
	font-family:Arial Black, Arial, Gadget, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#fff;
}

.carousel-content {
	background:#000;
	padding:0 10px;
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
	height:95px;
	z-index:5;
	position:relative;
	top:235px;
	left:0px;
	width:669px;
	color:#fff;
	}

#carousel-control {
	width:669px;
	height:100px;
	}
/*#carousel-control a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#fff;
	text-decoration:none;
}

#carousel-control a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FF0;
	text-decoration:none;
}*/
	
.subnav1 {
	background:url(../../images/subnav/subnav1.png) no-repeat;
	width:162px;
	height:100px;
	display:block;
	text-indent:-30000px;
	float:left;
	margin-top:2px;
}

.subnav2 {
	background:url(../../images/subnav/subnav2.png) no-repeat;
	width:162px;
	height:100px;
	display:block;
	text-indent:-30000px;
	float:left;
	margin-left:7px;
	margin-top:2px;
}

.subnav3 {
	background:url(../../images/subnav/subnav3.png) no-repeat;
	width:162px;
	height:100px;
	display:block;
	text-indent:-30000px;
	float:left;
	margin-left:7px;
	margin-top:2px;
}

.subnav4 {
	background:url(../../images/subnav/subnav4.png) no-repeat;
	width:162px;
	height:100px;
	display:block;
	text-indent:-30000px;
	float:left;
	margin-left:7px;
	margin-top:2px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 669px;
    height: 344px;
}

#carousel-control a {
	-moz-opacity:.75; filter:alpha(opacity=75); opacity:.75;
}

#carousel-control a:hover {
	-moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0;
}