@charset "utf-8";
/* CSS Document */

/* START: Thumb Menu */
.thumbMenu {
	position: absolute;
	width: 964px;
	height: 66px;
	left: 5px;
	top: 95px;
	visibility: visible;
	z-index: 100;
	}
.thumbMenu IMG {
	border: thin solid #999999;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.thumbMenu IMG#arrows {
	border: none;
	cursor: pointer;
	}	
		
/* END: Thumb Menu */

/* START: Thumb Images and Text Holders */
#apDiv-thumbHolder {
	height:75px;
	float: left;
	position: relative;
}
#apDiv-thumbTitle {
	position:absolute;
	width:200px;
	height:10px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	top: 63px;
	margin-left: -100px;
	text-align: center;
	left: 47%;
}
/* END: Thumb Images and Text Holders */
