.digexgallery {
width: 425px;
}

.digexgallery_player {
width: 425px;
height: 348px;
background: #CCC;
padding: 5px 5px 0;
}

.digexgallery_thumbs {
width: 435px;
height: 100px;
overflow: hidden;
background: #333;
position: relative;
}
.digexgallery_list {
width: 9999px;
margin: 0;
padding: 0 0 0 2px;
position: relative;
}

.digexgallery_list li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0;
float: left;
}

.digexgallery_list a {
	display: block;
	padding: 4px 2px 20px;
	margin-right: 2px;
	width: 102px;
	line-height: 9px;
	background: #666;
	text-decoration: none;
	text-align: center;
}

.digexgallery_list a:hover {
	background: #8092AF;
	text-decoration: none;
}

.digexgallery_list a.current {
	background: #77C61D;
	text-decoration: none;
}

.digexgallery_list img {
border: 1px solid black;
width: 100px;
height: 75px;
}

.digexgallery_list li span {
font-size: 8px;
font-family: Verdana, sans-serif;
text-decoration: none;
color: white;
position: relative;
top: 2px;
}

.digexgallery_nav {
position: absolute;
top: 0;
height: 105px;
width: 6px;
z-index: 1000;
cursor: pointer;
border: solid 1px #7FAA2E;

}	
.digexgallery_back {
border-right: solid 2px #7FAA2E;
background: url(back.png) #333 left no-repeat;
left: 0;
}

.digexgallery_next {
border-left: solid 2px #7FAA2E;
background: url(next.png) #333 right no-repeat;
right: 0;
}
