﻿.widget {
width:100%;
background-color: #fff;
  
}

.widget a.previous{
	float:left;
	display:block;
	background:url(../images/back.png) bottom;
	width:34px;
	height:34px;
	margin-top:65px;
	margin-right:2px;
}

.widget a.next{
	float:right;
	display:block;
	background:url(../images/next.png) bottom;
	width:34px;
	height:34px;
	margin-top:-100px;
}

.widget_style {
text-align:left;
padding:0px 0px 0px 0px;
}


.widget_style ul {
margin:0;
padding:0;
}

.widget_style li 
{
    height:150px;
    width:100px;
    list-style:none;
    margin: 0 5px 0 5px;
    padding:10px 2px 10px 2px;
    text-align:center;
    vertical-align:middle;
}

.widget_style img 
{
 
  border: solid 1px black;  
  cursor:pointer;
  
    /* width:90px;
    height:70px;  */
}