td.gallery_single_view_box {
	background-color: #004f40;
	color: #ffffff;
	padding: 3px;
}

td.gallery_single_view_box_selected {
	background-color: #000000;	
	color: #ffffff;
	padding: 3px;
}

.gallery_single_view {
}

.controls {
	width: 120px;	
	margin-top: 3px;
	margin-bottom: 20px;
}
.controls .left_arrow {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/arrow-left.jpg);		
	background-repeat: no-repeat;
	margin-right: 20px;
	cursor: hand;
	float: left;
}
.controls .right_arrow {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/arrow-right.jpg);		
	background-repeat: no-repeat;
	cursor: hand;
	float: left;
}
.controls .magnify {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/magnify.jpg);		
	background-repeat: no-repeat;
	margin-right: 20px;
	cursor: hand;
	float: left;
}
.controls .magnify_emptu {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	border: none 1px #000000;	
	float: left;
}