#offerContainer{

position: relative;

}


.red{
color:red;
}


/* Gallery
----------------------------------*/

#galleryContainer{
margin-top: 60px;
	width:700px;
	position:absolute;
	left:25%;
	top:0;
	display:none;
	z-index: 20;
}

#galleryContainer #galleryTop{
	background:url(../images/background-top.png) no-repeat center top;
	width:700px;
	height:23px;
}
#galleryContainer #galleryTop #galleryClose{
	background-color:#cccccc;
	height:25px;
	width:25px;
	background-image: url(../images/close-btn.png);
	background-repeat:no-repeat;
	position:absolute;
	right:15px;
	top: 4px;
	
}
/*#galleryContainer #galleryTop #galleryClose:hover{
	background-position:center -27px;
	
}*/
#galleryContainer #galleryBase{
	background:url(../images/background-bottom.png) no-repeat center bottom;
	
	width:700px;
	height:23px;
	
}

#galleryContainer #galleryArea{

	background:url(../images/background-repeat.png) repeat-y;
}
#galleryContainer #placeHolder{
	/*background:#ffffff  url(/images/preloader.gif) no-repeat center center;*/
	height:480px;
	width:640px;
	margin:0 auto;
	margin-bottom:10px;
	overflow:hidden;
}
#galleryContainer #placeHolder #preloader{

	/*height:500px;
	width:490px;
	margin:0 auto;*/
	
}
#galleryContainer #placeHolder img{
	display:block;
	margin:0px auto 0 auto;
	
}
#galleryContainer #thumbHolder{
	background-color:#f6f6f6;
	width:651px;
	height:45px;
	margin:0 auto;
	padding-top: 10px;
	
	
}
#galleryContainer #thumbHolder a{
	cursor:pointer;
	display:block;
	margin:0;
	padding:0;
	line-height:0pt;
}

#galleryContainer #thumbHolder .galthumb, #galleryContainer #thumbHolder .galthumb_ov{
	
	float:left;
	margin-left: 16px;
	height:40px;
	width:45px;
	display:block;
	overflow:hidden;
	background-color:#ffffff;
	border: solid 1px #cfcfcd;
	
	}
#galleryContainer #thumbHolder img{
		
		line-height:60px;
		display:block;
		
	
		/*margin:10px auto;*/
	}
	/*#galleryContainer #thumbHolder p#imageno{
		
		padding:2px;
		color:#000000;
		text-align:center;
		
		
}*/
/*#galleryContainer .imageCount p#imageno{
font-size: 90%;
color:#cccccc;
margin: 10px;
}*/

 #galleryContainer #thumbHolder .galthumb_ov{
 	border-color:#000000;
}


#galleryContainer .thumbCollection
{	

}

/*#escmsg{
	position:absolute;
	top:350px;
	left:80px;
	width:500px;
	background:#fff6bf;
	border:solid 1px #ffd324;
	font-weight:bold;
	color:#817134;
	padding:1em 2em;
	text-align:center;
	z-index:9999;
}*/

.noShow{
float:left;
padding:5px;
margin-bottom:5px;
margin-right:5px;
}

#test
{
display:none;
}

#pageTitle{

padding-left: 30px;
}





