#html-carousel .carousel-list li { 
    margin: 0;
}
#html-carousel {
    float: left;
    width:284px;
    height: 85px;
}
#next-arrow { 
    cursor:pointer; 
}

#prev-arrow { 
    cursor:pointer; 
}
.carousel-component { 
	position:relative;
	
	overflow:hidden;
	visibility:visible; /* component turns it on when first item is rendered */
}
.carousel-component .carousel-list { 
	width:1000px;
	position:relative;
	z-index:1; 
}
.carousel-component .carousel-clip-region { 
	overflow:hidden;
	margin:0px auto;
	position:relative; 

		clear:both;
}



/*--alert--*/

#popupcontainer {
	height: auto;
	width: 180px;
	z-index: 100;
	visibility:hidden;
	position:absolute;
}
#popupcontent {
	text-align:left;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0052FF;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 12px 15px 0px 10px;
	border: none;
	background-image: url(../images/mytiptop.png);
}
* html #popupcontent {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/mytiptop.png');
	background-image: none;
	height:100%;
}
#popupbottom {
	position: relative;
	width: 180px;
	height: 18px;
	background-image: url(../images/mytipbottom.png);
}
* html #popupbottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/mytipbottom.png');
	background-image: none;
	height: 18px;
}
