/* Gallery styles to make it look like a standard box module */
.bodytext .align-center .li-imagegallery .title {
	  padding:10px;
	  margin-bottom:0;
	  background-repeat:no-repeat;
	  background-position:left top;
    background-image:url(/worldservice/images/core/1/module_14c_t.gif);

}

.bodytext .module .li-imagegallery .content {
	border:1px solid #ccc;
	position:relative;
	background-color: #f7f7f7;
}

.li-imagegallery .gallery-content img {
  margin-left: auto;
  margin-right: auto;
}


.li-imagegallery .gallery-content {
  width: 100%;
  margin-top: 9px;
}


/* Caption */
.li-imagegallery .gallery-content p {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.79em;
  overflow: hidden;
}



/* Image panes */
.li-imagegallery .pane_a, .li-imagegallery .pane_b, .li-imagegallery .pane_c {
  border: 0px solid yellow;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 202;
}

.li-imagegallery .pane_b {
  z-index: 201;
}

.li-imagegallery .pane_c {
  z-index: 200;
}

.li-imagegallery {

}

/* Navigation */
.li-imagegallery .nav {
  border-top: 1px solid #cccccc;
	height: 1.83em;
	width: 100%;
	z-index: 203;
  padding-top: 0.3em;
}

.li-imagegallery .nav ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	width: 100%;
	height: 100%;
	text-align: center;
  position: relative;
  direction: ltr;
}

.li-imagegallery .nav ul li {
	font-size: 0.79em;
	font-weight: bold;
	text-align: center;
	height: 100%;
	width: 15px;
  display: inline;
  margin: 0 2px 0 2px;
  padding: 1px 0;
}

.li-imagegallery .nav ul li a, .li-imagegallery .nav ul li span {
  margin: 0 0.37em;
  color: #c00;
}

.li-imagegallery .nav li:hover, .li-imagegallery .nav span:hover {
  cursor: pointer;
}

.li-imagegallery .nav a, .li-imagegallery .nav a:hover, .li-imagegallery .nav a:visited {
  text-decoration: none;
  color: #c00;
}

.li-imagegallery .nav .current {
  font-weight: bold;
  color: #ffffff;
  background:transparent url(/worldservice/images/core/1/carousel_active.gif) no-repeat scroll 0 0;
}

.li-imagegallery .nav ul li.current a, .li-imagegallery .nav ul li.current a:visited, .li-imagegallery .nav ul li.current span {
  color: #ffffff;
}

.li-imagegallery .nav li.prev {
  background:transparent url(/worldservice/images/core/1/carousel_left_arrow.gif) no-repeat scroll 0 0;
  margin: 0 0.37em;
}

.li-imagegallery .nav li.next {
  background:transparent url(/worldservice/images/core/1/carousel_right_arrow.gif) no-repeat scroll 0 0;
  margin: 0 0.37em;
}