@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;

}
img {
display:block;
border:0;
}
td {
	font-size:12px;
	text-align:center;
}

#div-titlebanner {
	top:55px;
}
#galleryc{
z-index:6;

}

#div1 {
	position:relative;
	margin:0 auto;
	width:900px;
	height:570px;
	background-image:url(images/cottoncampus-bg2.png);
	background-repeat:no-repeat;
	text-align:left;
}
#div-text {
	position:absolute;
	top: 150px;
	left:35px;	
	height:320px;
	width:350px;
	padding-right:5px;
	overflow:auto;
}
#div-text , #div-text p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#714040;
}

#div-title {
	position:absolute;
	top: 20px;
	left:30px;	
}
#div-img {
	position:absolute;
	top: 110px;
	left:435px;	
}
	/*positioned in div-img*/
	#img-frame {
		position:absolute;
		top:0px;
		left:0px;	
	}
	#img-img {
		position:absolute;
		top:10px;
		left:10px;	
	}
	
#div-print {
	position:absolute;
	top: 450px;
	left:750px;
	z-index:100;

	
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 3px; /*margin around each panel*/
width: 100px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


#galleryc{
position:absolute;
text-align:center;
top:492px;
left: 34px;
width: 825px;
height: 80px;

}

#galleryc .panel{
height: 80px;
font: bold 14px Arial;
text-align: center;
}
#back-btn {
	position:absolute;
	text-align:left;
	top:647px;
	left:40px;
}
#forward-btn {
	position:absolute;
	text-align:left;
	top:647px;
	left:800px;
}


p.samplebuttons{
width: 300px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}


