/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	iCarousel - Styles
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 620px; /* important */
	height: 360px; /* important */

	margin: 0 0px;
  border: 1px solid #CCCCCC;
}

#example_3_frame {
  position: relative; 
  padding-top: 2px; 
  height: 18px; 
  border-bottom: 1px solid #CCCCCC;
  }

#example_3_previous {float: left; padding-left: 1px; cursor:pointer}
#example_3_next {float: right; cursor:pointer}
#example_3_content {
	position: absolute;
	top: 0;
	margin-left: 0px;
	padding-top: 0px;
 
  background-image:url(../images/iCarousel/iCarousel_bg_top.gif);
  background-repeat: repeat-x;
}

#example_3_content
#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#example_3_content {
	/*width: 5418px;*/
	width: 350000px;
}
#container_bd #example_3 ul li {
	display: block;
	float: left;
	/*
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 5px;
	padding-right: 5px;
	*/

}

#container_bd #example_3 ul li img {
  display: block;
	margin-top: 0px;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	iCarousel - custom styles
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.example_imgWrap { 
  width: 620px; 
  padding-bottom: 0.3em;  
  padding-top: 0.75em;
}

.example_textWrap { 
  font-size:0.75em; 
  line-height:1.20em; 
  padding-left: 0.75em;
  min-height: 4.6em;
}

.example_textWrap a { 
  color: #666666;
  text-decoration: none;
}

.example_CopyRights { 
  color: #666666;
  line-height: 2.6em;
}

.example_numbers {
 font-size: 0.70em;
 padding-top: 0.2em;
}

.minus10 {
  float: left;
  width: 30px;
  font-size: 11px;
  padding-top: 1px;
  padding-left: 4px;
}

.plus10 {
  float: left;
  width: 25px;
  font-size: 11px;
  margin-left: 452px;
  padding-top: 1px;
}

*html .plus10 {
  float: left;
  width: 25px;
  font-size: 11px;
  margin-left: 268px;
  padding-top: 1px;
}


.ch_gallery {
	width:620px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 15px;
}

.ch_gallery .pagebrowser {
	text-align: left;
	background-image:url(../images/iCarousel/iCarousel_bg_top.gif);
	background-repeat:repeat-x;
	height: 14px;
	font-size: 75%;
	padding-top: 0.25em;
}

.ch_gallery .pagebrowser .prev {
	width: 150px;
	float: left;
	padding-left: 0.5em;
}

.ch_gallery .pagebrowser .imageof {
	padding-left: 130px;
	float: left;
}

.ch_gallery .pagebrowser .next {
	float: right;
	padding-right: 0.5em;
}

.browseall {
	width:620px;
	font-size: 11px;
	padding-top: 10px;
}

.browseall .ibcurrent {
	font-weight: bold;
}

.ch_gallery .bigimg {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.ch_gallery .descr { 
  font-size:0.75em; 
  text-align:left;
  line-height:1.20em; 
  padding-left: 0.75em;
  min-height: 3em;
}
