@charset "UTF-8";
/* CSS Document */

#gallery_control{
	position: relative;
	clear:both;
	height:40px;
}
#lefticon{
	top:16px;
	position:relative;
	float:left;
	line-height:40px;
	cursor:pointer;
}


#galtitle {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
line-height:15px;
margin:0 25px;
padding:5px 0;
position:relative;
text-align:center;}

#righticon{
	top:16px;
	position:relative;
	float:right;
	line-height:40px;
	cursor:pointer;
}

#gallery { width:200px; position:relative; z-index:999999; padding-top: 4px; background:#717e9c; display:table}
#gallery ul {list-style:none; }
#gallery ul li {display:inline; float:left; cursor:pointer; height:38px;}
#gallery ul li img { width:64px; height:34px; float:left;}
#gallery ul li.click img { display:inline; }
#gallery ul li.over img {display:inline; width:64px; height:34px;}
#gallery img.h_space {padding: 0 4px !important}
/* required for IE5.x and IE6 to display the start image size correctly */
