#loader_container {
	text-align: center;
	position: absolute;
	top: 40%;
	width: 100%
}

#loader {
	font: italic 12px Arial, Verdana, Helvetica, sans-serif;
	color: #069;
	background-color: #f5fcff;
	padding: 10px 0 16px 0;
	margin: 0 auto;
	display: block;
	width: 135px;
	border: 1px solid #c5effd;
	text-align: left;
	z-index: 300;
}

#progress {
	height: 5px;
	font-size: 1px;
	width: 1px;
	position: relative;
	top: 1px;
	left: 10px;
	background-color: #9d9d9d;
	display: none;
}

#loader_bg {
	position: relative;
	top: 8px;
	left: 8px;
	height: 7px;
	width: 113px;
	font-size: 1px;
	border: solid 1px #c5effd;
	background: #c5effd url(http://svimage.bidz.com/buyz/images/ajax_loader_bar.gif) no-repeat center center;
}

.title_h2 {
	font: bold italic 12px Arial, Verdana, Helvetica, sans-serif;
	color: #069;
 	/*width: 480px;*/
	margin: 0.3em 0.5em;
	text-align: left;
}

.border_preview{
	z-index: 256;
	position: absolute; 
	background-color: #f5fcff;
	border: 1px solid #c5effd;
	padding: 5px;

}

.preview_temp_load {
	vertical-align: middle;
	text-align: center;
	border: none;
}

.preview_temp_load img{	
	vertical-align: middle;
	text-align: center;
	border: none;
}

.preview_pricing {
	font: italic 16px Arial, Verdana, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #0a0;
	position: absolute;
	padding: 0.5em 1em;
	background-color: #f5fcff;
	border: solid 1px #c5effd;
	bottom: 440px;
	right: 10px;
	text-align: right;
}

.preview_pricing em {
	font-weight: bold;
}

.preview_new_band {
	position: absolute;
	bottom: 388px;
	left: 4px;
	width: 115px;
	height: 115px;
	background: transparent url(http://svimage.bidz.com/img/new_item_band.gif) 0 0;
}

.preview_new_band span { display: none; }



/* scripted imagegallery layout */
#preview_div{
	display: none;
	position: absolute;
	z-index: 300;
	width: 520px;
	/*height: 630px;*/
}

div.product_imagegallery img#g_closebutton {
	border: 0;
	cursor: pointer;
	height: 23px;
	width: 23px;
	position: absolute;
	top: 12px;
	right: 14px;
}

div.product_imagegallery {
	margin: 0 auto;
	width: 520px;
	/*height: 630px;*/
	position: absolute;
	z-index: 500;
}

div.product_imagegallery div.g_thumblist {
	/*width: 575px;*/
	width: 520px;
	height: 85px;
	text-align: left;
}

div.product_imagegallery div.g_thumblist ul {
	margin: 0 5px;
	padding: 0;
}

div.product_imagegallery div.g_thumblist li {
	display: inline;
}

div.product_imagegallery img.g_thumb {
	margin: 3px 0 5px 1px;
	/* width: 75px; */
	height: 75px;
}

div.product_imagegallery img.g_image {
	/* width: 500px; */
	height: 500px;
	margin: 10px;
}

#product_thumblist li {
	display: inline;
}

#product_thumblist ul {
	padding-left: 45px;
	margin-top: 1.5em;
	height: 52px;
	float: left;
}

/* scripted imagegallery color */

div.product_imagegallery {
	background-color: #f5fcff;
	border: solid 1px #c5effd;
	/*background: transparent url(http://svimage.bidz.com/buyz/images/imagegallery_bg.png) no-repeat 0 bottom !important;
	background: transparent url(http://svimage.bidz.com/buyz/images/imagegallery_bg.gif) no-repeat 0 bottom ;*/
}
div.product_imagegallery div.g_thumblist {
	/*background: url(http://svimage.bidz.com/buyz/images/thumblist_bg_full.png) no-repeat 0 0 !important;
	background: url(http://svimage.bidz.com/buyz/images/thumblist_bg_full.gif) no-repeat 0 0;*/
	background-color: #e9f9ff;
}

div.product_imagegallery img.g_thumb { border: solid 2px #c5effd; }
div.product_imagegallery img:hover.g_thumb { border: solid 2px #00c4dc; }

div.product_imagegallery img.g_image { cursor: pointer; }

/* div#product_imagegallery { background-color: #fee; } */
/* div#product_imagegallery div.g_thumblist { background-color: #6fc; } */

#product_thumblist ul {
	background: transparent url(http://svimage.bidz.com/buyz/images/enlarge.png) no-repeat 0 3px !important;
	background: transparent url(http://svimage.bidz.com/buyz/images/enlarge.gif) no-repeat 0 3px;
}

#product_thumblist ul li img {
	border: solid 2px #eee;
}

#product_thumblist ul li img:hover {
	border-color: #c5effd;
}