

.widget {
width:1000px;
height:122px;
}

.widget a.previous{
	float:left;
	display:block;
	background:url(../images/leftArrow.png) right bottom;
	width:11px;
	height:16px;
	padding-top:52px;
	padding-left:3px;
	margin-left:0px;
	position:relative;
	z-index:99;
	background-repeat:no-repeat;
}

.widget a.next{
	float:right;
	display:block;
	background:url(../images/rightArrow.png) left bottom;
	width:11px;
	height:16px;
	background-repeat:no-repeat;
	padding-right:0px;
	margin-top:-78px;
	position:relative;
	z-index:99;
}

.widget_style {
text-align:left;
padding:0px 0px 0px 0px;
position:relative;
z-index:0;
}


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

.widget_style li {
list-style:none;
margin:0;
padding:0px 7px;
font-size:12px;
color:#000000;
line-height:16px;
width:182px;
height:122px;
position:relative;
z-index:0;
}

.widget_style img {
width:182px;
height:122px;
position:relative;
z-index:0;
}