@CHARSET "ISO-8859-1";

body {
	margin:0px;
	color:#4B4B4B;
	font-family: Tahoma;
}

#mainWrap {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height:500px;
}

#topSpace {
	height:53px;
}

#menuWrap {
	height:65px;
	/* background-image:url(../images/site/menu_background.gif); */
}

#leftmenuSpace {
	position:relative;
	left:0px;
	top:55px;
	float:left;
	width:60px;
}

.menuLink {
	position:relative;
	top:55px;
	float:left;
	background-color:#ffffff;
	padding:0px 10px;
	font-size:10px;
	color: #000000;
}

#titleEnd {
	position:relative;
	top:28px;
	float:right;
	background-color:#ffffff;
	padding:0px 5px 0px 3px;
	font-size:36px;
	color: #c4c4c4;
}

#titleStart {
	position:relative;
	top:28px;
	float:right;
	padding:0px 3px 0px 5px;
	font-size:36px;
	color: #ff0000;
	background-color:#ffffff;
}

.titleSpace {
	position:relative;
	width:15px;
	top:33px;
	float:right;
}

#content {
	margin-top: 10px;
	font-size:12px;
	overflow: hidden;
	width:100%;
	top:20px;
	background-color:#c4c4c4;
	height:450px;
	vertical-align:bottom;
	text-align:center;
	opacity: 100;
	-moz-opacity: 100;
	-khtml-opacity:100;
	filter: alpha(opacity=100);
}

#baseline {
	border-bottom:solid 8px #e6e6e6;
	height:10px;
	top:15px;
}

#imageList {
	height: 60px;
	margin-top: 10px;
}

div.listSpace {
	height:20px;
}

#gallery_container {
	margin:10px auto 10px;
	/* background:#EBE2E5; */
	display:block;
	position:relative;
	text-align: right;
}

#thumb_container{ 
	position:relative ;
	overflow:hidden ;
	height:90px ;
	margin:0px auto 0px;
}
/* the thumbnails container */
#thumbs { 
	white-space:nowrap;
	display:block;
	position:relative;
}
.addfwd { 
	display:block; 
	position:absolute;
	cursor:pointer;
	width:25px;
	height:101px;
	top:0px;
	right:0px;
	background:url(../images/gallery_fwd.jpg) no-repeat;  
}
.addbkwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:101px; 
	top:0px; 
	left:0px; 
	background:url(../images/gallery_back.jpg) no-repeat;  
}
