*
{
	margin: 0;
	padding: 0;
}



#gallerys
{
	position: relative;
	width: 592px;
	margin: 40px auto;
	padding: 10px;
	border: 6px solid #fff;
	background: #AAA;
	height: 268px;
}
#images
{
	border: 2px solid #9ac1c9;
	height: 225px;
	background: #eef5f6;
	margin-bottom: 20px;
}
#box
{
	position: relative;
	width: 170px;
	height: 170px;
	padding: 5px;
	border: 2px solid #666;
	background: #FFF url(/EIS30AA/controls/slideshow/images/loading.gif) center center no-repeat;
}
#textimage
{
	position: relative;
	width: 389px;
	height: 170px;
	padding: 5px;
	border: 2px solid #666;
	background: #FFF;
}


#image img
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 170px;
	height: 170px;
	
}
#thumbwrapper
{
	
	width: 586px;
	height: 75px;
	border: 1px solid #666;
	background: #FFF;
}
#thumbarea
{
	position: relative;
	overflow: hidden;
	height: 75px;
	width: 586px;
}
#thumbs
{
	position: absolute;
	list-style: none;
	margin-left: 5px;
	height: 75px;
	width: 10000px;
	border-right: 5px solid #FFF;
	
}
#thumbs li
{
	float: left;
	border-right:1px solid #666666;
	cursor: pointer;
	list-style-type:none;
	
	
	
}
#thumbs li img
{
	height: 75px;
	width: 75px;
	 
	
	padding-right:20px;
	padding-left:20px;
}
a.imgnav
{
	position: absolute;
	height: 50px;
	width: 40px;
	z-index: 100;
	outline: none;
	cursor: pointer;
	border:0px;
	color: white; 
	text-decoration: none;
	margin-left:5px;
	margin-top:134px;
	margin-right:5px;
}
a.text
{
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #494F60;
	text-transform: none;
	text-align:justify;
	text-decoration: none;
	
}


#previmg
{
	left: 0;
	background: url(/EIS30AA/controls/slideshow/images/left.gif) left center no-repeat;
	border-left: 0px solid #FFF;
}
#previmg:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
#nextimg
{
	right: 0;
	background: url(/EIS30AA/controls/slideshow/images/right.gif) right center no-repeat;
	border-right: 0px solid #FFF;
	
}
#nextimg:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
