/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.wrap{
}
 
.jcarousel-container {
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	z-index:0;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;

}

.jcarousel-list li,
.jcarousel-item {
	background-color: #FFF;
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 380px;
    height: 214px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* Slideshow */ 

/* Additional carousel styles */
.jcarousel-control {
	float:left;
	text-align: center;
	z-index:100;
	width:200px;
	padding-bottom:5px;
	margin-top:-200px;
	position:relative;
	bottom:15px;
	margin-left:5px;
}

.jcarousel-control a {
	text-decoration: none;
    float:left;
    margin-left: 5px;
	padding-top: 3px;
	padding-bottom:0px;
    color: #FFF;
	background-color: #425e92;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:24px;
	height:21px;
	z-index:10;
	margin-top:10px;
}

.jcarousel-control a:hover {
    color: #FFF;
	background: none;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
	background: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 11px;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

#slideshow {
	float:left;
	width:380px;
	height:214px;
	margin:10px 0px 10px 6px;
	font-size: 11px;
}

#slideshow .titleanimbox {
	padding:130px 15px;
	margin-right:0px;
	font-size:14px;
	float:left;
	width:330px;
	color: #fff;
}

#slideshow .titleanimbox h2 {
	color: #ffcc33;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#slideshow #slideshow p {
	font-size:11px;	
}
					
#slideshow .subtitleanimbox {
	font-size:14px;
	font-weight:bold;
}

#slideshow p {
	font-size:11px;
	margin: 2px;
}

#slideshow div.learnmore {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	float:right;
	width:140px;
	height:27px;
	background-color: #425e92;
}

#slideshow .learnmore a, #slideshow .learnmore a:visited {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;	
}

#slideshow .learnmore a:hover {
	text-decoration: underline;	
}

#slideshow .img1, #slideshow .img2, #slideshow .img3, #slideshow .img4, #slideshow .img5 {
	width:380px;
	height:214px;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
}

#slideshow .img1 {
	background-image:url(/images/features/slide_001.jpg);
}
#slideshow .img2 {
	background-image:url(/images/features/slide_002.jpg);
}
#slideshow .img3 {
	background-image:url(/images/features/slide_003.jpg);
}					
#slideshow .img4 {
	background-image:url(/images/features/slide_004.jpg);
}
#slideshow .img5 {
	background-image:url(/images/features/slide_005.jpg);
}	