#stage {
width: 485px;
float: left;
}

.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	width: 160px;
	height: 160px;
	overflow: hidden;
	background-color: #FFFFFF !important;
}


.borderRight {
  border-right: 1px solid #CCCCCC !important;
}

.preview {
  border: 1px solid #CCCCCC !important;
}


.thumb, .preview {
  filter: none !important;
}



.selectedThumbnail, .thumbnail:hover {
  background-color: #ebebeb !important;
  color: inherit;
}

.borderTopLeft {
  border-top: 1px solid #CCCCCC !important;
  border-left: 1px solid #CCCCCC !important;
}

.borderBottomRight {
  border-right: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important;
}

.thumb {
  border: 1px solid #CCCCCC !important;
}

.borderBottom {
  border-bottom: 1px solid #CCCCCC !important;
}

.itemNumber {
display: none;
}

.clear {
clear: both;

}

/*pagination links*/


.pagination{
	width: 100%;
	float:left;
	clear: both;
	text-align: center;
	background: #fff;
}

.pagination ul {
	margin: 10px auto;
	text-align: center;
}

.pagination ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
	font-size: 0.7em;
}

.pagination ul li a{
	color: #999;
	text-decoration: none;
	}
	
.pagination ul li a:hover{
	color: #000;
	text-decoration: none;
	}
	
.pagination ul li.previous a{
	background: url(../images/arrow_prev.gif) center left no-repeat;
	padding: 0 0 0 18px;
	}
	
.pagination ul li.previous a:hover{
	background: url(../images/arrow_prev_hover.gif) center left no-repeat;
	}	
	
.pagination ul li.next a{
	background: url(../images/arrow_next.gif) center right no-repeat;
	padding: 0 18px 0 0;
	}
	
.pagination ul li.next a:hover{
	background: url(../images/arrow_next_hover.gif) center right no-repeat;
	}
	



