a {
	text-decoration: none;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}
a.thumbSide:hover {
	font-weight: bold; 	
	color: #120441;
	background-color: white;
}
a:active {
	font-weight: bold;
	color: gray;
}

.galleryContainer {
	position: absolute;
	top: 167px;
	width: 975px;
	height: 458px;
	background-image: url("../images/1024/galleryBackground.jpg");
	background-repeat: repeat-x;
}

.thumbSide{
	position: absolute;
	width: 575px;
	height: 449px;
	left: 0px;
	top: 0px;
	margin: 10px;
	z-index: 3;
	/*background-color: green;*/
}

.tbox {
	margin: 5px 0 0px 5px;
	height: 115px;
	width: 105px; 
	float: left;
	text-align: center;
	font-size: 1.3em;
	/*border-color: blue;
	border-style: solid;
	border-width: 1px;*/
}

img#thumb {
	/*margin: 5px;
	height: 75px;
	width: 86px;*/
	padding: 2px;
	border-color: yellow;
	border-width: 1px;
	border-style: outset;	
}

/* -=Big Pic Side=- */
.picSide {
	position: absolute;
	width: 400px;
	height: 449px;
	right: 0px;
	top: 0px;
	margin: 10px 5px 5px 5px;
	z-index: 3;
	text-align: center;
	/*background-color: red;*/
}

img#bigpic {
	margin: 5px 0px 0px 0px;
	padding: 3px;
	border-color: yellow;
	border-width: 2px;
	border-style: outset;
}

p#picChooser {
	text-align: center;
	margin: 10px 25px 10px 25px;
	padding: 5px;
	border-color: yellow;
	border-width: 1px;
	border-style: solid;
	color: #130534;
	font-size: 1.5em;
	letter-spacing: .1em;
	background-color: #9E96A3;
}

p#picChooser a:hover {
	color: red;
}

p#picChooser a {
	font-size: .9em;
	color: #130534;
	font-weight: bold;
}

p#picChooser a:active {
	color: red;
}

/* NOTES:
http://mrclay.org/web_design/centered_image/
http://css-discuss.incutio.com/?page=CssRollovers
- any floated element must have a width
top right bottom left
div#menu a:hover { menu style }
document.getElementById('tobechanged').style.left = 200;

*/