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

/*=========================
SLIDESHOW
*/
#slideShow
{
width:29.5em;
height:auto;
float:left;
padding:1em 0 1em 1em;
}


#picHolder
{
	width:21.875em;
	height:21.875em;
	float:left;
	margin:0 0 1em o;
}

#myPicture
{
position:absolute;
background:#fff;
margin:0 auto;
}

#pictureText
{
margin:0;
padding:0 .625em;
font-size:1em;
text-align:center;
}

#scroller
{
	width:21.875em;
	height:1.4em;
	top:23em;
	background:white;
	margin:1em 0 0 0;
	float: left;
}

#previous
{
text-align:center;
width:2em;
height:1.3em;
position:relative;
border:.0625em solid #ccb;
background:white;
float:left;
cursor:pointer;
margin:0 auto;

}


#next
{
text-align:center;
width:2em;
height:1.3em;
position:relative;
border:.0625em solid #ccb;
background:white;
float:right;
cursor:pointer;
margin:0 auto;
}

/*=========
CONTNENT*/

.container {
width:62em;
height:100%;
float:left;
background:white;
margin:0 0 0 16.5em;
border-bottom: .0625em solid silver;
}



.staticPicHolder
{
width:29.5em;
height:auto;
float:left;
padding:1em 0 1em 1em;
}

.textHolder
{
width:29.4375em;
height:auto;
float:left;
border-left:.0625em solid silver;
padding:0 0 0 1em;
}

.faceHolder
{
width:29.4375em;
height:auto;
float:left;
border-left:.0625em solid silver;
padding:0 0 0 1em;
}


.contentTitle
{
width:62em;
float:left;
border-bottom: .0625em solid silver;
padding:1em 0 0 0;
}

.pubHolder
{
width:62em;
float:left;
border-bottom: .0625em solid silver;
padding:1em 0 0 0;
}

.showInfo
{
width:29.5em;
height:auto;
float:left;
z-index:5;
padding-right:1em;
}
