.li-image
{
list-style:none;
}


.li-image-gl
{
list-style:none;
}

* 
{
margin:0; 
padding:0;
}

#gallery 
{	
position:relative; 
width:308px; 
margin:0px auto; 
padding:8px; 
border:2px solid #fff; 
background:#AAA;
}

#imagearea
{
height:335px;
bottom:8px;
}

#images 
{
border:2px solid #9ac1c9; 
height:225px; 
background:#eef5f6; 
margin-bottom:20px;
}

#image 
{
position:relative; 
width:306px; 
height:335px; 
border:2px solid #666; 
margin:0 auto;
background:#fff url(images/loading.gif) center center no-repeat;
}

#image img 
{
position:absolute; 
top:5px; 
left:5px;
right:5px;
}

#thumbwrapper 
{
margin-top:12px; 
padding:5px 0; 
width:306px; 
height:60px; 
border:2px solid #666; 
background:#FFF;
}

#thumbarea 
{
position:relative; 
overflow:hidden; 
height:65px; 
width:306px; 
}

#thumbs 
{
	position:absolute;
	list-style:none;
	margin-left:5px;
	height:60px;
	width:10000px;
	border-right:5px solid #FFF;
	left: 1px;
	top: -1px;
}

#thumbs li 
{
float:left; 
margin-right:5px; 
cursor:pointer;
}
.imgnav 
{
position:absolute; 
height:306px; 
width:20%; 
z-index:100; 
height:100px; 
width:20%; 
z-index:100; 
outline:none; 
cursor:pointer;
}

#previmg 
{
left:0; 
}

/*

#previmg:hover 
{
opacity:1; 
filter:alpha(opacity=100);
}
*/
#nextimg 
{
right:0; 
}

/*
#nextimg:hover 
{
opacity:1; 
filter:alpha(opacity=100);
} */

