body {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #BBB;
    margin: 0;
    padding: 0;
}

a {
	color: #fff;
	font-weight: 700;
	line-height: 17px;
	text-decoration: none;
}

a:hover {
	color: #fff;	
}

.bottomlinks { display: block; margin-left: -55px; }
.bottomlinks a:hover {
	color: #1a95d2;
}

.bottomlinks a {
	color: #4ec4ff;
}


li a span { display: block; vertical-align: middle; width: 131px; background-color: #333; height: 80px; position: relative; margin-left: 6px; opacity: 0; filter: alpha(opacity=0); /* For IE8 and earlier */ line-height: 13px; padding: 10px 0; overflow: hidden; color: #fff; }
li a:hover span { margin-top: -111px; color: #fff; opacity: 0.8; filter: alpha(opacity=40); /* For IE8 and earlier */ }

.wrapper {
    max-width: 660px;
    padding: 0;
    margin: 0 0 0 55px;
	text-align: center;
}



.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;

}


/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 615px;
    height: 120px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	margin: 0 11px 0 0;
}

.jcarousel li img { width: 131px; height: 100px; }

#imgcontainer {  }

.jcarousel li a img {
	background-color: #fff;
	border: 1px solid #F7F7F7;
	-webkit-box-shadow: 1px 1px 10px #ddd;
	box-shadow: 4px 4px 5px #ccc;
	padding: 5px;

	
}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
	top: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000;
    color: #ADADAD;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 35px/47px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: 0px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
   	opacity: 0.5;
    cursor: default;
}




.halfCircleRight{
     width:29px;
     height:58px;
     border-radius: 0 90px 90px 0;
     -moz-border-radius: 0 90px 90px 0;
     -webkit-border-radius:  0 90px 90px 0;
     background: #4B4B4B;
}


.halfCircleLeft{
     width:29px;
     height:58px;
     border-radius: 90px 0 0 90px;
     -moz-border-radius: 90px 0 0 90px;
     -webkit-border-radius: 90px 0 0 90px;
     background: #4B4B4B;
}



figure {
	margin: 0;
}

figcaption {
	/* margin-top: 55px !important; */
	bottom: -178px !important;
	background: #000;
	padding: 55px 5px;
	opacity: 0.5;
}