/**
 * Overwrite for having a carousel with dynamic width.
 */

.jcarousel-container-horizontal {
    width: 100%;
}

.jcarousel-clip-horizontal {
    width: 100%;
    height: 209px;
}

.jcarousel-list li, .jcarousel-item {
    width: 276px;
    height: 207px;
}

.jcarousel-item-horizontal {
    margin-right: 0px;
    width: 276px;
    height: 207px;
}

.qa_content h2 {
	font-size:27px;
	font-weight:lighter;
	margin-bottom:15px;
}

.gallery_box {
	float: right;
	margin: 0px;
	padding: 0px;
	width:304px;
}

.gallery_box .image_container{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9ec1e1;

}
.gallery_box .image_container li{
  border:1px solid #9ec1e1;
}
.gallery_box .image_container, .gallery_box .links{
	padding-left:25px !important;
}

.gallery_box .links a {
  color:#9ec1e1;
  text-decoration:none;
  display: block;
  float:left;
  padding:2px;
}
.gallery_box .links a:hover {
  text-decoration:underline;
}
.gallery_box .links #mycarousel-prev {
	background-image: url(../../images/mini_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
	
}

.qa_content #qalist {
	padding-left: 40px;
}

.gallery_box  .title{
  text-align:center;  
  display: block;
  padding:0;
  margin:0;
  padding-top:2px;
  /*width:100%;*/
}

.gallery_box .links #mycarousel-next {
  float:right;
  background-image: url(../../images/mini_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
}