#c-carousel {
	/* height: 100%; 
	margin: 0 auto; 
	right: 5px; 

	display: block;
	min-height: 80px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 20px;


*/
	display:table-cell;
        position: relative;
	}

#c-carousel * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	/* display: block; */
	line-height: 22px;
	
	}

#wrapper {
	display: block;
	# border: 1px solid #ccd;
	width: 280px;
	height: 80px;
	float:none;
	margin:0 auto;                  
	padding-top: 0px;
	overflow: hidden;
	/*margin-left:10px;
	border-radius: 10px; 
	margin-left:-10px; */
	position: relative;	
	
	}

#carousel01 > div, #carousel02 > div, #carousel03 > div {
	width: 290px;
	height: 80px;
	float: left;
	overflow: hidden;
	text-align:center;
	margin-right: 10px;
	}
	
#carousel01 img, #carousel02 img, #carousel03 img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 150px;
	height: 50px;
	margin-top: 8px;
	}
	
.roundcorners { 
	border-bottom-color: #B4B4B4;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #B4B4B4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #B4B4B4;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #B4B4B4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	}

#carousel01 div a div {
	float: none;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	color: #F6EFD2;
 	font-weight: bold;
}

.carousel-label {
	right: 0px; 
	bottom: 0px; 
	background: rgba(60, 194, 67, 0.5); 
	font-size: 9px !important;
	font-family: tahoma !important;
	color: antiquewhite !important;
	width: 40px;
	height: 10px;
	line-height:8px !important;
	overflow: hidden;
	border-top-left-radius: 4px;
	position:absolute;
	text-align: center;
	}

/* 2015.05.05*/

#c_navbox * {
	text-decoration: none;
	font-size: 9px !important;
	font-family: tahoma !important;
	line-height:9px;
	float:left; 
	}

#c_navbox {

	background: #effbff;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	height: 10px;
	width: 50px;
	border-top-left-radius: 4px;
	text-align: center;
	overflow: hidden;
	/*
	border-bottom-right-radius: 5px;
	border: rgba(74, 87, 197, 0.8) 1px solid;
	*/
	}

#c_prev  {
	display:none; 
	float:left;
	padding:0 2px 0 2px;
	}

#c_next {
	display:none; 
	float:left;
	padding:0 2px 0 2px;
	}

#c_pager {
	display:inline; 
	float:left;
	}

#c_pager a {
	padding:0 2px 0 2px;
	color: rgb(0, 92, 177);
	background: #effbff;
	}

#c_pager a.selected {
	background: rgba(204, 15, 116, 0.7);
	background: #f66;
	color:yellow;
	}


@media only screen and (max-width: 600px) {
  .header_3 {
	display: table-row;
	text-align:center;
	}
	
 .header_3a, #c-carousel, .c_navbox {
	display: inline-block;
	margin: auto;	
	float:none;
	position: relative;
	}

#wrapper {

	position: initial;
	
	}

.topserach {
	position:initial;
	}
}