.li-image
{
list-style:none;
}


.li-image-gl
{
list-style:none;
}

* 
{
margin:0; 
padding:0;
}

#gallery 
{	
position:relative; 
width:344px; 
margin:0px auto; 
padding:6px 8px 6px 6px; 
border:2px solid #5e99d9; 
background:#3d73ad;
}

#imagearea
{
height:260px;
bottom:8px;
}

#images 
{
border:2px solid #5e99d9; 
height:225px; 
background:#eef5f6; 
margin-bottom:20px;
}

#image 
{
position:relative; 
width:342px; 
height:260px; 
border:2px solid #6aacf4; 
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; 
width:342px; 
height:65px; 
border:2px solid #6aacf4; 
background:#FFF;

}

#thumbarea 
{
position:relative; 
overflow:hidden; 
height:65px; 
width:340px; 
}

#thumbs 
{
	position:absolute;
	list-style:none;
	margin-left:1px;
	height:60px;
	width:10000px;
	border-right:5px solid #FFF;
	left: 1px;
	top: -1px;
	margin-top:4px;
}


#thumbs ul
{
list-style:none;
background:none;
margin:0px;
padding:0px;
display:inline;


}
#thumbs li 
{
list-style:none;
background:none;
float:left; 
cursor:pointer;
margin:0px;
padding:0px;
margin-right:4px; 
display:inline;

}


.imgnav 
{
position:absolute; 
height:100px; 
width:20%; 
z-index:100; 
outline:none; 
cursor:pointer;
}

#previmg 
{
left:5px;
background:url(../images/left1.gif) no-repeat; 
height:24px;
width:24px;
top:50%;
}



#previmg:hover 
{
opacity:1; 
filter:alpha(opacity=70);
}

#nextimg 
{
right:5px;background:url(../images/rht1.gif) no-repeat; height:24px;
width:24px;top:50%; 
}


#nextimg:hover 
{
opacity:1; 
filter:alpha(opacity=70);
} 
