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

#mainImage, #welcome {
	/*margin-top: 20px;*/
	margin-bottom: 10px;
}

/*#homecontent*/ #mainImage {
	position: relative;
	background-color: #DDD;
	width: 535px;
	min-width: 300px;
	height: 300px;
	overflow: visible;
	z-index: 10000;
}
#homecontent #mainImage {
	margin-right: 1.25%;
	float: left;
}

.slides_container {
	width:535px;
}
.slides_container div.slide {
	width:535px;
}

.caption {
	width:515px;
}

#slides .next {
	left:511px;
}

#welcome {
	width: 350px;
	min-width: 100px;
	
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	height: 300px;
	text-align:justify;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#homecontent #welcome {
	margin-left: 1.25%;
	float: right;
}

#homecontent #welcome h3, #homecontent #welcome p {
	margin: 20px;
}

#bottomList {
	clear: both;
	list-style-type: none;
	display: inline;
}

li.smallthumb {
	background-color: #fff;
	margin-top: 35px;
	bottom: 10px;
	width: 31.666%;
	height: 160px;
	bottom: 10px;
	position: relative;
	float: left;
	overflow: hidden;
	background-repeat: no-repeat;
}
li.smallthumb p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 10px #000;
	position: absolute;
	bottom: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	background: #666;
	background: rgba(60, 60, 60, .8);
	width: 100%;
}
#bottomList a:hover{
	text-decoration: none;
}

#thumbleft {
	background-image: url(../images/email.jpg);
	background-position:center;
}
#thumbmid {
	background-image: url(../images/paper.jpg);
	/*background-position: -10px, -10px;*/
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#thumbright {
	background-image: url(../images/charactersheetclip.jpg);
	background-position: left;
}