﻿#variation_widget {
	display: block;
	width: 175px;;
	height: 390px;
	overflow: hidden;
}

#vw-header {
	display:table-cell;
	width:175px; height:55px;
	text-align:center; vertical-align:middle;
	cursor:pointer;
	font-size:13pt;
}

#vw-img-container {
	position:relative;
	width:175px;
	height:132px;
	overflow:hidden;
	cursor:pointer;
	border:none;
}

img.vw-img {
	width:100%; height:132px;
	display:block;
	position:relative;
}

#vw-info {
	display:block;
	width:173px;
	height:200px;
	background-color: #ecf0f5;
	text-align:center;
	border:1px solid #c5d2e6;
	line-height:18px;
}

.vw-title {
	margin:15px 0 5px 0;
}
.vw-title a {
	text-decoration:none;
}

.vw-performers {
	font-style:italic;
}

.vw-description {
	margin:15px 10px;
	width:155px;
	text-align:left;
}