.widget {
width:918px;
height:78px;
background-image:url(../images/logo-scroller-bg.jpg);
background-repeat:no-repeat;
padding-top:10px;
padding-bottom:20px;
}

.widget a.previous{
	float:left;
	display:block;
	background:url(../images/leftArrow.jpg) left bottom;
	width:36px;
	height:36px;
	padding-top:20px;
	background-repeat:no-repeat;
	margin-left:3px;
}

	.widget a.previous:hover{
		float:left;
		display:block;
		background:url(../images/leftArrow.jpg) right bottom;
		width:36px;
		height:36px;
		background-repeat:no-repeat;
	}

.widget a.next{
	float:right;
	display:block;
	background:url(../images/rightArrow.jpg) left bottom;
	width:36px;
	margin-top:-60px;
	margin-right:8px;
	background-repeat:no-repeat;
	height:36px;
}
		
		.widget a.next:hover{
		float:right;
		display:block;
		background:url(../images/rightArrow.jpg) right bottom;
		width:36px;
		height:36px;
		background-repeat:no-repeat;
		}

.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 30px;
}

.widget_style img {
width:100px;
height:60px;
}
