.angryBox{
	margin:0 auto;
	overflow:hidden;
	position:relative;
	max-height:115px;		margin-top:10px;		width:650px;
}

.angryBoxSlide{
	position:relative;
	display:inline-table;
	float:left;
	left:0px;
}


.angryBox img{
	padding:0 10px;
	width:100px;		display:inline;		height:80px;
}



#angryButtonLeft{
	width:50px;
	height:50px;
	background:url('icons/left.png') no-repeat;
	float:left;
	margin-top:20px;
	z-index:200;
	opacity:0.6;
	cursor:pointer;		display:none;
}

#angryButtonRight{
	width:50px;
	height:50px;
	background:url('icons/right.png') no-repeat;
	float:right;
	margin-top:20px;
	z-index:200;
	opacity:0.6;
	cursor:pointer;
	margin-left:10px;		display:none;
}
