
			
	/* =Carousel
	-------------------------------------------------------------------------- */
	
		/* carousel containers and items */
		
		.carousel {
			padding-left:0px;
			
			background: url(../images/ajax-loader.gif) center center no-repeat;
			
			}
			
		.carousel-container, .jcarousel-item-placeholder {
		    width: 1015px;
		    height: 320px;
		    }
		
		.carousel ul { 
			width: 1015px;
		    height: 320px;
			overflow: hidden;

			}

		.carousel .jcarousel-container-horizontal {
		    width: 1015px;
			height: 320px;
		    }
		
		.carousel .jcarousel-clip-horizontal {
		    width: 1015px;
		    height: 320px;
		    }
		
		.carousel .jcarousel-list li, .carousel .jcarousel-item {
		    width: 1015px;
		    height: 320px; 
		    text-align: center;
		    }

		/* give images pointer cursor since they can be clicked to advance */

		.jcarousel-next {
			cursor: pointer;
			}
			
		/* individual circle links in the middle below the large image previews */
		
		.jcarousel-control {
	display: block;
	position: absolute;
	left: 30px;
	bottom: 10px;
	background-color: #383A39;
	z-index: 2;
	padding:5px;
	border-radius: 7px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
			}
		
		.jcarousel-control a, .jcarousel-control a:visited {
			margin: 0;
			height: 12px;
			width: 14px;
			background: url(../images/carousel-image-circles.jpg) 0 1px no-repeat;
			display: block;
			float: left;
			position: relative;
			
			text-indent: -9999px;
			overflow: hidden;
			}
			
		.jcarousel-control a:hover, .jcarousel-control a.selected {
			background-position: 0 -10px;
			}
			
		/* project descriptions and links */
		
		.projectLink {
			padding: 5px 25px 5px 0;
			font-size: 12px;
			color: #969a9b;
			text-decoration: none;
			-webkit-transition: color 0.2s ease-out;
			background: url(../images/external-link.png) 100% 3px no-repeat;
			position: relative;
			top: 17px;
			}
		
		.projectLink strong {
			color: #d4dbdd;
			}
			
		.projectLink:hover, .projectLink:hover strong {
			color: #fff;
			}
			
