.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FF822F;
	left: -1000px;
	border: 1px solid #FFFFFF;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 1px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -11px;
left: -12px; /*position where enlarged image should offset horizontally */

}
#vertical_img ul {
	overflow: hidden;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
.slider_items {
	list-style-type: none;
	list-style-image: none;
	display: block;
	border: 1px solid #FF9900;
	margin-bottom: 0px;
	width: 180px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 8px;
}

