

.test1,#test2 {
	width: 300px;
	float: left;
	margin-left: 10px;
	border: 1px solid #000;
	padding: 10px;
}

.tip { 
	font-size: 11px;
	/* background: transparent url(../../images/universal/tooltip/tip_bg.png) top left repeat-y !important; */
	background: transparent url(../../images/universal/tooltip/tip_bg.gif) top left repeat-y;
}  
.tip-top { 
	/* width: 178px !important; */
	width: 173px;
	/* height: 13px !important; */
	height: 8px;
	/* background: transparent url(../../images/universal/tooltip/tip_top.png) top left no-repeat !important; */
	background: transparent url(../../images/universal/tooltip/tip_top.gif) top left no-repeat;
}  
.tip-title { 
	color:#e95e25; 
	font-weight:bold; 
	padding: 0 10px 0px 10px;
	/* width: 158px !important; */
	width: 153px;
}  
.tip-text { 
	color:#000; 
	padding: 6px 10px 0 10px;
	/* width: 158px !important; */
	width: 153px;
}  

.tip-bottom { 
	/* height:17px !important; */
	height:9px;
	/* width: 178px !important; */
	width: 173px;
	/* background: transparent url(../../images/universal/tooltip/tip_bottom.png) top left no-repeat !important; */
	background: transparent url(../../images/universal/tooltip/tip_bottom.gif) top left no-repeat;
}

#slideshow * { margin: 0; padding: 0; }
#slideshow {position: relative; padding: 14px 0 15px; width: 268px; height: 432px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #pictures { background: url('../images/bg.jpg'); width: 268px; height: 432px; left: 0; overflow: hidden; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 268px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0; }
