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

* {
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

#mainContainer {
width:1000px;
text-align:center;

	
}

#leftArrow {
position:relative;
	float: left;
	margin-top:280px;
}

#rightArrow {
position:relative;
	float: right;
		margin-top:280px;
}


#thumbs {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
	vertical-align: top;
}

.thumbBorder {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
}
.currentThumbBorder {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
}

a:hover .thumbBorder {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #cccccc;
}


#emailHolder {
	text-align:center;
	margin-top:20px;
}