
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}
.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

.slideshowContainer {
	
	width: 340px;
	height: 255px;
	margin-bottom: 1px;
	
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

r.slideshowThumbnail img {
	border: 
	1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}
.accordionHeaderP
{
    
    
    
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:14px;
    	line-height: 17px;
    	text-align:left;
}
.accordionHeaderSelectedP
{
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	height: 14px;
	line-height: 17px;
	text-align: left;
	text-decoration: underline;
}

.accordionContentP
{
	
	
	padding: 0px;
	padding-top: 0px;
	
	
	text-align: left;
	line-height: 20px;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #76B238;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:14px;
    	line-height: 17px;
    	text-align:center;

    
}
.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color:#2290AD;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    height:14px;
    	line-height: 17px;
    	text-align:center;
}

.accordionContent
{
	
	
	padding: 0px;
	padding-top: 0px;
	border-style: dashed;
	border-width: 1px;
	border-color: #76B238;
	text-align: left;
	line-height: 20px;
}
#thumbnails {
	/*width: 130px;
	float: left;*/
}





/*************************************************************/

