﻿.GenImage
{
	border: 1px solid #777;
	padding: 1px;
}
.GenSlide
{
	width: 565px;
	height: 112px;
	margin-bottom: 10px;
}
.GenLeft
{
	float: left;
	width: 20px;
	height: 112px;
	background-color: #C9C9C9;
	background-image: url("../img/arrowLeft.gif");
	background-repeat: no-repeat;
	background-position: 6px 50px;
	cursor: pointer;
}
.GenLeft:hover
{
	background-image: url("../img/arrowLeftOrange.gif");
}
.GenMiddle
{
	float: left;
	width: 525px;
	height: 112px;
	background-color: #E9E9E9;
	position: relative;
	overflow: hidden;
}
.GenRight
{
	float: left;
	width: 20px;
	height: 112px;
	background-color: #C9C9C9;
	background-image: url("../img/arrowRight.gif");
	background-repeat: no-repeat;
	background-position: 6px 50px;
	cursor: pointer;
}
.GenRight:hover
{
	background-image: url("../img/arrowRightOrange.gif");
}
.GenDisabled
{
	float: left;
	width: 20px;
	height: 112px;
	background-color: #E0E0E0;
	background-image: none;
	cursor: default;
}
.GenMiddle .GenImg
{
	width: 2000px;
	height: auto;
	position: absolute;
	left: 0px;
	text-align: left;
	margin-top: 5px;
}
.GenMiddle .GenImg div
{
	float: left;
	margin: 1px 0px 1px 7px;
}
.GenDescription
{
	background-color: #E5E5E5;
	width: 555px;
	height: auto;
	margin-top: 2px;
	padding: 5px;
}
