img {
	margin:0;
	padding:0;
	border:none;
	}
#wrap {
	clear:left;
	height:287px;
	width:383px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#carousel li {
	height:287px;
	width:383px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#previous, #next {
	display:block;
	height:20px;
	text-indent:-4000em;
	margin:0 0 13px;
	cursor:pointer;
	padding:5px 0;
	}
*:first-child+html #previous, *:first-child+html #next{
	padding:10px 0;
	background:red;
}
* html #previous, * html #next{
	padding:7px 0;
}
	#previous {
		float:left;
		width:190px;
		}
	#next {
		float:right;
		width:170px;
		}
#container {
	width:410px;
	height:339px;
	background:url(/pics/hpgallery/layout.gif) no-repeat top left;
	padding:0px 0px 0 0px;
	margin:0px auto 0;
	}
