﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	padding: 10px;
	margin-top: -10px;
	left: -1000px;
		visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -235px;
	left: 15px; /*position where enlarged image should offset horizontally */
}

.UstBand
{
	width: 286px;
	height: 22px;
	background-image: url('../Images/ToolTip/UstBant.gif' );
	text-align: center;
}
.UstBandBuyutec
{
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	cursor: pointer;
}
.OrtaBand
{
	width: 286px;
	height: auto;
	background-image: url(  '../Images/ToolTip/OrtaBant.gif' );
	background-repeat: repeat-y;
	padding: 10px;
	text-align: center;
}

.AltBand
{
	width: 286px;
	height: 54px;
	background-image: url( '../Images/ToolTip/AltBant.gif' );
}

.txt
{
	clear: both;
	position: absolute;
	font-size: 25px;
	top: 235px;
}
