
/* =image_2 Code
----------------------------------------------------------------------*/

.image_2
{
	cursor: default;
	list-style: none;
}

.image_2 a
{
	cursor: default;
}

.image_2 a .preview
{
	display: none;
}

.image_2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.image_2 img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.image_2 li
{

	display: inline;
	float: left;
	position: relative;
}

.image_2 .preview
{
	border-color: #000;
	width: 200px;
	height:150px;
}