@charset "utf-8";
/*****************************************************************************

	SLIDESHOW.CSS
	Addtional styles for the slideshow pages. 
	06/08 - Timothy Krukowski for Primum Marketing Communications & gMed. Inc.

 *****************************************************************************/

#Columns {padding:24px 0px 0px 10px;}
#Sidebar {padding-left:0px;}

#Content {
	width: 789px;
	padding-bottom:24px;
}

#Slide {
	/*width: 684px;
	height: 417px;*/
	display: block;
	margin: 0px auto 0px auto;
	background-color: #CCCCCC;
	color: #666666;
	}
	
#Prev {
	position: absolute;
	top: 300px;
	left: 15px;
	}
		
#Next {
	position: absolute;
	top: 300px;
	right: 15px;
	}

#Caption {
	width: 100%;
	text-align: center;
	color: #0066B1;
	padding: 0px 0px 20px 0px;
}

h2.noimage {}
h2.noimage a {text-decoration:none; font-size:1.2em;}
	
