	#fotolia-browser {
		position: relative;
	}
		.popbox {
			display: none;
    		position: absolute;
			z-index: 99999;
			color: #000000;
			margin: 0px;
			background: #f4f4f4;
			text-align: center;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
			box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
		}
		.pop-text {
			margin: 10px;	
			font-size: 16px;
		}
		.popbox h2
		{
			background-color: #4D4F53;
			color:  #E3E5DD;
			font-size: 14px;
			display: block;
			width: 100%;
			margin: -10px 0px 8px -10px;
			padding: 5px 10px;
		}
		.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}
.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
.pagination {
margin: auto;
text-align: center;
margin-bottom: 10px;
}
.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.search { 
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url('css/images/search.png') no-repeat 8px 6px #fff; 
}
input[type=button], input[type=button]:hover {
	position:relative; 
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}
input[type=button] {
	border-radius: 0px 10px 10px 0px;
	height: 31px;
}
input[type=text]{
	color:#bcbcbc;
}
.searchbox { z-index: 1; position: absolute; bottom: 0; right: 0; padding-right: 5px; }
.search-img { position: absolute !important; right: -108px; bottom: -54; max-width: 276px; }

	#fotolia-results { margin-left: 20px; }
		.fotolia-img{  height: auto; display: inline-block; background: #f4f4f4; border: 1px solid #d9d7d5; float: left; padding: 0px 0px 10px 0px; margin-bottom: 20px; }