.widget {
width:725px;
margin-top:10px;
}

.widget a.previous{
	float:left;
	display:block;
	background:url(../images/left-arrow.jpg) left bottom;
	width:44px;
	height:44px;
	margin-top:150px;
	margin-right:10px;
}

	.widget a.previous:hover{
		float:left;
		display:block;
		background:url(../images/left-arrow.jpg) left bottom;
		width:44px;
		height:44px;
	}

.widget a.next{
	float:right;
	display:block;
	background:url(../images/right-arrow.jpg) left bottom;
	width:44px;
	height:44px;
	margin-top:-193px;
	margin-left:10px;
}
		
		.widget a.next:hover{
		float:right;
		display:block;
		background:url(../images/right-arrow.jpg) left bottom;
		width:44px;
		height:44px;
		}

.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:0px 0px 0px 0px;
}

.widget_style img {
width:617px;
height:335px;
}