.widget {
width:450px;
}

.widget a.previous{
	float:left;
	display:block;
	background:url(../images/arrows_26.jpg) left bottom;
	width:19px;
	height:39px;
	margin-top:25px;
	margin-right:2px;
}

	.widget a.previous:hover{
		float:left;
		display:block;
		background:url(../images/arrows_26.jpg) right bottom;
		width:19px;
		height:39px;
	}

.widget a.next{
	float:right;
	display:block;
	background:url(../images/arrows_28.jpg) left bottom;
	width:19px;
	height:39px;
	margin-top:-85px;
}
		
		.widget a.next:hover{
		float:right;
		display:block;
		background:url(../images/arrows_28.jpg) right bottom;
		width:19px;
		height:39px;
		}

.widget_style {
text-align:left;
padding:0px 0px 0px 0px;
}


.widget_style ul {
margin:0;
padding:0;
}

.widget_style li {
list-style:none;
margin:0;
padding:10px 0px 0px 9px;
}

.widget_style img {
width:90px;
height:96px;
}