.Vwidget{
	margin: auto;
	padding: 0 10px;
	width: 280px;
}
.Vwidget p {
	font-size: 1em;
	/*-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;*/
}
.Vwidget table {
	white-space: normal;
	/*line-height: normal;*/
	font-weight: normal;
	font-size: 0.9em;
	/*font-variant: normal;
	font-style: normal;*/
	color: -webkit-text;
	text-align: start;
}
.VjCarouselLite{
	margin: 0;
	padding: 0;
}
.VjCarouselLite li{
	overflow: hidden;
	float: none;
	display: block;
	background: url('../images/line.png') bottom center no-repeat;
	height:65px;
}
.VjCarouselLite li div{
	margin: 0 auto;
	padding: 4px;
	width: 260px;
}

a.up, a.down{
	display: block;
	width:32px;
	height:25px;
	margin: 0 auto;
	background: url(../images/sprite.png) -1000px -1000px no-repeat;
}
a.up{
	padding-bottom: 2px;
	background-position: -10px -441px;
}
a.up:hover{
	background-position:-73px -441px;
}
a.down {
	padding-top: 2px;
	background-position: -10px -468px;
} 
a.down:hover {
	background-position:-73px -469px;
}
a.ImgField {
	display:table-cell;
	width: 260px;
	height:65px;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	font-size:1.2em;
	color: black;
}
a.ImgField:hover {
	font-weight:bolder;
}
.ImgField  img{
	float:left;
	padding:10px;
	width:50px;
	height:50px;
	border-width: 0px;
}
.ImgField  td{
	vertical-align:middle;
	margin-bottom: 0;
	line-height: 0.9em;
}
.ImgField td p{
	margin-bottom: 0;
}
