.tinyGallery-wrapper{
	padding:5px;
	background:#EBEBEB;
}

.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_prev,
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_next,
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_enlarge{
	display:inline;
	font-size:10px;
	font-family:arial;
	padding:2px;
	border:1px solid #BDBDBD;
	cursor:pointer;
}
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_prev{}
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_next{}

.tinyGallery-zoomer{
	background-color:#7F7F7F;
	border:2px solid #5F5F5F;
}
.tinyGallery-enlargeLoad{
	margin-top:15px;
}

/* INSIDE IMAGE OVERRIDE */
.tinyGallery-wrapper{
	padding:0px;
	background:none;
	/*border:1px solid red;*/
}
.tinyGallery-wrapper .tinyGallery-toolBar{
	height:15px;
	overflow:hidden;
	border:none;
	position:relative;
	top:-17px;
	text-align:center;
}
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_prev,
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_next,
.tinyGallery-wrapper .tinyGallery-toolBar .tinyGallery-btn_enlarge{
	display:inline;
	font-size:10px;
	font-family:arial;
	padding:2px;
	border:none;
	background:black;
	color:white;
	
}