#bid-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.75);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
        text-align: center;
}

#bid-item {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1px;
        border: 10px solid #fff;
        background-color: #dcdcdc;    
        visibility: hidden;
        min-width: 100px;
        min-height: 72px;
}

#bid-closebtn {
	position: absolute;
        left: 0px;
        margin: auto;
        width: 35px;
	color: rgb(255, 255, 255);
	z-index: 1001;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid rgb(255, 255, 255);
	border-radius: 50%;
	background-color: #28b;
	cursor: pointer;
        visibility: hidden;
        font-family: arial, sans;
}

#bid-right, #bid-left {
        position: absolute;
        cursor: pointer;
        visibility: hidden;
}

#bid-left .bid-arrow {
        left: 15%;
}

#bid-right .bid-arrow {
        right: 15%;
}

.bid-arrow {
	position: absolute;
        top: 50%;
	color: rgb(255, 255, 255);
	z-index: 1001;
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #FFF;
	border-radius: 50%;
	padding: 0px 8px 4px;
	background-color: #28b;
	cursor: pointer;
        display: none;
        font-family: Georgia, sans;
}

#bid-right:hover .bid-arrow, #bid-left:hover .bid-arrow {
	display: block;
}

/** Admin page CSS **/
#bid-colors {
        display: block;
        height: 20px;
}
.bid-color {
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        margin-right: 4px;
        position: relative;
}
#bid-color-pointer {
        position: absolute;
        bottom: -14px;
        border-width: 10px 8px;
        border-style: solid;
        border-color: transparent transparent #f00 transparent;
}
