﻿
#hotbox a{
	border:none;
	text-decoration:none;
	background-color:transparent;
	padding:auto;

}
#hotbox div.article{
	padding:0px;
	margin:0px;
	float:none;	
}
#hotbox div.article h4,#hotbox  div.article h3{
	clear: none;	
}
#hotbox div.article h3{
	color:#697F92;	
}
#hotbox div.article img{
	border:0;
	max-height:178px;
	max-width:448px;	
}
#hotbox div.article p img {
	max-height: none;
	max-width: none;
}
#hotbox div.article p {
margin: auto;
}
/* container for slides */
.hotbody {
	/* background:#fff url(../images/Homepage/h300.png) repeat-x;
	position:relative;	 */
	height:180px;
	clear:both;		
	width:448px;	
	/*margin:10px;

	 CSS3 tweaks for modern browsers 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}
/* single slide */
.hotbody div.hotframe {
	display:none;
	position:absolute;
	/* top:0;
	left:0;	 */
	height:180px;
	width:448px;
	max-width:448px;
	max-height:180px;
}
/* header */
.hotbody h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	width:70px;
	padding:3px 0 0 0;
	/* clear:both;
	 margin-left:330px; */
}
/* single tab */
.tabs a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(../images/Homepage/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	
/* prev and next buttons */
.forward, .backward {
	float:left;
	background:transparent url(../images/midea-symbol.gif) no-repeat scroll -346px -330px;
	display:block;
	width:27px;
	height:18px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
	text-align:left;
	clear:both;
	direction: ltr;
}
/* next */
.forward 				{ background-position: -373px -330px; clear:right; }
.forward:hover 		{ background-position:-373px -348px; }
/* prev */
.backward:hover  		{ background-position:-346px -348px; }
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
