/*
 * Easy Media Gallery Pro
 * Frontend Style v1.3.1.5
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans);

.emg-badge-div {
position: relative;
display: table;
height: 100%;
text-align:center;
margin: auto;
}

.emg-badges p{
		color:#FFF !important;
		font-size:11px !important;
		font-weight:bold;
		display: table-cell; vertical-align: middle;
}

.emg-badges {
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	z-index: 100000 !important;
	background: url(http://localhost/wp/wp-content/uploads/2013/10/sold_badge.png); background-repeat:no-repeat;
	}
	
.emg-nohover  {	
	position: absolute;
	z-index: 10000 !important;
	position:absolute;
	margin-bottom: 0px !important;
	bottom:0px;
	width:100%;
	text-align: center !important;
	background: rgba(0, 0, 0, 0.5) !important;
	padding:5px 0 5px 0 !important;
	color: #FFF !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font: 16px/1 !important;
	text-shadow:none !important;
	overflow: hidden !important;
}

#pagwrap {width: 100%;}
.emgpagntn { display: inline-block;}
.peasyitem {display: inline-block;}

.emg-pag-holder { margin: 5px 0; text-align:center !important;}
.emg-pag-holder a.jp-previous { margin-right: 15px; font-size:14px !important; font-family: "PT Sans",Arial,Helvetica,sans-serif !important; }
.emg-pag-holder a.jp-next { margin-left: 15px; font-size:14px !important; font-family: "PT Sans",Arial,Helvetica,sans-serif !important; }
#pag-legend1, #pag-legend2 { text-align:center; margin: 10px 0 5px 15px; font-size:12px !important; font-family: "PT Sans",Arial,Helvetica,sans-serif !important; }

.emg-pag-holder a.jp-current{  
border: medium none;
background: none repeat scroll 0% 0% rgb(97, 97, 97);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.8);
color: rgb(240, 240, 240);
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);  
 }  
  
.emg-pag-holder a.jp-current:hover {
border: medium none;
background: none repeat scroll 0% 0% rgb(97, 97, 97);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px rgba(255, 255, 255, 0.8);
color: rgb(240, 240, 240);
cursor: default;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);  }
  
 .emg-pag-holder a {
 	font-size: 12px;
    cursor: pointer;
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid rgb(192, 192, 192);
    background: none repeat scroll 0% 0% rgb(233, 233, 233);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8) inset, 0px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.875em;
    font-weight: bold;
    text-decoration: none;
    color: rgb(113, 113, 113);
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
} 
  
.emg-pag-hold